Skip to main content

Detailed view of the K8s categories

From the K8s map, the categories help to determine the overall state, configuration details, and health of the Kubernetes cluster.

2690386507
  • You can determine each category of the k8s cluster:

    • Example: the page represents the overall Pod configuration status in the k8s cluster as follows:

      • List of Pods running, succeeded, failed, pending, being anomalous or unknown in K8s.

      • Type of Pods with Namespace, Pod Id with status message.

  • Quick view highlighted with color describes the actual count of pods, desired count, any pod having anomaly, overall running pods, unknown, and failed pods.

2690388046
  • Similarly, you can also view other object categories in order to determine the following:

    • Example: Number of deployments that tells Kubernetes how to create or modify instances of the pods that hold a containerized application.

      • Quick view of available deployments and desired deployments count which creates a ReplicaSet that creates replicated Pods.

      • The number of jobs/cronjobs that uses pods to run completable tasks and exit after the task completion.

      • The number of replicaset in K8s whose purpose is to maintain a stable set of replica Pods running at any given time.

      • Overall Statefulset in Kubernetes acts as a controller used to manage and maintain one or more Pods.

      • You can view categories like Nodes, Services, Endpoints, Daemon set, Ingress, Config Maps, etc. from the K8s Map.

Related topics: