codeflare-sdk
codeflare-sdk copied to clipboard
Update auth.py to allow for Authenticating to Kubernetes clusters
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.