Name | {{ ctrl.application.Name }} external |
Stack | {{ ctrl.application.StackName }} |
Resource pool | {{ ctrl.application.ResourcePool }} system |
Deployment |
Replicated
Global
{{ ctrl.application.RunningPodsCount }} / {{ ctrl.application.TotalPodsCount }}
|
Resource reservations
per instance
|
CPU {{ ctrl.application.Requests.Cpu | kubernetesApplicationCPUValue }}
Memory {{ ctrl.application.Requests.Memory | humansize }}
|
Creation | {{ ctrl.application.ApplicationOwner }} {{ ctrl.application.CreationDate | getisodate }} |
Load balancer status: pending
what does the "pending" status means?
Load balancer status: available
Load balancer IP address: {{ ctrl.application.LoadBalancerIPAddress }} Copy
Container port | Load balancer port |
{{ port.targetPort }} | {{ port.port }} access |
Container port | Cluster node port |
{{ port.targetPort }} | {{ port.nodePort }} |
{{ ctrl.application.ServiceName }}
Copy
Refer to the below port configuration to access the application.
Container port | Application port | Protocol |
{{ port.targetPort }} | {{ port.port }} | {{ port.protocol }} |
Minimum instances | Maximum instances |
Target CPU usage
|
{{ ctrl.application.AutoScaler.MinReplicas }} | {{ ctrl.application.AutoScaler.MaxReplicas }} | {{ ctrl.application.AutoScaler.TargetCPUUtilizationPercentage }}% |
Environment variable | Value | Configuration |
{{ envvar.name }} | {{ envvar.value }} {{ envvar.valueFrom.configMapKeyRef.key }} {{ envvar.valueFrom.secretKeyRef.key }} {{ envvar.valueFrom.fieldRef.fieldPath }} (downward API) - | - {{ envvar.valueFrom.configMapKeyRef.name }} {{ envvar.valueFrom.secretKeyRef.name }} |
Configuration path | Value | Configuration |
{{ volume.fileMountPath }} | {{ volume.configurationKey ? volume.configurationKey : '-' }} | {{ volume.configurationName }} |
Persisted folder | Persistence | |
{{ volume.MountPath }} | {{ volume.PersistentVolumeClaimName }} | {{ volume.HostPath }} on host filesystem |
Pod | Persisted folder | Persistence | |
{{ pod.Name }} | {{ volume.MountPath }} | {{ volume.PersistentVolumeClaimName + '-' + pod.Name }} | {{ volume.HostPath }} on host filesystem |