devopsguide.in

  • AKS
  • Part 1 (AKS) What is Kyverno?

    Part 1 (AKS) What is Kyverno?

    June 10, 2025

    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…

    Continue reading…

  • Part 1  (AKS Q&A) – why we call kubernetes as k8s

    Part 1 (AKS Q&A) – why we call kubernetes as k8s

    June 8, 2025

    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…

    Continue reading…

  • Part 1 (Devops) – Best and useful resource for devops

    Part 1 (Devops) – Best and useful resource for devops

    June 8, 2025

    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…

    Continue reading…

  • Part 1 – Yaml Basic knowledge

    Part 1 – Yaml Basic knowledge

    June 8, 2025

    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…

    Continue reading…

  • Linux 1  – Basic Linux Command

    Linux 1 – Basic Linux Command

    June 8, 2025

    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…

    Continue reading…

  • Github 1- How to add any specific team as code reviewer

    Github 1- How to add any specific team as code reviewer

    June 8, 2025

    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…

    Continue reading…

←Previous Page