What is a container?
Containerisation is a very common way to build and deploy modern applications and systems, especially in cloud environments. It lets us build software and run it anywhere. With Kubernetes, containers can be scaled near-instantaneously. Failed containers can be restarted automatically. Systems can be made highly-available with ease, and respond dynamically to load, reducing cost when … Read more