Good to know: depending on the product you're building, it can be useful to explicitly document use cases. Got a product that can be used by a bunch of people in different ways? Maybe consider splitting it out!
# dev-infra kubectl apply -k deploy/k8s/infra/overlays/dev # prod-infra kubectl apply -k deploy/k8s/infra/overlays/prod
#Manual instalation # Includes dapr annotations kubectl apply -k Evolution.Identity/deploy/k8s/identity/overlays/dev
flux bootstrap github --owner=cloud-first-approach --repository=Evolution.Infra --branch=main --path=./deploy/k8s/flux/clusters/dev --personal
Last updated 2 years ago