saedHasan / kafkaK8sCluster

0 stars 0 forks source link

Broker not created #3

Open DollyVolley opened 6 months ago

DollyVolley commented 6 months ago

After applying the provided kafka.yaml (only replaced kafka-st with kafka), there are the following pods created:

No broker is deployed. The services are created correctly, and it shows that there are pods missing:

NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE my-cluster-kafka-0 LoadBalancer 10.101.182.149 pending 9094:30896/TCP 2m9s my-cluster-kafka-bootstrap ClusterIP 10.104.136.53 none 9091/TCP,9092/TCP,9093/TCP 2m9s my-cluster-kafka-brokers ClusterIP None none 9090/TCP,9091/TCP,8443/TCP,9092/TCP,9093/TCP 2m9s my-cluster-kafka-external-bootstrap LoadBalancer 10.96.110.178 pending 9094:30329/TCP 2m9s my-cluster-zookeeper-client ClusterIP 10.105.138.243 none 2181/TCP 3m21s my-cluster-zookeeper-nodes ClusterIP None none 2181/TCP,2888/TCP,3888/TCP 3m21s

DollyVolley commented 6 months ago

I want to remark here that this is not the case on the remote cluster, only with minikube. So this is not of high priority as this is the important environment for me.