Akila created STRATOS-1569:
------------------------------
Summary: Add application id as a label when creating Kubernetes
pods and services
Key: STRATOS-1569
URL: https://issues.apache.org/jira/browse/STRATOS-1569
Project: Stratos
Issue Type: Improvement
Affects Versions: 4.1.2
Reporter: Akila
Assignee: Akila
Priority: Minor
Fix For: 4.1.3
Currently Kubernetes service and pod id's are generated by appending a sequence
number to a static string (pod-1, pod-2, service-1, service-2 etc.)
This is not user friendly since it is hard to deduce the application that maps
into a particular pod or service.
To resolve this we can add the application id as a label when creating pods and
services. Also we can add the port mapping as a label when creating services.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)