I want to use the resources of master node of kubernetes cluster for my application which will be launched.
How to use the master node as worker node in Kubernetes cluster?
I have two nodes setup. I can launch a job from master node which is running on worker node. But I dont want to waste my Master node resources.