Skip to content

Commit 7398ece

Browse files
committed
rename of base componets
1 parent 4b8ad84 commit 7398ece

30 files changed

+38
-397
lines changed

GETTING_STARTED.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@ Unless otherwise started in the README.md of each example, it should be assumed
1818
```
1919

2020

21+
22+
23+
4. Using a tool like [K9s](https://github.com/derailed/k9s) check the status of the pods:
24+
```shell
25+
➜ replicator git:(replicator) ✗ kubectl get pods -A
26+
NAMESPACE NAME READY STATUS RESTARTS AGE
27+
sandbox confluent-operator-d4bb8cbd6-qg4dq 1/1 Running 0 14m
28+
sandbox console-producer-0 1/1 Running 1 14m
29+
sandbox kafka-0 1/1 Running 1 13m
30+
sandbox kafka-1 1/1 Running 0 13m
31+
sandbox kafka-2 1/1 Running 0 13m
32+
sandbox zookeeper-0 1/1 Running 0 13m
33+
sandbox zookeeper-1 1/1 Running 0 13m
34+
sandbox zookeeper-2 1/1 Running 0 13m
35+
tools ldap 1/1 Running 1 14m
36+
```
37+
38+
2139
### Tearing Down
2240

2341
[//]: # (TODO: Describe recomendation to teardown and redeploy other examples)

0 commit comments

Comments
 (0)