Initial Commit

This commit is contained in:
2024-06-22 16:04:18 +02:00
commit 829aec9157
8 changed files with 318 additions and 0 deletions

16
single/kafka-kube.yml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Pod
metadata:
name: goflow
spec:
containers:
- name: broker
image: apache/kafka:latest
ports:
- containerPort: 9092
hostPort: 9092
protocol: TCP
envFrom:
- configMapRef:
name: kafka-env