AKAnkit Kundalainankitkundala.hashnode.dev·May 10, 2025 · 4 min readFinOps- Reduced Cloud cost for CI/CD Pipeline Logs🔴Problem Statement : Client was using ELK stack to store all the Logs files of the Application as in Application Microservices log(100s of services running), Kubernetes control plane logs, and Infrastructure Log files. Infrastructed logs consisted m...00
AKAnkit Kundalainankitkundala.hashnode.dev·Feb 11, 2024 · 9 min read✨Ultimate Kubernetes CheatSheet ✨Kubernetes is specially know for its auto-scaling and auto-healing features. Kubernetes is also known as "K8s" as it includes 8 letters between word Kuberenetes from K to s . Why Kuberentes ? Kubernetes provides efficient container orchestration, sca...00
AKAnkit Kundalainankitkundala.hashnode.dev·Feb 4, 2024 · 5 min read✨Ulimate Jenkins CheatSheet for Devops✨This Blog includes all-in-one Jenkins from Basics to Advance. Right from installation of Jenkins to Deploying the Application on AWS instance. Note: The context in the images are highlighted by Purple colour, please zoom-in to the pic for better reso...00
AKAnkit Kundalainankitkundala.hashnode.dev·Jan 26, 2024 · 5 min read✨Ultimate Docker CheatSheet For Devops✨Hello Everyone! Hope your'e doing good this CheatSheet includes all the possible syntaxs used in day-to-day for Devops Engineer. The Syntaxsare in the systemactical manner from creating > building > running > Managing > Monitoring . Docker Images 1. ...00
AKAnkit Kundalainankitkundala.hashnode.dev·Jan 25, 2024 · 5 min read✨Ultimate Git/Github CheatSheet For Devops✨Hello ! Hope your'e doing good this blog includes pretty short and precise explanation of the commands used in Git/GitHub s in day to day scenario. Set Global Username & email for Git git config --global user.name "<your.name>" git config --global us...00