k8s

K8s Objects Based on Topology

Topology based features provide flexibility and control over the placement of resources within a Kubernetes cluster based on the underlying topology. By leveraging topology-aware scheduling and placement, you can optimize resource utilization, improve availability, and enhance the performance of your applications.

Posted May 24, 2023 by Rohith ‐ 2 min read

quick-references k8s blog

Set Priority for Pods in K8s

In Kubernetes, you can set priorities for pods using the PriorityClass resource. PriorityClass is a resource that defines a mapping between a priority value and a set of pod specifications.

Posted May 6, 2023 by Rohith ‐ 2 min read

quick-references blog k8s

Role of K8s Controller Manager

The Controller Manager is a core component of the Kubernetes control plane that runs the controllers responsible for maintaining the desired state of the cluster.

Posted May 6, 2023 by Rohith ‐ 1 min read

quick-references blog k8s

Subscribe For More Content