Kubernetes namespaces explained - demo and use-cases

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

ความคิดเห็น • 8

  • @parshuramgurav6372
    @parshuramgurav6372 2 ปีที่แล้ว +1

    Your teaching style is very good, the way you explain the things in simple language is impressive

    • @ajitinamdartech
      @ajitinamdartech  2 ปีที่แล้ว

      Thanks Parshuram, glad it was helpful!

  • @bhakta_rg
    @bhakta_rg 6 หลายเดือนก่อน

    Nice explanation, especially the kubectl api-resources --namespaced=true .. command .. Also, another benefit of using namespaces is that in case there is a DDoS attack, only a particular NS is affected .... and since there is resource requests and limits configured, the attacker cannot exhaust the resources of the entire node/cluster!

  • @2mahender
    @2mahender 2 ปีที่แล้ว +1

    nice explaination, can you make one video on deploying logging and monitering pods?

  • @shilpat6343
    @shilpat6343 6 หลายเดือนก่อน

    Can we use a ConfigMap defined in a namespace and refer it in another namespace?