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
- Host: GitHub
- URL: https://github.com/halfjuice/kubernetes-kafka-rest-proxy
- Owner: halfjuice
- License: mit
- Created: 2024-10-31T23:08:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T23:17:00.000Z (7 months ago)
- Last Synced: 2025-02-12T14:26:23.698Z (3 months ago)
- Topics: k8s, kafka, kafka-proxy, kafka-rest-proxy, kubernetes
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`