We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b615b20 commit ac74c24Copy full SHA for ac74c24
examples/multi-tenacy/README.md
@@ -0,0 +1,14 @@
1
+# Multi tenancy Kafka (NICE!)
2
+Todo.
3
+
4
+### Deploy CRDs
5
+Deploy the CRDS using the standard way:
6
+```shell
7
+kubectl apply -k ../../kustomize/crds
8
+```
9
10
+### Deploy Confluent Operator, Confluent Services, two namespaces with tenant topics
11
+Deploy the confluent operator and services:
12
13
+kubectl apply -k .
14
0 commit comments