lydtechconsulting / kafka-kubernetes-demo

Spring Boot application used to demonstrate deployment to Kubernetes
Apache License 2.0
2 stars 7 forks source link

Back-off restarting failed container zookeeper #1

Open masalinas opened 9 months ago

masalinas commented 9 months ago

I tried to deploy the zookeeper first from your zookeeper.yaml but I got this error:

Back-off restarting failed container zookeeper

Other logs from pod is:

exec /etc/confluent/docker/run: exec format error

I have a minikube installed in my mac M1 docker-desktop environment. Maybe the problem is because I have ARM CPU and you build the image for AMD right? Can you deploy your images also for Mac ARM CPU, thanks?

skromberg commented 8 months ago

@masalinas try:

resources/zookeeper.yml

ghcr.io/arm64-compat/confluentinc/cp-zookeeper:7.1.1

resources/kafka.yml

ghcr.io/arm64-compat/confluentinc/cp-kafka:7.1.1