이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 10. S
10.1. Storage (configuration) 링크 복사링크가 클립보드에 복사되었습니다!
Defines disk storage for Kafka nodes within the KafkaNodePool custom resource.
Supported storage types:
- ephemeral
- Temporary storage tied to the pod lifecycle
- persistent-claim
- Durable storage using PersistentVolumeClaims (PVCs)
- jbod
- Multiple disks or volumes (ephemeral or persistent)
For more information, see Configuring Kafka storage.
10.2. Streams for Apache Kafka API schema 링크 복사링크가 클립보드에 복사되었습니다!
The formal specification that defines the structure, properties, and validation rules for Streams for Apache Kafka custom resources. Also referred to as the Streams for Apache Kafka custom resource schema.
10.3. Streams for Apache Kafka Operator 링크 복사링크가 클립보드에 복사되었습니다!
The primary deployment artifact for Streams for Apache Kafka. An operator that installs and configures components for running Kafka on OpenShift, including the Cluster Operator.
10.4. Streams for Apache Kafka operators 링크 복사링크가 클립보드에 복사되었습니다!
The suite of OpenShift operators (Cluster Operator, Topic Operator, User Operator) that automate Kafka cluster management.
10.5. StrimziPodSet (custom resource) 링크 복사링크가 클립보드에 복사되었습니다!
A custom resource used by the Streams for Apache Kafka Cluster Operator to manage the lifecycle of broker pods, replacing OpenShift StatefulSet resources to provide greater control over pod identity and updates.
10.6. Super user 링크 복사링크가 클립보드에 복사되었습니다!
A Kafka user principal with full administrative access that bypasses all ACL checks. Super users are configured via the superUsers property in the Kafka custom resource when simple authorization is enabled.