Resource pools > {{ ctrl.application.ResourcePool }} > Applications > {{ ctrl.application.Name }}
Application
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 }}
Note
Events
{{ ctrl.state.eventWarningCount }} warning(s)
YAML
Accessing the application
This application is not exposing any port.
This application is exposed through an external load balancer. Use the links below to access the different ports exposed.

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 globally on all nodes of your cluster. It can be reached using the IP address of any node in your cluster using the port configuration below.
This application is only available for internal usage inside the cluster via the application name {{ ctrl.application.ServiceName }} Copy

Refer to the below port configuration to access the application.

Container port {{ ctrl.application.ServiceType | kubernetesApplicationPortsTableHeaderText }} 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.TargetCPUUtilizationPercentage }}%
Configuration
This application is not using any environment variable or configuration.
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 }}
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
Pod Persisted folder Persistence
{{ pod.Name }} {{ volume.MountPath }} {{ volume.PersistentVolumeClaimName + '-' + pod.Name }} {{ volume.HostPath }} on host filesystem