Kafka Cloud Databases

Deployment and administration of Kafka сlusters in the cloud to manage messaging, delivery, data storage, and processing queues in real-time.

Calculate the Cost of Infrastructure Per Month

vCPU
€ 11.5
$ 12.33
₸ 5 195
KES 1 707.42
UZS 135 126
Local disk, GB
€ 0.2
$ 0.21
₸ 89
KES 29.11
UZS 2 304
Floating IP
€ 2.8
$ 2.99
₸ 1 446
KES 416
UZS 37 878.01
RAM, GB
€ 5.31
$ 5.68
₸ 2 392.06
KES 784.9
UZS 62 290.84
Backups, GB
€ 0
$ 0
₸ 0
KES 0
UZS 0

What’s included in the price:

Go to control panel

Why You Should Rent Cloud Databases in Servercore

Create a cluster
Cutting-edge high-performance hardware

We utilize Intel® Xeon® Gold processors and HI-IOPS NVMe disks to enhance service performance.

Easy management via a unified control panel

Choose configurations that align with your specific tasks. No need to handle settings manually as essential configurations are available in the control panel. You can also launch the service using Terraform and API.

One-stop shop for all your cloud services

Deploy Kafka clusters alongside managed Kubernetes. Connect PostgreSQL, MySQL, Redis, or object storage. Link all resources through the global router via the control panel.

Compliance with global security standards

The PostgreSQL service is certified and compliant with PCI DSS 3.2.1, ISO/IEC 27001, ISO/IEC 27017, and ISO/IEC 27018 safety standards.

Security of Servercore Solutions and Data Protection

5-tier IT system and data protection strategy

We ensure information security measures at all levels of data access — from application to data center.

Compliance with industry, local, international standards

Our solutions comply with standards ISO, PCI DSS, GDPR, DPA 2019, as confirmed by relevant certificates.

4 availability zones in 3 countries

Deploy services across several data centers located in Kenya, Uzbekistan or Kazakhstan to enhance the fault tolerance of your IT systems.

Servercore is Stable, Simple, and Offers Local Infrastructure

Request a consultation
01
Secured technologies

IaaS и PaaS

A wide range suitable for any task

Availability zones in Kenya, Uzbekistan, and Kazakhstan​

IAM service for managing authorization and access levels

02
Stability

SLA up to 100%

Maximum server availability

Compliance with GDPR and DPA 2019

Processing of personal data

PCI DSS

Payment data under protection
03
Benefit and convenience

Free migration

Billing in Kenyan shillings

Payment by MPesa or bank transfer

24/7

Free technical support

Businesses of All Sizes Trust Our Service Quality

Read case studies
Read case studies

Choose the Region Where You Want to Deploy Your Service

Nairobi
Almaty
Tashkent
1 availability zone
TIER III Design
TIER III
ISO27001
PCI DSS
Nairobi
Kenya
  • Dedicated Servers
  • Cloud Servers
  • Cloud Databases
  • Managed Kubernetes
1 availability zone
TIER III Design
TIER III Facility
ISO14001
ISO20000
ISO9001
ISO27001
ISO45000
Almaty
Kazakhstan
  • Dedicated Servers
  • Cloud Servers
  • Cloud Databases
  • Managed Kubernetes
1 availability zone
2 availability zone
3 availability zone
Reliability level — N+1
TIER II
Tashkent
Uzbekistan
  • Dedicated Servers
  • Cloud Servers
  • Cloud Databases
  • Managed Kubernetes
TIER III
Tashkent
Uzbekistan
  • Dedicated Servers
  • Cloud Servers
  • S3
  • Managed Kubernetes
Tashkent
Uzbekistan
  • Dedicated Servers
  • Cloud Servers
  • Cloud Databases
  • Managed Kubernetes

Tier III data center in Nairobi

Fault tolerance level of at least 99.982% (no more than 95 minutes of downtime per year). Hosted services remain operational even during scheduled maintenance or power outages.

Compliance with global and local security standards

The data centers hosting Servercore products comply with DPA 2019 and GDPR standards and are PCI DSS 4.0.1 certified.

Five levels of client data protection

We ensure security of projects at all levels, from data centers to apps, through a range of measures, including 24/7 video surveillance, 2FA, encryption, and more.
Go to control panel

