Akhilesh Mishra

Akhilesh Mishra

I am Akhilesh Mishra, a self-taught Devops engineer with 11+ years working on private and public cloud (GCP & AWS)technologies. I also mentor DevOps aspirants in their journey to devops by providing guided learning and Mentorship. Topmate: https://topmate.io/akhilesh_mishra/

Terraform Dynamic Blocks – T6

Hey there! Welcome back to our Terraform journey. In our last post, you learned how to create multiple resources with count and for_each. Today, we’re going to learn about dynamic blocks – a way to make the inside of your…

Terraform Count and For_Each – T5

In the last blog, we learned about Terraform resources and data sources. Today we’re going to learn something really cool – how to create multiple things with just a few lines of code. Imagine you need to create 5 servers.…

30 Days Plan To Master Kubernetes

Day 1: Kubernetes Architecture Understand the fundamental components of Kubernetes architecture including control plane and worker nodes. Day 2: Core Principles Learn key Kubernetes concepts like declarative configuration and desired state management. Day 3: Kubectl Command Basics Master essential kubectl…

Docker commands cheet sheet

Docker: Commands Cheat Sheet Docker image commands $ docker images # List all images. $ docker pull <image> # Pull an image from Docker Hub. $ docker build -t <name>:<tag> . # Build image from Dockerfile in current directory. $…

How Much Linux You Need For Devops

Linux for DevOps Engineers: The Essential Skills Roadmap You Actually Need Introduction: Why Linux Skills Matter in DevOps In the world of DevOps, Linux has established itself as the backbone of modern infrastructure. Whether you’re managing cloud deployments, configuring CI/CD…