Binding a Node to a Custom Resource

I am currently working on a project that requires the scheduling of custom resources on multi-node k8s cluster. For this, I am creating my own scheduler. In my scheduler how can I achieve the binding of custom resource to a node, so that custom resource can be deployed on that particular node (This concept is analogous to binding of pod to a node). Does kubernetes provide any API endpoint for this?

Thank you

1 Like