cloudfoundry / cf-crd-explorations

Apache License 2.0
3 stars 2 forks source link

Explore: what's the simplest default authentication configuration for local experimentation? #46

Closed gcapizzi closed 3 years ago

gcapizzi commented 3 years ago

Background

We want CF on K8s to be easy to install and experiment with locally, maybe using kind. In these scenarios we favour ease of use and simplicity over security and robustness.

Question

What's the simplest way to configure cluster authentication on a local experimentation cluster? Dex looks like a good candidate, and in particular:

gcapizzi commented 3 years ago

Closing this as the new $KUBECONFIG strategy makes it very easy to just use kind export kubeconfig and be up and running!