Create Self Signed certificate in AKS. You can run everything in single commands but it's good to do it stepwise as it is helpful in debugging and future updates. Self-signed certifica…
Deploy Python Django Application in EC2 This blog shows you how to deploy existing Django applications inside EC2. The steps are almost similar for other applications like React or angular.…
Manage Azure Key Vault Secrets with Terraform and JSON | Step-by-Step Guide Managing secrets securely is essential for any modern application. In this post, we demonstrate how to streamline the creation of Azure Key Vault sec…
Delete Multiple Azure DevOps Pipeline using REST API | Automation Last Updated: 16/05/2024. Create using official Azure DevOps Rest API Documentation. Tested with api-version=7.1. Feel free to contribute to this pro…
Setup Monitoring of Kubernetes | Prometheus, Grafana & Loki | Part 1 Last Update: 16/05/2024 (Tested with Minikubes and AKS) We will see how to install/ set-up Loki in Kubernetes, add Promtail, and connect to the Grafa…
Install SonarQube in Windows | Docker. I have set up the SonarQube in Azure VM and published it to live IP. You can also set it up locally and test it over there it will serve requests on…