cyberark/conjur-authn-k8s-client

K8s Authenticator Quickstart: Make KinD optional

Opened this issue · 0 comments

Currently, the Quickstart flow includes setting up a KinD cluster, and deploying Conjur to it.
The Quickstart flow should be adjusted to allow users to supply their own cluster

... in future work it would be nice if the KinD step became optional so that users could bring their own Kubernetes cluster. The requirement being that kubectl is already setup to communicate to their cluster of choice.

Current Quickstart flow

This would change the steps of the quickstart from:

  • Deployed Conjur OSS to a kind cluster
  • ...

to:

  • Created a KinD cluster (optional)
  • Deployed Conjur OSS to a Kubernetes cluster
  • ...