christophd commented on issue #4192: URL: https://github.com/apache/camel-k/issues/4192#issuecomment-1489849912
@mertdotcc The thing is your Docker/Minikube on Mac M1 uses linux/arm64 and Camel K only provides linux/amd64 image. Docker Images with the ARM64 tag run on the Mac M1 natively. If you run AMD64 images you will use some kind of emulation (basically Rosetta 2). You can run amd64 images on Mac M1, but they can cause performance issues. This is why there are multi arch images in Docker where you always automatically run the matching arch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org