/Kubernetes-Kafka-Connect-Operator

A kubernetes operator to deploy and auto-scale KafkaConnect Application.

Primary LanguageGoApache License 2.0Apache-2.0

Build Status Go Report Card license

Kubernetes-Kafka-Connect-Operator

A kubernetes operator to deploy and auto-scale KafkaConnect Application.

Project Status

Project status: alpha

Current API version: v1alpha1

Prerequisites

  • kubectl version v1.12.0+.
  • Access to a Kubernetes v1.12.0+ cluster.

Deployment

  • Install the CRDS
kubectl apply -f deploy/crds
  • Install the operator
kubectl apply -f deploy

Getting Started

Get started quickly with the Kubernetes Operator for Apache KafkaConnect using the User Guide.

For more information, check the API Specification.

Contributing

Please check CONTRIBUTING.md and the Developer Guide out.