1
0
Files
trainings/terraform/training/105
Arnaud M. 204eb9b519 Add pulumi
Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
2026-01-20 12:32:46 +01:00
..
2026-01-20 12:32:46 +01:00
2026-01-20 12:32:46 +01:00
2026-01-20 12:32:46 +01:00
2026-01-20 12:32:46 +01:00
2026-01-20 12:32:46 +01:00

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

pulumi up
pulumi down