Dec 31, 2025 路 10 min read 路 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...
Join discussion
Apr 21, 2025 路 3 min read 路 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. ...
Join discussion
Jan 23, 2025 路 2 min read 路 Deploying web applications efficiently is a cornerstone of modern DevOps practices. Docker, with its lightweight containers, has become a go-to tool for packaging and running applications consistently across different environments. In this blog, we'l...
EEswar commentedJan 21, 2025 路 5 min read 路 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 ...
ASATHI commented
Dec 29, 2024 路 13 min read 路 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...
Join discussion
Aug 28, 2024 路 4 min read 路 Phontiqe is a 2-tier web application built using Node.js and Express. This is a simple web application that displays a list of accessories retrieved from a server-side API. The application uses JavaScript, HTML, and CSS to dynamically generate the li...
Join discussionJul 14, 2024 路 2 min read 路 Hey DevOps Enthusiasts! 馃専 Welcome back to #90DaysOfDevOps. Today is extra special because we're diving into a hands-on Docker project. Ready to containerize a web application? Let's get started! 馃槏 What is Docker? 馃惓 Docker is an incredible tool tha...
Join discussion
Jun 20, 2024 路 2 min read 路 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...
Join discussion
May 2, 2024 路 6 min read 路 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 ...
Join discussion