This is based on https://openfeature.dev/docs/tutorials/open-feature-operator/quick-start
Install kubectl
, kind
and just
.
- Use
just setup-kind
to create a local k8s cluster with cert-manager - Use
just setup-openfeature-operator
to install the OpenFeature Operator - Use
just release
to build, publish and deploy the application - Finally, use
just destroy-kind
to completely remove the local k8s cluster