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/

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…

A Complete Guide To AWS Lambda With Real World Use Case

aws lambda use case

Learn how to deploy a practical EC2 auto-tagging solution on AWS Lambda while mastering fundamental serverless concepts In today’s cloud-first world, developers are constantly seeking ways to build scalable applications without the operational burden of infrastructure management. AWS Lambda—the serverless…