What
In a similar vein to what we did with the MGC, I think ideally we would have a quick start script that setup the single cluster environment ready for users to try out.
- local kind cluster,
- installed the required infrastructure (Istio, metallb, cert-manager, olm etc....)
- install the latest release or a specified release of the kuadrant-operator (based on $BRANCH)
- instantiate any needed infra CRs (metallb, clusterissuer etc )
- optionally set up a DNSProvider secret and ManagedZone
Additionally we should provide a new quickstart doc focused around this single cluster setup that provides a walkthrough from deploying a gateway and backed to securing that service with Auth, RateLimits, TLS and then finally brining traffic to the backend with DNSPolicy using a simple routing policy.
Done
What
In a similar vein to what we did with the MGC, I think ideally we would have a quick start script that setup the single cluster environment ready for users to try out.
Additionally we should provide a new quickstart doc focused around this single cluster setup that provides a walkthrough from deploying a gateway and backed to securing that service with Auth, RateLimits, TLS and then finally brining traffic to the backend with DNSPolicy using a simple routing policy.
Done
Getting Started: single cluster