---
title: "View node group status in a Managed Kubernetes cluster"
sidebar_label: "View node group status"
sidebar_position: 6
description: "How to view the status of a Managed Kubernetes node group"
---

import Formbricks from '@theme/MDXComponents/Formbricks'
import {CustomTable} from '@selectel/docux/components'

# View node group status in a Managed Kubernetes cluster

1. In the [Control panel](https://my.selectel.ru/mks/), on the top menu, click **Products** and select **Managed Kubernetes**.
2. In the **Clusters** section, open the cluster page.
3. Check the status in the node group card.

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

         <tr>
           <th>PENDING\_CREATE</th><td>Node group is being created</td>
         </tr>

         <tr>
           <th>PENDING\_NODE\_REINSTALL</th><td>One of the nodes is being reinstalled</td>
         </tr>

         <tr>
           <th>PENDING\_UPDATE</th><td>Node group settings are being updated</td>
         </tr>

         <tr>
           <th>PENDING\_SCALE\_UP</th><td>Node is being added</td>
         </tr>

         <tr>
           <th>PENDING\_SCALE\_DOWN</th><td>Node is being removed</td>
         </tr>

         <tr>
           <th>PENDING\_NODES\_UNSHELVE</th><td>Preemptible nodes are being restored</td>
         </tr>

         <tr>
           <th>PENDING\_DELETE</th><td>Node group is being deleted</td>
         </tr>
       </tbody>
     </table>
   </CustomTable>

<Formbricks />
