I did some reading but couldn't find any definitive recommendation.
Here is the question: Running a Kubernetes cluster, what are the implications of running docker containers on the master node outside the scope of running them as Kubernetes pods but rather just directly run docker images with docker run
that co-exist with the containers that make up Kubernetes on the master node?