Microservices are all about stateless and ephemeral workloads, and containers are great microservices. This may suggest that that Docker is all about ephemeral storage. In…
This is my notes from containerizing a legacy application with Docker compose. We have to run multiple instances of our application because we’re unable to…
In broad terms, virtualization of computing resource is about isolation of resources at different levels. We have covered hypervisor-based virtualization in the other post. In…