OKR/toc-upgrade/kafka
ycz 576e775234 toc add kafka deployment document 2024-12-05 17:48:11 +08:00
..
README.md toc add kafka deployment document 2024-12-05 17:48:11 +08:00
akhq.yaml toc k8s change name 2024-12-05 15:57:36 +08:00
kafka.yaml update tcs akhq 2024-10-15 12:03:31 +08:00
storage.yaml add toc 2024-10-12 18:16:54 +08:00

README.md

deployment operator

$ helm repo add confluentinc https://packages.confluent.io/helm
$ helm repo update

base 为 confluent-operator role mgnt

$ helm upgrade --install confluent-operator confluentinc/confluent-for-kubernetes --namespace base
$ helm upgrade --install confluent-operator   confluentinc/confluent-for-kubernetes   --set namespaceList="{base,tcs}"   --namespace base --set namespaced=true

labels k8snode

$ kubectl label node  drill-k8snode-10-2-1-17.base.drillinsight.com app.kubernetes.io/name=mq
$ kubectl label node  drill-k8snode-10-2-1-18.base.drillinsight.com app.kubernetes.io/name=mq
$ kubectl label node  drill-k8snode-10-2-1-19.base.drillinsight.com app.kubernetes.io/name=mq

deployment kafka

$ kubectl -n tcs apply -f kafka.yaml