An open API service indexing awesome lists of open source software.

https://github.com/halfjuice/kubernetes-kafka-rest-proxy

Handy deployment of kafka-rest-proxy on Kubernetes
https://github.com/halfjuice/kubernetes-kafka-rest-proxy

k8s kafka kafka-proxy kafka-rest-proxy kubernetes

Last synced: about 2 months ago
JSON representation

Handy deployment of kafka-rest-proxy on Kubernetes

Awesome Lists containing this project

README

        

# kubernetes-kafka-rest-proxy

Forked and upgraded from https://gitlab.com/atkozhuharov/kafka-rest-proxy-kubernetes

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