best-xylophone-83824
08/06/2019, 3:06 PMgorgeous-egg-16927
08/06/2019, 4:14 PMkubectl
commands and a loop. Pulumi’s k8s provider uses the client-go library to make API calls, and the same approach could be used to replicate the kubectl
functionality without too much trouble.
We were trying to keep the example as simple as possible for the blog post, but I agree that it’s a little jarring to switch back and forth between pulumi
and kubectl
. We’ll consider revising the post to show how it could be done without Bash / kubectl
.best-xylophone-83824
08/06/2019, 5:42 PMIn principle, everything that was done in Bash could have been done in PulumiI can't see how. lets say we are in the state "before". can I make single commit to a CI changing only pulimi files which would do the transition in a single pulumi run?