Containers are a hot topic. The technology, which has been most typified by Docker, enables applications to be deployed as a lightweight set of processes rather than an entire virtual machine (VM).
When you get to the end of a devops build pipeline you’re left with a set of artifacts: binaries, configuration files, Web pages, even virtual machines and containers. They’re the components that go ...
Containerisation is synonymous with cloud-native application development, and Kubernetes is key among container orchestration platforms available. In this article, we look at containerisation, what ...