---
title: "View Managed Kubernetes cluster status"
sidebar_label: "View cluster status"
sidebar_position: 5
description: "How to view Managed Kubernetes cluster status"
---

import Formbricks from '@theme/MDXComponents/Formbricks';
import { CustomTable } from 'docs-kit/components';

# View Managed Kubernetes cluster status

1. In the [Control panel](https://my.selectel.ru/mks/) in the top menu click **Products** and select **Managed Kubernetes**.

2. In the **Clusters** section, in the cluster row, check the status.

   <CustomTable>
     <table>
       <tbody>
         <tr>
           <th>ACTIVE</th><td>Cluster is available</td>
         </tr>

         <tr>
           <th>PENDING\_CREATE</th><td>Cluster is being created. Downloading the kubeconfig file is unavailable</td>
         </tr>

         <tr>
           <th>PENDING\_ROTATE\_CERTS</th><td>Kubernetes Control Plane certificates and keys are being updated. Downloading the kubeconfig file is unavailable</td>
         </tr>

         <tr>
           <th>PENDING\_UPGRADE\_PATCH\_VERSION</th><td>Cluster is being updated to a new patch version</td>
         </tr>

         <tr>
           <th>PENDING\_UPGRADE\_MINOR\_VERSION</th><td>Cluster is being updated to a new minor version</td>
         </tr>

         <tr>
           <th>PENDING\_UPGRADE\_MASTERS\_CONFIGURATION</th><td>Cluster master nodes are undergoing maintenance</td>
         </tr>

         <tr>
           <th>PENDING\_UPGRADE\_CLUSTER\_CONFIGURATION</th><td>Cluster master nodes are undergoing maintenance, followed by a restart of worker nodes</td>
         </tr>

         <tr>
           <th>MAINTENANCE</th><td>Cluster is in maintenance mode; any scaling is unavailable</td>
         </tr>

         <tr>
           <th>ERROR</th><td>An error has occurred. In the **Clusters** section, open the cluster page → **Event log** tab → event row → **Status** column. If the reason for the error is insufficient quotas in the project, [increase the quotas](/access-control/projects/quotas.mdx#change-quotas). If the reason is not specified, [create a ticket](https://my.selectel.ru/tickets/create/).<br />Downloading the kubeconfig file is not available</td>
         </tr>

         <tr>
           <th>PENDING\_DELETE</th><td>Cluster is being deleted. Downloading the kubeconfig file is unavailable</td>
         </tr>
       </tbody>
     </table>
   </CustomTable>

<Formbricks />
