Skip to main content

Create an Inkless Kafka service

Create an Inkless Apache Kafka® service on Aiven Cloud or using Bring Your Own Cloud (BYOC).

Prerequisites

  • Access to the Aiven Console
  • An Aiven project where you can create Kafka services

Create an Inkless service on Aiven Cloud

Inkless services are available on the Professional tier. On Aiven Cloud, configure the service by selecting ingress capacity and retention.

  1. In the Aiven Console, open the project and select Services.
  2. Click Create service.
  3. Select Apache Kafka®.
  4. In Service tier, select Professional.
  5. In Cluster type, select Inkless.
  6. In Deployment mode, select Aiven cloud.
  7. Select a cloud provider and region.
  8. Select the Ingress capacity for the service.
  9. Optional: Enable Diskless topics. You can enable diskless topics later in Service settings > Advanced configuration.
  10. Select a Retention period.
  11. In Service basics, enter:
    • Name: Enter a name for the service. You cannot change the service name after creation.
    • Tags: Optional. Add resource tags to organize your services.
  12. Review the Service summary, and click Create service.

Create an Inkless service on Bring Your Own Cloud (BYOC)

You can run Inkless Kafka clusters in your own cloud account using Bring Your Own Cloud (BYOC). Inkless on BYOC supports classic and diskless topics.

Before creating services on BYOC, configure a BYOC environment. For instructions, see Create a custom cloud (BYOC).

  1. In the Aiven Console, open the project and select Services.
  2. Click Create service.
  3. Select Apache Kafka®.
  4. In Service tier, select Professional.
  5. In Cluster type, select Inkless.
  6. In Deployment mode, select Bring your own cloud (BYOC).
  7. In Cloud, select your BYOC environment and region.
  8. Select a plan.
  9. In Service basics, enter:
    • Name: Enter a name for the service. You cannot change the name after creation.
    • Tags: Optional. Add resource tags to organize your services.
  10. Review the Service summary, and click Create service.

After creating the service, create topics to store data streams. To create topics, see Create Kafka topics.

Related pages