Mihir Suratwalamihirsuratwala.hashnode.dev·Feb 8, 2025SCP Command to copy the file from EC2 machine to LocalLast Blog Review → In the last blog we understood, how to copy the files from the local to EC2 machine using scp. scp is actually helpful when you want the files from the local machine to the EC2 machine and vice versa because when you have your code...AWS
Md Nur Mohammadmohammadwithdevops.hashnode.dev·Jan 31, 2025Docker NetworkingDocker networking allows containers to communicate with each other, the host system, and external networks. Understanding Docker networking is essential for deploying real-world applications. 1. Types of Docker Networks Docker provides five types of ...Docker
Mayuresh Patilmayureshpatildevops.hashnode.dev·Jan 30, 2025Shell Scripting for DevOpsDay-4 of #90DaysOfDevOps Challenge, lead by Shubham Londhe 1. What is Kernel, Shell, and Linux Shell Scripting? Kernel The Kernel is the core of the Linux operating system. It acts as a bridge between the hardware and software, managing system resour...TrainWithShubham
Mayuresh Patilmayureshpatildevops.hashnode.dev·Jan 30, 2025Mastering Basic Linux Commands with a TwistLinux commands form the foundation of efficient system administration and automation. In this blog, we explore essential Linux commands with a unique twist, helping you enhance your command-line skills while tackling real-world scenarios. 1. Viewing...Linux
Munilakshmi G J100daysdevops.hashnode.dev·Jan 29, 2025Day 96 of 100 Days : Kubernetes – Mastering the Art of Scaling and Self-HealingWelcome to Day 96! We’re almost there—just a few more days to go in our 100 Days of Kubernetes adventure. Today, we’re stepping into the next level of Kubernetes: Scaling and Self-Healing. These features allow your cluster to adapt, grow, and recover...kubernetes vertical pod autoscaling
Mayuresh Patilmayureshpatildevops.hashnode.dev·Jan 29, 2025Top 50 Linux Commands You Must KnowLinux is a powerful and versatile operating system, and mastering its command line interface (CLI) can significantly boost productivity. Here’s a list of the top 50 Linux commands every user should know. 1. Basic Commands pwd – Print the current wo...48 readsAWS
Mayuresh Patilmayureshpatildevops.hashnode.dev·Jan 29, 2025Basic Linux Commands: A Beginner's GuideDay 2 of #90DaysOfDevOps Challenge, lead by Shubham Londhe Linux is a powerful and widely-used operating system, especially in server environments and development workflows. Whether you're a beginner or an experienced user, knowing basic Linux comman...AWS
AL Noor Istiak Mahmudtop-devops-tools-2025.hashnode.dev·Jan 28, 2025Top 10 DevOps Tools You Must Learn in 2025The DevOps landscape is evolving at a breakneck pace, and staying ahead of the curve is no longer optional—it’s a necessity. As organizations continue to embrace cloud-native technologies, microservices, and automation, the demand for skilled DevOps ...FutureOfDevOps
Anique Ahmad Sarfrazanique.hashnode.dev·Jan 28, 2025K8s objects with practicalsLet’s dive deep into Kubernetes Objects with detailed explanations, YAML examples, and practical steps. Kubernetes objects are the building blocks of your cluster, and understanding them is crucial for managing applications effectively. 2. Kubernete...KubernetesDevops
Munilakshmi G J100daysdevops.hashnode.dev·Jan 27, 2025Day 93 of 100 Days: Understanding ArgoCD and Maven in DevOpsIn today's post, we dive into two important tools in the DevOps ecosystem: ArgoCD and Maven. These tools, although serving different purposes, are key players in making the development and deployment processes smoother, faster, and more efficient. Le...maven