/
Kafka Troubleshooting Guide
Kafka Troubleshooting Guide
This doc is about a Kafka troubleshooting guide
Check the Kafka Broker's status
kubectl get pods -n kafka-cluster
If Kafka brokers are in crashloopbackoff or Error status
Describe the brokers and look for error
kubectl describe kafka-v2-0 -n kafka-cluster kubectl describe kafka-v2-1 -n kafka-cluster kubectl describe kafka-v2-2 -n kafka-cluster
Check Kafka brokers logs for error
kubectl logs -f kafka-v2-0 -n kafka-cluster kubectl logs -f kafka-v2-1 -n kafka-cluster kubectl logs -f kafka-v2-2 -n kafka-cluster
If brokers are in crashloopbackoff due to disk space issues, follow the below document for the cleanup of the logs
, multiple selections available,
Related content
Cleanup Kafka logs
Cleanup Kafka logs
Read with this
Zookeeper Cluster Synchronization Issue Troubleshooting Guide
Zookeeper Cluster Synchronization Issue Troubleshooting Guide
More like this
RCA-HEALTH-EKS-DEMO Kubernetes Cluster Upgrade(1.21 to 1.28) -Outage-April 17th,2024
RCA-HEALTH-EKS-DEMO Kubernetes Cluster Upgrade(1.21 to 1.28) -Outage-April 17th,2024
More like this
Kubernetes Introductory EXERCISES-2
Kubernetes Introductory EXERCISES-2
More like this
EKS Rolling Upgrade
EKS Rolling Upgrade
More like this
Kubernetes Introductory Exercises
Kubernetes Introductory Exercises
More like this