Chang-Yi Leecylee.hashnode.devยทJan 20, 2023Get Kubernetes POD restart count with Python clientIt takes some time to search right keywords. #!/usr/bin/python3 import sys from kubernetes import client, config from kubernetes.client.api import core_v1_api from kubernetes.client import configuration def main(): config.load_kube_config("/ho...127 readsKubernetesAdd a thoughtful commentNo comments yetBe the first to start the conversation.