Tag: Docker
-
VM or Container? The Developer’s Guide to Choosing the Right Isolation

In the current article, I discuss the evolving landscape between virtual machines (VMs) and containers, outlining their core differences, performance, and cost implications. While containers excel in efficiency, VMs offer superior security due to their isolation model. Emerging secure container runtimes like gVisor, Firecracker, and Kata Containers provide enhanced security with the speed of containers,…
-
Create a GCP Instance Group using Docker

This post outlines the process of creating scalable applications on Google Cloud Platform using Docker. It discusses setting up an Artifact Registry for Docker images, creating instance templates with necessary environment variables, and forming instance groups. The article emphasizes automating CI/CD pipelines to ensure effective application deployment.
