devopswithpiyushkabra.hashnode.devHow to Update ASG and Send Slack Notifications When Capacity Can't Be Fulfilled1. Create A Launch Template Select Any Instance Type & most importantly, don鈥檛 select anything in the purchasing option. 2. Create The Lambda Functions :- a. For Changing The Configuration #50-50-ondem-spot (You can write your own name) import bo...Jul 29, 2025路4 min read
devopswithpiyushkabra.hashnode.dev馃幆 Pluto & Helm Chart Testing: Full Guide (Summary Document)This document consolidates everything I've done鈥攆rom setting up Pluto, creating a deprecated-API test Helm chart, to validating without needing an actual cluster鈥攊nto a clear, step-by-step guide with code snippets and visuals. 1. 馃殌 Install Pluto CL...Jul 2, 2025路5 min read
projectswithpiyushkabra.hashnode.devBuilding an Ansible Cluster with Docker Containers and Kubernetes PodsI manually set up an Ansible Cluster with one master and multiple nodes in both Docker containers and Kubernetes Pods, without using any pre-created images. This blog documents the full process step-by-step with custom images, Ansible installation, S...Jun 15, 2025路5 min read
devopswithpiyushkabra.hashnode.devAnsible Reference DocumentsUnderstanding Target and Manage Nodes Launching Instances (e.g., AWS EC2) Using Git Bash for Ansible Using Vim Editor for Playbooks Using Ansible command Module 馃敼 1. Target Node & Manage Node Manage Node: The system where Ansible is installe...May 22, 2025路4 min read
projectswithpiyushkabra.hashnode.devLive Cricket Scores: Flask App Setup & Deployment via Jenkins and Kubernetes馃搶 Introduction In this tutorial, we'll develop a real-time cricket score tracker named CricketLive. This application fetches live scores and match schedules using the Cricbuzz API, displays them through a Flask web interface, containerizes the appli...May 20, 2025路9 min read