20
terraform/training/105/README.md
Normal file
20
terraform/training/105/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user