gauravjisri-blogs.hashnode.devKubernetes Dashboard SetupThe Kubernetes Dashboard is a powerful web-based UI for managing your cluster resources. This guide walks you through setting up the dashboard, exposing it via Ingress, and generating authentication tokens for secure access. Setting up Dashboard: A...Mar 16, 2025·2 min read
gauravjisri-blogs.hashnode.devManaging Multi-Environment Kubernetes Deployments with Kustomize and ArgoCDManaging Kubernetes configurations across multiple environments (e.g., dev, uat, production) can quickly become complex. A structured approach is necessary to maintain consistency while allowing flexibility for environment-specific overrides. In this...Mar 16, 2025·4 min read
gauravjisri-blogs.hashnode.devAWS Project : Setting up an Application Load Balancer(ALB) on EC2 with httpd running in itCreating an EC2 instance with "httpd" running: Go to EC2 and select Launch Instance : Fill in the details. For example : Here we are selecting Amazon Linux. You can choose whatever you like. You can choose an already present key pair or mak...Jul 14, 2023·3 min read
gauravjisri-blogs.hashnode.devRunning a Flask app on a Serverless architecture using AWS ECR, AWS ECS & AWS FargateOverview : In this blog, we will create and push the image of our code(Flask app) into the AWS ECR repository. Then using AWS ECS and AWS Fargate we will run the image (from the ECR repository) in a serverless architecture inside the containers. Sett...Jul 12, 2023·3 min read
gauravjisri-blogs.hashnode.devInfraMagic with Terraform - Part IWhat is Infrastructure as a Code? Infrastructure as Code (IaC) is the practice of managing and provisioning infrastructure through code instead of manual processes. It involves creating configuration files that define your infrastructure specificatio...Jun 7, 2023·7 min read