How to determine the number of Kubernetes pods?

dcpeach
dcpeach ✭✭✭✭✭
Tracking the number of Replica Sets

Answers

  • crystralRamirez
    crystralRamirez ✭✭✭✭✭
    edited June 2022
    FIND kube_replica_set that MANAGES kube_pod
    The number of replica sets is defined with fields, including a selector that specifies:
    • How to identify Pods it can acquire
    • A number of replicas indicating how many Pods it should be maintaining
    • A Pod template specifying the data of new Pods it should create to meet the number of replica criteria.

This Month's Leaders