Deployments¶
In Kubernetes, a Deployment is a workload object used to manage stateless applications. It declaratively defines the desired state of Pods (such as replica count, container image versions, etc.). It automatically manages the lifecycle of underlying ReplicaSets and Pods, supporting rolling updates, rollbacks, and horizontal scaling, ensuring high availability of applications and simplifying the deployment process.
For more information, see Deployments.
List¶
Go to Infrastructure > CONTAINERS, and in the top-left corner of the page, click to enter Kubernetes > Deployments to view all Deployments retained within the space, including available counts, completed Pod counts, ready counts, runtime duration, etc.
Details¶
Click on an item in the list to open its details page.
Note
If the Deployments field namespace
is associated, you can view the metrics view corresponding to this field on the Services details page.
Basic Attributes¶
View the available replicas, readiness status, labels, and extended attributes of this Deployment.
- Click Available Replicas / Readiness, and you can perform the following actions:
Action | Description |
---|---|
Filter field values | Add this field to the Explorer to view all data related to this field. |
Inverse filter field values | Add this field to the Explorer to view data other than this field. |
Add to display columns | Add this field to the Explorer for viewing. |
Copy | Copy this field to the clipboard. |
- Labels
Uploaded automatically by default with Deployment information. Existing labels can be quickly filtered in the Deployment object list to display data with the same label.
YAML¶
In YAML, the system displays the complete configuration of the current Deployment, including all declared fields, system auto-filled defaults, and associated resources, which are critical for later troubleshooting.
Change Events¶
For more details, see Change Event Details.
Kubernetes Events¶
You can view event data associated with namespace
, source
, kind
, and name
.
For more details, see Explorer Configuration.