Scheduling of Custom Resouces on multi-node k8s cluster

76 Views Asked by At

I have created a custom resource through CRD and custom controller. This resource is deployed successfully on one node cluster (minikube). However, I want to deploy multiple custom resources on multi-node cluster i.e, creating custom resource in master node and master node schedules it to one of the worker nodes. Does kubernetes provide support to schedule custom resources like pods?

Thank you.

0

There are 0 best solutions below