Pritesh Patelpritesh.hashnode.dev·Feb 17, 2025DevOps in 2025: What to Expect and How to Prepare?The DevOps landscape is evolving quickly. Organizations face mounting pressure to release software faster while maintaining security, reliability, and scalability. As we step into 2025, several key trends are emerging that will shape how teams build,...Devops
Mihir Suratwalamihirsuratwala.hashnode.dev·Feb 15, 2025Archive File in LinuxLast Blog Review → In the last blog we understood, how to send the file from local machine to EC2 and also send the file from EC2 to local machine. Only the requirement is that the scp can be used only on local machine as the local machine must have ...AWS
The DevOps Dojothedevopsdojo.hashnode.dev·Feb 14, 2025Managing Kubernetes with Helm:Introduction Kubernetes has revolutionized container orchestration, enabling teams to deploy, manage, and scale applications efficiently. However, managing Kubernetes manifests for complex applications can be challenging. This is where Helm, the pack...Devops
ABHISHEK WAGHMAREdev-ops-diaries.hashnode.dev·Feb 13, 2025🌟 Volume Management in Linux & AWS EBS 💽🌟 Volume Management in Linux & AWS EBS 💽 ABHISHEK ·Dec 30, 2024· 3 min read Volumes in Linux and AWS Elastic Block Store (EBS) are essential for managing storage. Let’s explore how to create, manage, and mount volumes step-by-step. 🏗️ Introductio...AWS
ABHISHEK WAGHMAREdev-ops-diaries.hashnode.dev·Feb 13, 2025🌟 Fundamentals of Linux: A Non-IT Friendly Guide🐧🌟 Fundamentals of Linux: A Non-IT Friendly Guide🐧 Linux might sound complex, but it’s all around us! From powering websites to your Android phone, Linux is everywhere. Let’s break it down in simple terms with step-by-step details for beginners. �...Linux
Ganesh Lasureinit-container-in-kubernetes.hashnode.dev·Feb 11, 2025What is an Init Container in Kubernetes?What is an Init Container in Kubernetes? In Kubernetes, an Init Container is a specialized container that runs before the main application container starts in a Pod. It is used to perform setup tasks such as:✅ Waiting for a service or dependency to b...Devops
ABHISHEK WAGHMAREdev-ops-diaries.hashnode.dev·Feb 10, 2025"Master the Cloud: Set Up Your Ubuntu Linux EC2 Instance in 2 Minutes!"Creating an Ubuntu Linux EC2 Instance on AWS This tutorial guides you through launching an Ubuntu Linux server on Amazon EC2 (Elastic Compute Cloud), a widely used service for creating virtual machines. AWS EC2 allows users to easily configure virtua...AWS
vamseedhar kdockerize.hashnode.dev·Feb 9, 2025An Introduction to DockerImagine you’re planning a vacation. You pack your suitcase with everything you need: clothes, toiletries, shoes, and even a good book to read. But what if you had to pack your suitcase in a way that it would work no matter where you went—whether to a...10 likesDocker
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
Sarvesh Choubeydevopsbysarvesh.hashnode.dev·Feb 8, 2025User & Group Management : Commands and ConceptsLinux user in short Root User: The admin with full control over the system. Regular Users: Everyday users with limited permissions. System Users: Special users for running background services. Commands for User Creation and Management Create a ...LINUXlinux usermanagement