-
🔭 I’m currently working on Cloud & DevOps
-
🌱 I’m currently learning Kubernetes and Containers
-
👯 I’m looking to collaborate on DevOps & Backend Development
-
👨💻 All of my projects are available at vipinyadav.in
-
📚 Read articles at blog.vipinyadav.in & vipiny.medium.com
-
💬 Ask me about Cloud, DevOps, Django, Flask, DRF
-
📫 How to reach me vipin6673@gmail.com
A Beginner's Guide: Setting up a Kubernetes Cluster using Vagrant VM on Your Local Machine
Introduction
In the realm of modern software development and deployment, Kubernetes has emerged as a powerful tool for managing containerized applications. It offers scalability, resilience, and ease of management. However, setting up a Kubernetes cl...
How to Store Terraform State in Azure Blob Storage: A Step-by-Step Guide
Introduction:
Terraform is an excellent tool for managing infrastructure as code, but handling the state files can be a challenge, especially in a team setting. Storing your Terraform state in Azure Blob Storage is a great way to centralize and manag...
Terraform: A Beginner's Guide
Welcome to the world of Terraform, a powerful infrastructure-as-code (IaC) tool that enables you to define and provision your infrastructure using simple, human-readable configuration files. If you're new to Terraform, fear not! This beginner's guide...
How to Format Terraform Code: A Beginner's Guide
Introduction
Terraform is a powerful Infrastructure as Code (IaC) tool that allows you to define, provision, and manage your infrastructure in a declarative way. However, as your Terraform projects grow, maintaining clean and well-structured code bec...
Connect to EC2 Instances using EC2 Instance Connect Endpoint without public IP
EC2 Instance Connect Endpoint allows you to connect to an instance via SSH or RDP without requiring the instance to have a public IPv4 address. Once you create an EC2 Instance Connect Endpoint in a subnet, you can use the endpoint to connect to any i...