Open nazar-pc opened 1 year ago
argocd now installed in cluster
Added devnet k8s deployments:
Added squid deployments for k8s:
Next agenda:
Latest fix for domain validation and argocd environments. https://github.com/subspace/infra/pull/315/files
Currently we deploy things imperatively: running scripts that modify state such that it takes desired shape. This works, but it is problematic because we can't revert changes, can't ensure state is exactly what we expect it to be and use tools designed for infrastructure creation to do so.
What we want instead is declarative deployments:
For this to work we need to pick a tool for declarative deployment, key storage solution and have some templates (ideally with readme) that the rest of the team can work with somewhat autonomously.