Skip to main content
Version: Preview

Stop/Start a Kafka Cluster

You can stop/start a cluster to save computing resources. When a cluster is stopped, the computing resources of this cluster are released, which means the pods of Kubernetes are released, but the storage resources are reserved. Start this cluster again if you want to restore the cluster resources from the original storage by snapshots.

Stop a cluster

Steps:

  1. Configure the name of your cluster and run the command below to stop this cluster.

    kbcli cluster stop kafka-cluster
  2. Check the status of the cluster to see whether it is stopped.

    kbcli cluster list

Start a cluster

  1. Configure the name of your cluster and run the command below to start this cluster.

    kbcli cluster start kafka-cluster
  2. Check the status of the cluster to see whether it is running again.

    kbcli cluster list