Mastering Kubernetes with Kustomize: A Beginner's Guide to Customizing Your Deployments

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

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

  • @Fayaz-Rehman
    @Fayaz-Rehman 2 หลายเดือนก่อน

    Nice - good job.

  • @SandeepDash-sv6ql
    @SandeepDash-sv6ql 2 หลายเดือนก่อน +2

    Please make a session on vpa installation on kubeadm, efk setup for log consolidation and also for how to increase pod capacity on each node which is default 110.
    Please create videos like this based on realtime scenarios and requirements...

    • @softwareengineer5764
      @softwareengineer5764 2 หลายเดือนก่อน +1

      If you want to increase the pods limit, then you can do it by passing the required pod limit by passing it to the field max-pods in the Kubernetes configuration file.
      $KUBELET_EXTRA_ARGS - max-pods=245

    • @SandeepDash-sv6ql
      @SandeepDash-sv6ql 2 หลายเดือนก่อน

      @@softwareengineer5764 yes, thanks... I know that, but how to do the same if your requirement is more ? Something like if you have sufficient resources on On-Premises server and you want to increase pod limit even above 500. How to do that ? Which CNI will be perfect here (Cilium or Calico) to configure IP POOL management for without confliction on Pod creation or deletions if you are creating above 500 pods on same node ?