Namespaces > {{ ctrl.application.ResourcePool }} > Applications > {{ ctrl.application.Name }}
Application
Name {{ ctrl.application.Name }} external
Stack {{ ctrl.application.StackName || '-' }}
Namespace {{ ctrl.application.ResourcePool }} system
Application Type {{ ctrl.application.ApplicationType | kubernetesApplicationTypeText }}
Status Replicated Global {{ ctrl.application.RunningPodsCount }} / {{ ctrl.application.TotalPodsCount }} {{ ctrl.application.Pods[0].Status }}
Resource reservations
per instance
CPU {{ ctrl.application.Requests.Cpu | kubernetesApplicationCPUValue }}
Memory {{ ctrl.application.Requests.Memory | humansize }}
Creation {{ ctrl.application.ApplicationOwner }} {{ ctrl.application.CreationDate | getisodate }} Deployed from {{ ctrl.state.appType }}
Note
Placement
warning
The placement component helps you understand whether or not this application can be deployed on a specific node.
Events
{{ ctrl.state.eventWarningCount }} warning(s)
YAML
Create template from application
Accessing the application
This application is not exposing any port.
This application is exposed through a service of type {{ ctrl.application.ServiceType }}. Refer to the port configuration below to access it.

Load balancer status: pending

what does the "pending" status means?

Load balancer status: available

Load balancer IP address: {{ ctrl.application.LoadBalancerIPAddress }} Copy

This application is exposed through a service of type {{ ctrl.application.ServiceType }}. It can be reached using the IP address of any node in your cluster using the port configuration below.
This application is exposed through a service of type {{ ctrl.application.ServiceType }}. It can be reached via the application name {{ ctrl.application.ServiceName }} and the port configuration below. Copy

This application is exposed through a service of type {{ ctrl.application.ServiceType }}. It can be reached via the application name {{ ctrl.application.ServiceName }} and the port configuration below. Copy

It is also associated to an Ingress and can be accessed via specific HTTP route(s).

Container port Service port HTTP route
{{ port.TargetPort }}/{{ port.Protocol }} {{ port.NodePort }} {{ port.Port }} access -
{{ port.TargetPort }}/{{ port.Protocol }} {{ port.NodePort }} {{ port.Port }} access pending {{ ctrl.buildIngressRuleURL(rule) | stripprotocol }}
Auto-scaling
This application does not have an autoscaling policy defined.
Minimum instances Maximum instances Target CPU usage
{{ ctrl.application.AutoScaler.MinReplicas }} {{ ctrl.application.AutoScaler.MaxReplicas }} {{ ctrl.application.AutoScaler.TargetCPUUtilization }}%
Configuration
This application is not using any environment variable or configuration.
Container Environment variable Value Configuration
{{ container.Name }} {{ envvar.valueFrom.fieldRef.fieldPath }} (init container) {{ 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 }}
Container Configuration path Value Configuration
{{ container.Name }} {{ envvar.valueFrom.fieldRef.fieldPath }} (init container) {{ volume.fileMountPath }} {{ volume.configurationKey ? volume.configurationKey : '-' }} {{ volume.configurationName }}
Data persistence
This application has no persisted folders.
Data access policy: {{ ctrl.application.DataAccessPolicy | kubernetesApplicationDataAccessPolicyText }}
Persisted folder Persistence
{{ volume.MountPath }} {{ volume.PersistentVolumeClaimName }} {{ volume.HostPath }} on host filesystem
Container name Pod name Persisted folder Persistence
{{ container.Name }} {{ envvar.valueFrom.fieldRef.fieldPath }} (init container) {{ container.PodName }} {{ volume.MountPath }} {{ volume.PersistentVolumeClaimName + '-' + container.PodName }} {{ volume.HostPath }} on host filesystem