11. OpenTelemetry x GraalVM Native Image: Native Compile and Build Native Docker Image (AMD, ARM)

preview_player
Показать описание
In this video, we’re going to run our Spring Boot service as a GraalVM Native Image and Containerize it using Buildpacks. A GraalVM native image is a complete, platform-specific executable. Platform-specific means if it was built for ARM architecture, you couldn’t run it in AMD architecture and vice versa.

References:
Рекомендации по теме
Комментарии
Автор

Tks for these 3 lesson how to use GraalVM Native Images series, although I dont know how to best practice this but i find it useful, broaden my knowledge. I am using maven so it takes me a long day to search and follow but finally I finished this series. Looking for more high technique, skills in the future

LamTuyen