Running a command on worker node from master node

136 Views Asked by At

I am working with a project which requires to run commands directly on worker nodes (to configure worker nodes) using client-go in kubernetes. How can I achieve it?

If I create a job, it creates a pod and run the job inside the container which is not what I need.

0

There are 0 best solutions below