Network Connectivity Between Products to Build a Unified Infrastructure

Unite projects within Servercore using automated networks with a bandwidth of 100 Mbps and more, and connect them to on-premise or other network resources.

Internet

Each internal network node is N+1 redundant: switches, links between switches, borders

L2VPN network

Provides data transfer between neighboring nodes within the same network segment or between devices on the same LAN

Global router (L3VPN)

Highly secure network that enables the creation of an isolated private network within or between multiple data centers

How to Use Cloud Databases with Other Products

Work from User-Friendly Control Panel

All projects on a single screen with fast navigation
IAM service for managing access levels
Transparent billing with ready-to-use reports
24/7 support in English
Rapid resource scaling
All projects on a single screen with fast navigation
All resources of your infrastructure are consolidated in a single screen. Monitor projects directly from the home screen and navigate to the required section with one click.
IAM service for managing access levels
Configure resource access levels for each employee based on their role. This enhances the security of your IT infrastructure.
Transparent billing with ready-to-use reports
Pay only for the resources you use in local or foreign currency. Export detailed cost reports in just a few clicks.
24/7 support in English
When technical or organizational issues arise, our specialists are ready to provide prompt support. Average response time in chat after creating a ticket is 15 minutes.
Rapid resource scaling
Flexibly scale the compute capacity of your project with just a few clicks. Reduce consumption to optimize costs or increase capacity for new tasks.

Compatible Products and Services for More Efficient Work

FAQ

What is Kafka as a Service and what are its advantages?

Apache Kafka is a distributed messaging system for real-time communication between server applications — a Data Bus. It implements a «publish-subscribe» model where applications can publish messages to specific topics, and other applications can subscribe to these topics to receive messages.

Key advantages of using Apache Kafka include:

— Ability to scale horizontally, allowing it to handle large amounts of data.
— High performance: Kafka is optimized for high throughput and low latency.
— Real-time stream processing, ensuring timely event awareness.
— Seamless integration with various systems such as databases, data warehouses, and stream processing systems.
— Ability to serve as a centralized repository for large amounts of data, functioning as an organization’s unified data store.

What are topics for in Kafka?

Topics group messages by themes. Users subscribe to topics created by producers. This allows them to view messages within that topic. For each topic, Apache Kafka maintains a message log, which can be divided into several partitions.

What are partitions in Kafka?

A partition consists of all the messages within a topic, ordered from newest to oldest. This structure allows users to see the most recent messages first within a topic.

How can you manage Apache Kafka on the Servercore cloud platform?

You can manage Kafka through the Servercore control panel, via API, or using Terraform.

Which versions of Apache Kafka are available on Servercore?

Servercore’s Kafka as a Service supports the latest version of the message broker, Kafka 3.5.

What use cases can Kafka as a Service address?

Kafka helps solve various tasks such as:

— Collecting and aggregating events or logs from different sources (e.g., Clickstream).
— Simultaneous event delivery to multiple consumers. This feature is beneficial in scenarios where an event needs to be processed by several systems or services at the same time.
— Building Event-Sourcing or Event-Driven Systems. In such systems, events are stored in Kafka and used to update the local databases of microservices.
— Stream processing: In this case, Kafka serves as an intermediary storage for streaming data from one system to another.

What server configurations for a cloud-based Kafka database can be rented at Servercore?

You can explore all available cloud server configurations for message brokers on the Servercore website, either in the calculator section or through our control panel.

How do I deploy Kafka on the Servercore cloud platform?

Register in our control panel and create your first cluster in the Cloud Platform → Databases section. Here, you can configure all necessary parameters for Kafka within the cloud infrastructure with just a few clicks.

Where are Servercore’s data centers located?

Servercore is an international IT infrastructure provider with a local presence in Uzbekistan, Kazakhstan, and Kenya.

Your database server will be hosted in one of our or partner data centers, depending on the location in which you rent it. You can learn more about our data centers, Tier certifications and regions of presence in the documentation.

What are the working hours for Servercore technical support?

Our technical support specialists are available 24/7. They are ready to assist promptly with any technical issues and answer your questions. To contact technical support, use the ticket system in the Servercore control panel.

Is backup available for Kafka rental at Servercore?

Currently, this functionality is not available, but our team is working on its implementation in the future.