A three-node cluster with Apache Kafka
Apache Kafka is a distributed message broker software for processing data streams in real time from The Apache Software Foundation. The broker allows you to collect, store, and process large volumes of data from various sources and transfer them to data processing and analysis systems. Apache Kafka uses a distributed three-node cluster architecture for fault tolerance.
You can create a three-node cluster with a pre-installed Apache Kafka application. In Russia, the cluster nodes run with the SelectOS 1 64-bit operating system configured. In other countries — Ubuntu 24.04.
Before creating a cloud server with an application, review the software license agreements included in the image.
Minimum resource requirements
* The boot volume size for a production environment depends on your needs.
Create a three-node cluster with Apache Kafka
In Servercore, to create a cluster, you must first create a temporary cloud server with Apache Kafka. Creating a temporary server initiates the creation of a three-node cluster. Each node is a cloud server with the configuration that was selected when creating the temporary cloud server.
The name of each server in the cluster will be in the format cs-<server_name>-<cluster_number>, where <server_name> is the server name and <cluster_number> is the server number in the cluster from 1 to 3.
The three created cloud servers are in the same subnet as the temporary cloud server.
Next, a Kafka cluster will be configured on the three cloud servers. If the cluster is configured successfully, the temporary cloud server is deleted. If the temporary cloud server was not deleted, a problem occurred during the Kafka cluster configuration. To identify the problem, view the logs.
The cluster cost will be calculated as the cost of three cloud servers. Learn more about the cloud platform payment model in the Payment Model and Pricing article.
To configure Apache Kafka, you must specify user data during creation — custom configuration parameters used for connecting to the OpenStack API.
1. Create a service user
Create a service user, and in the permissions, select the member or reader role and the Projects access scope. Users can be created by the Account Owner or users with the iam.admin role.
2. Create a public floating IP address
Create a public floating IP address so the cloud server with Zabbix is accessible from the internet.
Use the Create a public floating IP address section of the Public floating IP addresses guide.
3. Create a cloud server with Apache Kafka
-
In the control panel, on the top menu, click Products and select Cloud Servers.
-
Click Create server.
-
Fill in the blocks:
-
Check the cloud server price. Note that after configuration, the price for a three-node cluster will be calculated using the formula: cloud server price * 3.
-
Click Create.
Name and placement
-
Enter the server name. It will be set as the hostname in the operating system.
-
Select the location where the server will be created. The list of available server configurations and resource costs depend on the location. You cannot change the location after the server is created.
Source
-
Open the Applications tab.
-
Select Cloud Kafka.
-
Optional: if you need a different current or archived application version, select it in the Version field.
Configuration
Select a configuration with at least 2 vCPUs and 8 GB of RAM if you need the server for development and testing. If you need the server for a moderate workload in a production environment, select a configuration with at least 8 vCPUs and 32 GB of RAM. The boot disk size for a production environment depends on your needs.
For all lines, except Shared and Dedicated, two types of server configurations are available:
- fixed configurations — configurations of lines with different specifications, in which the resource ratio is fixed;
- custom configurations — configurations in which you can specify any resource ratio.
Configurations use different processors depending on the product line and pool segment. You can customize the selected configuration. You will be able to change the configuration.
Fixed configuration
Custom configuration
-
Open the tab with the line.
-
Click Fixed.
-
Optional: you can adjust the configuration if you are creating a server in the ru-6 multi-zone pool or in the ru-3b, ru-7a, and ru-7b pool segments:
3.1. Expand the block with the configuration settings description.
3.2. Optional: select the processor vendor. Vendor selection is not available in all pools.
3.3. Optional: if you do not want physical processor cores to be pinned to the cloud server vCPUs, uncheck the Dedicated Cores checkbox. For more information, see the Dedicated Cores instruction.
3.4. Optional: if you want to disable Hyper-Threading for a server with dedicated cores, uncheck the Hyper-Threading (SMT) checkbox.
3.5. Optional: if you are creating a server with dedicated cores and want to host a multiprocessor server on a single NUMA node, check the Mandatory placement on a single NUMA node checkbox. You can host a server with 4 vCPUs or more on one NUMA node. If the cloud server resources cannot be placed on a single node, it will not be created. For more information, see the Placement on a single NUMA node subsection of the Dedicated Cores instruction.
-
Select a configuration.
-
If both local and network volumes are available in the selected configuration, select the volume to be used as the boot volume:
- local volume — check the Local SSD NVMe volume checkbox. A server with a local volume can only be created from images and applications;
- network volume — do not check the Local SSD NVMe disk checkbox.
The amount of RAM allocated to the server may be less than the amount specified in the configuration — the operating system kernel reserves part of the RAM depending on the kernel version and distribution. The allocated volume on the server can be checked using the
sudo dmesg | grep Memorycommand.
Volumes
-
If you did not check the Local SSD NVMe disk checkbox when setting up the configuration, the first specified network volume will be used as the server boot disk. To configure it:
1.1. Select the network boot volume type.
1.2. Specify the network boot volume size in GB or TB. Take into account the maximum size limits for network volumes.
1.3. If you selected the Universal v2 or SSD Fast v2 disk type, specify the total number of read and write operations in IOPS. After the disk is created, you can change the number of IOPS — decrease or increase it. The number of IOPS changes is unlimited.
-
Optional: add an additional server network volume:
2.1. Click Add.
2.2. Select the network volume type.
2.3. Specify the network volume size in GB or TB. Take into account the maximum size limits for network volumes.
2.4. If you selected the Universal v2 or Fast SSD v2 volume type, specify the total IOPS for read and write operations. After the volume is created, you can change the IOPS value — increase or decrease it. There is no limit to the number of IOPS changes.
After the server is created, you will be able to attach new additional volumes.
Internet
Configure public access to the server.
The cloud server will be added to a private subnet that is connected to a cloud router with 1:1 NAT and internet access. Internet access will be managed through the cloud router. The server will be accessible from the internet via a public floating IP address.
-
In the Internet access field, select the Public floating IP address access type.
-
Select the public floating IP address you created in step 2.
Private network
The cloud server can be added to an existing or new private subnet.
Existing private subnet
New private subnet
-
In the Subnet field, select a private subnet.
-
Optional: in the IP address field, change the default IP address.
-
In the Router field, select an existing router or create a new one.
If the router is not connected to the internet, it will be automatically connected after the server is created.
Security
Select security groups to filter traffic on server ports. Without security groups, all traffic is denied. If this block is missing, traffic filtering (port security) is disabled in the server network. With filtering disabled, all traffic is permitted.
Access
-
Place an SSH key for the project on the server for secure connection:
1.1. If an SSH key for the project has not been added to the cloud platform, click Add SSH key, enter the key name, paste the public key in OpenSSH format, and click Add.
1.2. If an SSH key for the project has been added to the cloud platform, select an existing key in the SSH key field. An SSH key is available only in the pool where it is placed.
-
Optional: in the Password for root field:
2.1. Copy the password for the
rootuser—a user with unrestricted privileges for any system action.2.2. Save the password in a secure place and do not share it in plain text.
Additional settings
-
Optional: if you plan to create multiple servers and want to increase infrastructure reliability, add the server to a placement group:
1.1. To create a new group, click Create in the Placement group field.
1.2. Select New group and enter the group name.
1.3. Select the placement policy for different hosts:
- preferred — soft-anti-affinity. The system will try to place servers on different hosts. If there is no suitable host when creating the server, it will be created on the same host;
- mandatory — anti-affinity. Servers in the group must be placed on different hosts. If there is no suitable host when creating the server, the server will not be created.
1.4. If the group has been created, select the required placement group in the Placement group field.
-
Optional: to add additional information or filter servers in the list, add server tags. OS and configuration tags are added automatically. To add a new tag, enter it in the Tags field.
-
To add a script to be executed by the cloud-init agent on the first boot of the operating system, in the Automation block, in the User data field:
- open the Text tab and paste the script as text;
- or open the File tab and upload the script file.
#cloud-configwrite_files:- path: "/opt/gomplate/values/user-values.yaml"permissions: "0644"content: |ServiceUsername: <username>ServicePassword: <password>ProjectId: <project_id>CloudRegion: <pool>CloudZone: <pool_segment>AccountNumber: <account_id>Specify:
<username>— service user name. It can be viewed in the control panel: in the top menu, click IAM and go to the Service Users section (the section is only available to the Account Owner and users with theiam.adminrole);<password>— service user password. It can be viewed when creating a user or you can change it to a new one.<project_id>— Project ID. It can be copied in the control panel: in the top menu, click Products → Cloud Servers → open the projects menu → in the project row, click ;<pool>— the pool where the cloud server will be created, for example,ru-3;<pool_segment>— the pool segment where the cloud server will be created, for example,ru-3b;<account_id>— account ID in the control panel. It can be viewed in the control panel in the top right corner.
View logs
If the temporary cloud server was not deleted, a problem occurred during the Apache Kafka cluster configuration. For example, the service user does not have enough permissions, an incorrect password was entered, or settings in user data contain errors.
-
Connect to the server that you created earlier.
-
To view the error log, open the
cloud-init-output.logfile in thevitext editor.vi /var/log/cloud-init-output.log -
Depending on the error log, grant access to the service user or change the user data settings.
-
Recreate the server.
-
If you cannot fix the issue yourself, create a ticket and attach the logs with errors.