Playing with the JVM inside Docker Containers
Nowadays, the most of the Java microservices and even many Java application are packaged and deployed as Docker containers. Everyone is enjoying (I hope 😆) the Docker experience, compared to the traditional VMs. But, the Docker containerization will not come alone.. nothing is autonomous 😁 So, there are many concerns to take into consideration while containerizing Java applications, like playing with the JVM. The Docker racing was accelerated by the presence of Kubernetes in the market, which is coming with an amazing set of great features....