Strimzi Operator API

The Strimzi Operator API is expressed through Kubernetes Custom Resource Definitions (CRDs). Operators are controlled by creating and modifying Kafka, KafkaTopic, KafkaUser, KafkaConnect, KafkaMirrorMaker2, KafkaBridge, and related custom resources via the Kubernetes API. The Strimzi operator watches these resources and reconciles the actual cluster state to match the desired specification.

API entry from apis.yml

apis.yml Raw ↑
aid: strimzi:strimzi-operator-api
name: Strimzi Operator API
description: The Strimzi Operator API is expressed through Kubernetes Custom Resource Definitions (CRDs).
  Operators are controlled by creating and modifying Kafka, KafkaTopic, KafkaUser, KafkaConnect, KafkaMirrorMaker2,
  KafkaBridge, and related custom resources via the Kubernetes API. The Strimzi operator watches these
  resources and reconciles the actual cluster state to match the desired specification.
humanURL: https://strimzi.io/docs/operators/latest/configuring.html
tags:
- Kafka
- Kubernetes
- Messaging
- Operator
- Streaming
properties:
- type: Documentation
  url: https://strimzi.io/docs/operators/latest/
- type: GitHub
  url: https://github.com/strimzi/strimzi-kafka-operator
- type: KubernetesCRD
  url: https://raw.githubusercontent.com/api-evangelist/strimzi/refs/heads/main/crd/kafka-crd.yml
- type: KubernetesCRD
  url: https://raw.githubusercontent.com/api-evangelist/strimzi/refs/heads/main/crd/kafkatopic-crd.yml
- type: KubernetesCRD
  url: https://raw.githubusercontent.com/api-evangelist/strimzi/refs/heads/main/crd/kafkauser-crd.yml
- type: JSONSchema
  url: https://raw.githubusercontent.com/api-evangelist/strimzi/refs/heads/main/json-schema/strimzi-kafka-schema.json