A kubernetes operator to deploy and auto-scale KafkaConnect Application.
Project status: alpha
Current API version: v1alpha1
- kubectl version v1.12.0+.
- Access to a Kubernetes v1.12.0+ cluster.
- Install the CRDS
kubectl apply -f deploy/crds
- Install the operator
kubectl apply -f deploy
Get started quickly with the Kubernetes Operator for Apache KafkaConnect using the User Guide.
For more information, check the API Specification.
Please check CONTRIBUTING.md and the Developer Guide out.