πŸ›«For DevOps

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!

Deployments

Evolution.infra

# dev-infra
kubectl apply -k deploy/k8s/infra/overlays/dev

# prod-infra
kubectl apply -k deploy/k8s/infra/overlays/prod

Evolution.Identity

#Manual instalation

# Includes dapr annotations
kubectl apply -k Evolution.Identity/deploy/k8s/identity/overlays/dev

Last updated