We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2557614 + f27dd5d commit cba9396Copy full SHA for cba9396
1 file changed
Prerequisites.md
@@ -81,8 +81,13 @@ You can refer to the [Installation Guide](https://github.com/OpenFunction/OpenFu
81
strimzi-cluster-operator-687fdd6f77-cwmgm 1/1 Running 0 11m
82
```
83
84
- Run the following command to view the metadata for the Kafka cluster.
85
-
+ Run the following command to create a utils pod and use it to access services inside the cluster.
+ ```shell
86
+ $ kubectl run --rm utils -it --image arunvelsriram/utils bash
87
+ ```
88
+
89
+ Run the following command in the utils pod to view the metadata for the Kafka cluster.
90
91
```shell
92
$ kafkacat -L -b <kafka-server>-kafka-brokers:9092
93
0 commit comments