Running static pod using standalone kubelet on fedora
Static Pods are managed by kubelet on specific minion. As they are not associated with any controller, APIServer has no control over it. One of the use case for static pod might be for storage like gluster on each minion or maybe for os level debugging on OS like atomic host. For testing it, I referred kelseyhightower’s standalone kubelet guide. To install kubelet, we can either download kubelet binary and set it up manually or we can get it from kubernetes-node package,...