Question
What is the “watch mechanism” in Kubernetes?
Solution
A notification system from the API server to trigger changes in Kubernetes. In Kubernetes there are observable events. The watch mechanism is a system for listening for specific events to respond to. The Kubelet, the Scheduler, the kube-dns pod, and individual controllers are components that use the watch mechanism. The API server is a central component that watching components are aware of.
…
Continue reading “What Is The Watch Mechanism in Kubernetes?”