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/

Everything You Need To Know About Docker

Everything You Need To Know About Docker

What to expect from this blog post? In this blog post, I will discuss a little bit about Docker before diving deep into details instructions on using Docker in your Devops workflow. I will explain about running Docker containers, Docker networking,…

How to use Terraform functions like a pro

how to use terraform functions

In Terraform, functions serve as building blocks for manipulating and transforming data within your configuration files. They add a programmability element to an otherwise declarative language. When I first started with Terraform to write configuration to deploy infrastructure on AWS…