ThomasVitale / cloud-native-spring-in-action

🍃 Code samples and projects from the book "Cloud Native Spring in Action - With Spring Boot and Kubernetes" (Manning)
https://www.manning.com/books/cloud-native-spring-in-action
Apache License 2.0
426 stars 257 forks source link

Fluent bit docker images are not compatible with Apple M2 chips. #30

Closed ketankvishwakarma101 closed 1 year ago

ketankvishwakarma101 commented 1 year ago

Hello @ThomasVitale

I was trying to run the observability stack of Chapter13-end, the issues is that the stack uses fluent-bit as agent and the docker image grafana/fluent-bit-plugin-loki:2.6.1-amd64 does not gets compiled on Apple M2 chips.

This I conclude from below error.

 fluent-bit The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

If my conclusion is correct, can you suggest what changes we have to make in order to use pormtail instead of fluent-bit. Or you can point me to a suitable alternative.

ketankvishwakarma101 commented 1 year ago

duplicate https://github.com/ThomasVitale/cloud-native-spring-in-action/issues/31