Skip to content

Commit ac74c24

Browse files
committed
added basic readme
1 parent b615b20 commit ac74c24

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

examples/multi-tenacy/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```shell
13+
kubectl apply -k .
14+
```

0 commit comments

Comments
 (0)