Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| devops:xhr:pulumi-go:0_getting_started [2025/10/15 11:43] – td | devops:xhr:pulumi-go:0_getting_started [2025/10/15 11:48] (current) – [GKE - Pulumi - Golang] td | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | # GKE - Pulumi - Golang | + | # Pulumi - Golang |
| * https:// | * https:// | ||
| Line 35: | Line 35: | ||
| Select resource to be deleted. This will remove dependents as well. | Select resource to be deleted. This will remove dependents as well. | ||
| + | ## Notes | ||
| + | * Pulumi works like ansible: update code, rerun to fix where it stucks. | ||
| + | * Resume from task like ansible is nice. | ||
| + | * Should be a way to write config file (haproxy, nginx) other than bash and tee. | ||
| + | * Pulumi must run on Bastion host having access to the resources. Use platform API as much as possible. Vscode remote workspace helps. | ||
| + | * | ||
| ## Troubleshooting | ## Troubleshooting | ||