Atiq Khanatiq2288.hashnode.dev·Nov 25, 2024Menu-Driven Health Check for System MonitoringIn this post, I’m going to walk you through a Python-based system health check script that can monitor key system metrics such as disk usage, running services, memory usage, and CPU usage. Additionally, the script automates the process of sending sys...81 readsDevOpsForAll
Rohit Deorerohitexplainstech.hashnode.dev·Jan 16, 2024Docker: A Comprehensive Guide to Interview Questions and Answers (Day-24)In recent years, Docker has revolutionized the world of software development and deployment. As organizations increasingly adopt containerization, Docker has become a key technology. If you're gearing up for a Docker interview, let's dive into some e...1 likeDevops
Rohit Deorerohitexplainstech.hashnode.dev·Dec 19, 2023Enhancing Efficiency: The DevOps Touch on SDLC (Day-2)In the fast-paced world of software development, the Software Development Life Cycle (SDLC) serves as the compass guiding us through the creation of robust and reliable software. Today, let's unravel the layers of SDLC and explore how the transformat...1 likeDevops
Rohit Deorerohitexplainstech.hashnode.dev·Oct 7, 2023Creating a Kubernetes ReplicaSet: A Step-by-Step GuideKubernetes ReplicaSets are powerful tools for ensuring the availability and scalability of your applications. In this guide, we'll walk through the process of creating a ReplicaSet in Kubernetes. What is a ReplicaSet? A ReplicaSet is a Kubernetes con...29 readsDevops
Rohit Deorerohitexplainstech.hashnode.dev·Oct 5, 2023Exploring Pods in Kubernetes: The Building Blocks of Your Container EcosystemIntroduction to Pods Kubernetes, the orchestration platform for containerized applications, operates around the concept of Pods. A Pod is the smallest deployable unit in Kubernetes and serves as the basic building block for your application. In this ...12 likes#learnwithsagar
Rohit Deorerohitexplainstech.hashnode.dev·Oct 3, 2023Exploring Minikube: A Beginner's Guide to Local Kubernetes DevelopmentIntroduction: Kubernetes has become the preferred method for container orchestration, allowing developers to deploy, manage, and scale containerized applications. Minikube is a valuable tool that enables developers to run a local Kubernetes cluster o...Devops
Yatin Gambhiryatingambhirtech.hashnode.dev·Oct 3, 2023Kubernetes Installation & CommandsAfter learning and understanding the basics of Kubernetes and its working, in this blog, we will learn the installation process of a single node Kubernetes cluster in our local machine (UBUNTU) and a small demo. So let's get started and I hope you ha...1 like·60 reads#getfitwithsagar
Rohit Deorerohitexplainstech.hashnode.dev·Sep 23, 2023Demystifying Kubernetes: Why, What, and How?Alright, so in the software world, handling applications can get pretty tricky. But that's where Kubernetes steps in. Let's dive into why it's a big deal, what exactly it does, and how it gets the job done, all explained more simply. Why Kubernetes? ...42 readsDevops
Yatin Gambhiryatingambhirtech.hashnode.dev·Sep 20, 2023Docker Basic Operations Part 2In the previous blog, we completed the Installation process of Docker on Windows & Ubuntu machines. Also, we understood some basic commands of Docker and how to deploy a container in Docker. You can refer to the blog here - Docker Installation & Basi...1 like·44 readsDocker
Yatin Gambhiryatingambhirtech.hashnode.dev·Sep 15, 2023Docker Basic Operations & InstallationLet's continue our journey of DevOps and learn how to install Docker on the Ubuntu machine. You can dual-boot your existing system, create a virtual machine using different hypervisors, or run a virtual machine on the cloud platform (DO REFER MY PREV...1 like·59 readsDocker