codeflare-sdk icon indicating copy to clipboard operation
codeflare-sdk copied to clipboard

Update auth.py to allow for Authenticating to Kubernetes clusters

Open MichaelClifford opened this issue 3 years ago • 0 comments

We want to ensure that we can log in to a variety of cloud environments. We currently support Authentication to an OpenShift cluster. We should add the ability to authenticate to a Kuberenetes cluster as well.

We can look at using https://github.com/kubernetes-client/python as a possible direction to implement this feature.

MichaelClifford avatar Dec 06 '22 19:12 MichaelClifford