Java & containers: what I wish I knew before I used it
They told you that using Java with containers was great, but they never mentioned that it wouldn’t be that easy, right? You have all the advantages of containers like isolation, scalability, ease of deployment, and version management, but what about the pitfalls when using it with Java? Memory management, image size, initialization time … sometimes … Read more