Naushad Khannaushad-khan.hashnode.dev·16 hours ago🚀 Day 8 of #90DaysOfDevOps: Bash Scripting Basics 🖥️Today, I explored the essentials of bash scripting, covering key concepts step by step. Here's how I tackled each task, along with command-line examples: 📝 Task 1: Comments What I Learned: Comments in bash scripts start with # and are used to expl...DiscussBash
Kedar Pattanshettikedarpattanshetti.hashnode.dev·17 hours ago☑️Day 41: Exploring ConfigMap in Kubernetes🚀🔹Table of Contents : Introduction Step-by-Step Guide: Working with ConfigMap Using ConfigMap in a Pod Real-Time Scenario: When to Use ConfigMap? Key Benefits of ConfigMap Summary of Commands ✅Introduction What is ConfigMap in Kubernetes? C...Discuss·10 likesDevops
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Oct 11, 2024☑️Day 40: Exploring Volume in Kubernetes🚀🔹Table of Contents : Introduction to Volumes in Kubernetes Types of Volumes in Kubernetes Hands-On Task: Using emptyDir Volume Applying the YAML Configuration Working with the Volume Stopping and Restarting the Pod Key Commands Used Real-Tim...Discuss·10 likesDevops
Chintamani Tarechintamani1804.hashnode.dev·Oct 10, 2024🚀 Day 4: Basic Linux Shell Scripting for DevOps EngineersIntroduction to Shell ScriptingShell scripting is a crucial skill for DevOps engineers 👨💻. It allows you to automate tasks, making your workflows more efficient. This is especially important when managing system configurations, deploying applicati...Discuss#TWS
Chintamani Tarechintamani1804.hashnode.dev·Oct 9, 2024Day 3: Mastering Basic Linux Commands 🚀In today's task, we will cover essential Linux commands that are frequently used in day-to-day DevOps activities. This practical guide includes viewing files, managing permissions, handling file contents, and more. Let's dive in! Task 1: View the Con...DiscussDevops
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Oct 6, 2024☑️Day 35: Understanding Deployment and Rollout in Kubernetes🚀🔹Table of Contents : Introduction What is a Deployment in Kubernetes? Key Deployment Commands Hands-On Practice: Deploying nginx Step-by-Step Guide to Deploy nginx Using a YAML File Verify and Manage the Deployment What is the Rollout Featu...DiscussDevops
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Oct 5, 2024☑️Day 34: Understanding Replica Sets in Kubernetes🚀🔹Table of Contents : What is a Replica Set in Kubernetes? Why Use Replica Sets? Components of Replica Sets Life Cycle of a Replica Set Hands-On Task: Creating and Managing Replica Sets Task 1: Creating a ReplicaSet Task 2: Scaling Pods with R...Discuss·20 likesDevops
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Oct 4, 2024☑️Day 33: Understanding Pods in Kubernetes🚀In today's session, I delved into one of the most fundamental concepts in Kubernetes: Pods. Kubernetes Pods are the smallest and simplest unit in the Kubernetes object model. They represent a single instance of a running process in your cluster, and ...DiscussDevops articles
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Oct 3, 2024☑️Day 32: Creating Multi Node Cluster in Kubernetes🚀Kubernetes multi-node clusters are essential for deploying scalable applications across multiple machines. In this newsletter, I’ll guide you step-by-step through the process of setting up a multi-node Kubernetes cluster on CentOS using VMware. ✅Wha...DiscussKubernetes
Muhammad Irfanirfanmustafvi.hashnode.dev·Oct 2, 2024Understanding AWS VPC and VPC PeeringMastering AWS VPC and VPC Peering In the world of cloud computing, understanding network architecture is key to building scalable, secure, and efficient systems. One of the most important concepts in Amazon Web Services (AWS) networking is the Virtua...Discuss·1 like#TWS