Skip to content

Deployments view#

Kubernetes Deployments are a fundamental resource in managing containerized applications. They provide a declarative approach to define the desired state of an application, ensuring a specified number of replica pods are running and healthy. Deployments are crucial for facilitating rolling updates, scaling applications, and automatically recovering from pod failures. See Kubernetes Documentation: Deployments for details.

The Deployments table lists the cluster deployments. You can click the list items and open the details panel with comprehensive information and various options. The Namespace drop-down list filters the cluster objects by namespaces. You can also search for a specific item using the Search Deployments input field.

You can resize and reorder the table columns. Drag the column border in the table header to change the width. To change the column position, drag its header left or right. Also, you can sort objects in ascending or descending order by clicking the header of a column and configure the column visibility. By default, the table consists of the following columns:

Note

The table content can be exported in the CSV file format.

Column Description
Name The name of the deployment.
Namespace The namespace in which the deployment resides.
Pods The current number of pods managed by the deployment.
Replicas The desired number of replicas for the deployment.
Age The duration of the deployment.
Conditions The current status and conditions of the deployment.
More Actions Clicking on the button opens a drop-down list with the following options:
  • Scale

    Adjusts the desired number of replicas as needed.

  • Restart

    Initiates a rolling restart for updates or issue resolution.

  • Logs

    Displays the deployment log to troubleshoot and monitor its status.

  • Edit

    Changes the configuration of the deployment.

  • Delete

    Removes the deployment.