|
| 1 | +--- |
| 2 | +title: How to manage to a Cluster for Apache Kafka® |
| 3 | +description: Learn how to manage to your Scaleway Cluster for Apache Kafka® with Scaleway, including editing its details, renewing its TLS certificate and more. |
| 4 | +dates: |
| 5 | + validation: 2025-09-15 |
| 6 | + posted: 2025-09-15 |
| 7 | +noindex: true |
| 8 | +--- |
| 9 | +import Requirements from '@macros/iam/requirements.mdx' |
| 10 | + |
| 11 | +<Message type="note"> |
| 12 | +Clusters for Apache Kafka® is currently in [Private Beta](https://www.scaleway.com/en/betas/) and available to selected testers only. |
| 13 | +</Message> |
| 14 | + |
| 15 | +After creating your cluster, you can renew its TLS certificate, change the attached Private Network, and change its password. |
| 16 | + |
| 17 | +Other management actions for internally configuring your cluster, such as creating topics and events, and configuring partitions and replication factors, can be carried out via a Kafka-compatible client library or a Kafka CLI. |
| 18 | + |
| 19 | +<Requirements /> |
| 20 | + |
| 21 | + - A Scaleway account logged into the [console](https://console.scaleway.com) |
| 22 | + - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization |
| 23 | + - A Cluster for Apache Kafka® |
| 24 | + |
| 25 | +## How to renew the TLS certificate |
| 26 | + |
| 27 | +You may want or need to renew the cluster's TLS certificate for reasons of security, compliance or if the certificate expires. Follow the steps below to renew the certificate: |
| 28 | + |
| 29 | +1. Click **Apache Kafka®** in the **Data and Analytics** section of the [console](https://console.scaleway.com/) side menu. A list of your clusters displays. |
| 30 | + |
| 31 | +2. Click the cluster whose certificate you want to renew. Its **Overview** page displays. |
| 32 | + |
| 33 | +3. In the **Connectivity** panel, click **Renew** next to the TLS certificate. |
| 34 | + |
| 35 | + A pop-up displays, warning you that you will not be able to connect to your cluster using the previous certificate, and you will need to download the new certificate for all clients. |
| 36 | + |
| 37 | +4. Click **Renew TLS certificate** to confirm. |
| 38 | + |
| 39 | +The certificate is renewed, and you are returned to the cluster's **Overview** page. Remember to download the new certificate for all clients that want to connect to the cluster. |
| 40 | + |
| 41 | +## How to change the attached Private Network |
| 42 | + |
| 43 | +In order to facilitate connectivity to your cluster, it must always be attached to a Private Network. A cluster can only be attached to one Private Network at a time, but you can change the attached Private Network as follows: |
| 44 | + |
| 45 | +1. Click **Apache Kafka®** in the **Data and Analytics** section of the [console](https://console.scaleway.com/) side menu. A list of your clusters displays. |
| 46 | + |
| 47 | +2. Click the cluster whose certificate you want to renew. Its **Overview** page displays. |
| 48 | + |
| 49 | +3. In the **Network** panel, click **Detach Private Network**. |
| 50 | + |
| 51 | + A pop-up displays, asking you to confirm the action. |
| 52 | + |
| 53 | +4. Click **Detach resource** to confirm. |
| 54 | + |
| 55 | +The cluster is detached, and you are returned to its **Overview** page. Click **Attach Private Network** to choose a new Private Network to attach it to. Remember that the cluster is not accessible unless it is attached to a Private Network. |
| 56 | + |
| 57 | +## How to change the password |
| 58 | + |
| 59 | +During Private Beta, each cluster can have only one set of user credentials, which are set during cluster creation. You cannot change the username after creating the cluster, but you can change the password at any time: |
| 60 | + |
| 61 | +1. Click **Apache Kafka®** in the **Data and Analytics** section of the [console](https://console.scaleway.com/) side menu. A list of your clusters displays. |
| 62 | + |
| 63 | +2. Click the cluster whose password you want to change. Its **Overview** page displays. |
| 64 | + |
| 65 | +3. Click the **Users** tab. |
| 66 | + |
| 67 | +4. Click **Change password** next to the cluster's username credential. |
| 68 | + |
| 69 | + A pop-up displays, prompting you to change the password. Either enter the new password of your choice, or click **Generate password** to generate a new random password. |
| 70 | + |
| 71 | + Ensure that you copy or remember the password, as it will not be displayed again after this screen. |
| 72 | + |
| 73 | +5. Click **Update**. |
| 74 | + |
| 75 | + The password is changed and you are returned to your cluster's **Overview** page. |
0 commit comments