KMKunal Mauryainkunalmaurya.hashnode.dev·Sep 17, 2025 · 17 min readProduction-Ready EKS Provisioning with Terraform and GitHub ActionsIntroduction Provisioning infrastructure manually is error-prone and inefficient—especially for production environments. This blog shares my hands-on experience provisioning a production-grade Amazon EKS cluster using Terraform and GitHub Actions. As...00
KMKunal Mauryainkunalmaurya.hashnode.dev·Jul 23, 2025 · 16 min readAdvanced DevSecOps: End-to-End Three-Tier Kubernetes on AKS with FluxCD, Grafana & PrometheusIntroduction This project document details the deployment of a secure, scalable, and observable three-tier application on Azure Kubernetes Service (AKS). The implementation utilizes Terraform for infrastructure provisioning, HashiCorp Vault for secre...01V
KMKunal Mauryainkunalmaurya.hashnode.dev·Jan 14, 2024 · 15 min readAutomated Backup and Rotation ScriptThis script is a Bash shell script designed to automate the backup, rotation, and deletion of backups for a specified GitHub repository. The script includes options for daily, weekly, and monthly backups and utilizes Google Drive for backup storage. ...00
KMKunal Mauryainkunalmaurya.hashnode.dev·Dec 24, 2023 · 9 min readDevSecOps Ci-Cd PipelineDevSecOps practices, integrating security into the development and deployment pipeline, have become essential for modern software development. In this blog post, we will explore the process of deploying a React.js application using DevSecOps princip...00
KMKunal Mauryainkunalmaurya.hashnode.dev·Mar 24, 2023 · 6 min readDocker Important interview QuestionsWhat is Docker? Docker is a software platform that allows you to create, deploy, and run applications in containers. Docker helps to simplify the process of deploying and running applications by packaging them into self-contained containers, which ca...00