Im newbie with Kubernetes. And I have 3 nodes cluster (1 master). I realized when I deploy pods, Kubernetes deploy them on worker nodes and not on master.
Just a few pods on master node which are used by Kubernetes. Does it make sense to deploy pods on the master node? Or do I avoid it?