1
0

Add pulumi

Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
This commit is contained in:
Arnaud M.
2026-01-20 12:32:46 +01:00
parent cea9007bb3
commit 204eb9b519
5 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Install
Taken from https://www.pulumi.com/docs/iac/get-started/kubernetes/
```
curl -fsSL https://get.pulumi.com | sh
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
pulumi login --local
pulumi new kubernetes-python -g
pulumi install
pulumi stack init
# Edit __main__.py
```
# Run
```bash
pulumi up
pulumi down
```