Welcome back! 馃憢 Day 51 of the 100 Days Cloud DevOps Challenge, and today we're mastering Kubernetes rolling updates! This is production deployment strategy - updating applications without downtime. Let's deploy! 馃殌 馃幆 The Mission - Rolling Update to...

Docker Architecture :- Docker has a client-server architecture, which means it has two main parts: The client that you use to type Docker commands. The server (Docker engine also called the Docker Daemon) that does all the work behind the scenes. ...

Containers have revolutionized the way we build, ship, and deploy applications. At the heart of containers lies the Dockerfile, a simple yet powerful script that defines how a container image is built. In this guide, we鈥檒l dive into Dockerfiles with ...

In the world of DevOps, Continuous Integration (CI) is crucial for automating the testing and deployment of applications. Azure DevOps is a popular platform for managing these tasks. In this technical blog, we will guide you through the steps to migr...

Traditional Virtualization Architecture with Docker on VMs Description: In traditional virtualization, multiple virtual machines (VMs) run on a physical server using a hypervisor. Each VM includes a guest OS and can run Docker containers within it. L...

Launch an EC2 Instance OS > ubuntu If we want to build docker containers, run before installation of docker engine we have to update the machine CMD > sudo apt-get update -y (packages latest versions will get installed) CMD > sudo apt-get upgrade -y ...
