Cluster Management
Everything on SkillVeris tagged Cluster Management — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 1 library
Interview Questions(5)
What is a Heartbeat in Distributed Systems?
A heartbeat in distributed systems is a small periodic signal one node sends to another (or to a coordinator) purely to prove it is still alive, and its absenc…
What is Kubernetes Node Affinity?
Node affinity is a scheduling rule that constrains which nodes a Pod can be placed on, based on node labels, using expressive requiredDuringSchedulingIgnoredDu…
What are Kubernetes Taints and Tolerations?
A taint is a marker applied to a node that repels Pods from being scheduled onto it unless the Pod explicitly tolerates that taint, and a toleration is a match…
What are the Essential kubectl Commands?
kubectl is the command-line tool that talks to the Kubernetes API server to create, inspect, modify, and delete cluster resources, and a small core set of comm…
What is ZooKeeper Used for in DevOps?
Apache ZooKeeper is a distributed coordination service that provides a highly consistent, hierarchical key-value namespace used by other distributed systems to…