Forked and upgraded from https://gitlab.com/atkozhuharov/kafka-rest-proxy-kubernetes
- Setup you Kafka cluster with server endpoint (Username, Password, SASL method if any)
- Fill the detail in
kafka-rest-config.properties
- Create secret via
kubectl create secret generic kafka-rest-config --from-file kafka-rest-config.properties
- Deploy kafka-rest-proxy
kubectl apply -f https://github.com/halfjuice/kubernetes-kafka-rest-proxy/blob/main/kafka-rest-proxy-deployment.yaml