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
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
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