---
name: containers-get-help
title: Getting help and support for your cluster
description: Find support options, troubleshooting resources, and ways to get help with your cluster.
last-updated: 2026-08-03
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/containers?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

# Getting help and support for your cluster
{: #get-help}

Find support options, troubleshooting resources, and ways to get help with your cluster.
{: shortdesc}

Before you open a support case, gather relevant information about your cluster environment.
{: tip}

Looking for the Diagnostics and Debug tool? That add-on is no longer supported. [IBM Cloud Monitoring](https://cloud.ibm.com/docs/containers?topic=containers-monitoring&format=markdown) is recommended for monitoring and diagnosing problems in your cluster. Additional troubleshooting links that might be relevant include [Troubleshooting worker nodes in Critical or NotReady state](https://cloud.ibm.com/docs/containers?topic=containers-ts-critical-notready&format=markdown) and [Troubleshooting apps in IBM Cloud Kubernetes Service](https://cloud.ibm.com/docs/containers?topic=containers-debug_clusters&format=markdown).
{: tip}

## Get your cluster details
{: #cluster-details}

1. Get your cluster details.

    ```sh
    ibmcloud ks cluster get -c CLUSTER_NAME_OR_ID
    ```
    {: pre}

2. If your issue involves worker nodes, get the worker node details.

    1. List all worker nodes in the cluster, and note the **ID** of any worker nodes with an unhealthy **State** or **Status**.
    
        ```sh
        ibmcloud ks worker ls -c CLUSTER_NAME_OR_ID
        ```
        {: pre}

    2. Get the details of the unhealthy worker node.
    
        ```sh
        ibmcloud ks worker get -w WORKER_ID -c CLUSTER_NAME_OR_ID
        ```
        {: pre}

3. For issues with resources within your cluster such as pods or services, log in to the cluster and use the Kubernetes API to get more information about them.



## Open a support case
{: #support-case}

1. Contact IBM Support by [opening a case](https://cloud.ibm.com/unifiedsupport/cases/form){: external}.

1. For the **Problem type**, search for or select IBM Cloud Kubernetes Service.

1. For the **Case details**, provide a descriptive title and include the details that you previously gathered. From the **Resources**, you can also select the cluster that the issue is related to.

1. Be as specific as possible and include and architecture diagrams or supplemental materials that you think you could help IBM Support troubleshoot the issue.