-

Part 1 (AKS) What is Kyverno?
Kyverno is a Kubernetes-native policy engine used to validate, mutate, and generate Kubernetes resources — directly using YAML. Think of it as a security guard and rule enforcer for your Kubernetes cluster. 🧠 Imagine…
-

Part 1 (AKS Q&A) – why we call kubernetes as k8s
We call Kubernetes as K8s as a form of abbreviation. Here’s the reason: If you keep the first letter (K) and the last letter (s), and replace the 8 letters in between with the…
-

Part 1 (Devops) – Best and useful resource for devops
1 – In order to know end of life of any technology then just check – http://endoflife.date/example you can check kubernetes end of life of any version here https://endoflife.date/kubernetes 2 – check if yaml…
-

Part 1 – Yaml Basic knowledge
YAML (YAML Ain’t Markup Language) is widely used for serialization and deserialization— which means converting data structures or object state into a format that can be stored or transmitted and then reconstructed later. Its…
-

Linux 1 – Basic Linux Command
ls – List files in a directoryResult – Documents Downloads Music Pictures Videos ls -a –> give hidden file as well touch abc.txt –> create new file with touch nano abc.txt or vm abc.txt…
-

Github 1- How to add any specific team as code reviewer
How to add any specific team as code reviewer You just need to create one file CODEOWNERS at below location. then set protection rule – Require review from Code Owners Now when any one…