Cluster
field identifies the Kubernetes cluster associated with the environment. Clusters are collections of nodes that run containerized applications.
Namespace
provides a mechanism for isolating groups of resources within a single cluster.
Ingress Enabled
field indicates whether an Ingress resource has been configured for the environment. Ingress manages external access to the services in a cluster, typically HTTP.
Auto Deploy
specifies whether the deployment of updates to the environment is automated on commit.
Live Deployment
field names the current deployment within the environment.
Image
field specifies the container image used in the deployment, including the name and tag of the image.
Strategy
defines the deployment strategy used when updating applications within the environment. Common strategies include RollingUpdate
.
Creation Time
field records when the environment or resource was initially created.
Last Update
indicates the most recent update to the environment or resource.
Number of Pods
currently running within the environment.
Running
.Last Applied YAML
field provides the YAML configuration most recently applied to the environment, offering insights into the current configuration state.
Port Forwarding
instructions are provided for accessing services within the environment directly from a local machine.