@@ -17,14 +17,17 @@ These names will be `kafka-cluster-0`, `kafka-cluster-1` and `kafka-cluster-2` a
1717
1818If you haven't already installed the Control Plane CLI, [ click here] ( https://docs.controlplane.com/reference/cli )  to do so.
1919
20- #### Deploy Kafka Cluster  
20+ #### Deploy Kafka Cluster with kafka-exporter   
2121
2222``` bash 
23- cpln apply --gvc kafka-cluster-example -f ./kafka-cluster.yaml
23+ cpln apply --gvc kafka-cluster-example -f ./kafka-cluster-exporter .yaml
2424cpln gvc add-location kafka-cluster-example --location aws-us-east-2
2525``` 
2626It will take a few minutes for Kafka cluster to get to ready state.
2727
28+ Note: If you prefer not to include kafka-exporter for reading kafka custom metrics in your deployment, then apply ` kafka-cluster.yaml `  instead. 
29+ 
30+ 
2831#### Test Kafka Cluster with Kafka Client  
2932
30331 .  Deploy kafka-client workload
@@ -61,10 +64,12 @@ kafka-console-consumer.sh --bootstrap-server kafka-cluster:9092 --topic controlp
6164#### Deploy Kafka Cluster  
6265
63661 .  Create a GVC named ` kafka-cluster-example `  and assign the location(s) that you would like to use.
64- 2 .  Apply the ` kafka-cluster.yaml `  file using the ` cpln apply >_ `  option in the upper right corner.
67+ 2 .  Apply the ` kafka-cluster-exporter .yaml `  file using the ` cpln apply >_ `  option in the upper right corner.
6568
6669It will take a few minutes for Kafka cluster to get to ready state.
6770
71+ Note: If you prefer not to include kafka-exporter for reading kafka custom metrics in your deployment, then apply ` kafka-cluster.yaml `  instead. 
72+ 
6873#### Test Kafka Cluster with Kafka Client  
6974
70751 .  Apply the ` kafka-client.yaml `  file using the ` cpln apply >_ `  option in the upper right corner.
0 commit comments