For those interested in Kubernetes and k8s apps monitoring for free, Signoz is an open-source solution you can use for free. There is also a cloud version to get a SaaS app without the maintenance and administration burden. I tried Signoz on Azure Kubernetes (AKS). Installation takes minutes, and you […]
SRE
I had the problem of getting all the EC2 instances from all regions with their CPU, RAM, Storage details. How to get all ec2s in all regions? So developed a script for this purpose. Before this script, it was taking manual effort for me to collect the EC2s from all […]
It install MacOS Vmware PowerCLI we first need to install Powershell with brew. $ brew cask install powershell To run Powershell $ pwsh If you need to upgrade powershell you can use the commands below $ brew update$ brew cask upgrade powershell Lastly install MacOS Vmware PowerCLI PS /> Install-Module […]
Google Cloud Platform Cheat Sheet: Every product in the Google Cloud family described in <=4 words (with liberal use of hyphens and slashes ?) by the Google Developer Relations Team Link for the all files and formats here: Google Cloud Platform Cheat Sheet Here are some more links that will […]
Every IT professional should read the Site Reliability Engineer book and Workbook from Google. You will learn the importance of automation and removing toil. How to make your work more meaningful by moving from operation to automation and autonomous systems. Link here: https://landing.google.com/sre/books/ Site Reliability Engineering Kindle Book