Currently I am using an external server
to connect into Kubernetes cluster using a KUBECONFIG file. I have a custom docker image build on this external server
(not on master/worker nodes).
I need a solution to use this custom image to create a deployment in K8S cluster by using k8s client libraries only (or simply using yaml kubectl create steps)
Is there a way for it ?