This message was deleted.
# automation-api
s
This message was deleted.
šŸ‘šŸ½ 1
šŸ‘ 3
b
wow this is awesome!
such a great usage of the automation API!
We also have #C02J0AB3AKY if you want to share there
b
Bet, thanks!
I love that I can lean on Pulumi’s reconciliation logic to accomplish tasks like this. We’ve built several Kubernetes Operators that have to essentially ā€œreconcileā€ the existence of ā€œthingsā€ in code, and it gets really old. Looking forward to building Pulumi into a Kubernetes Operator. I know y’all have yours, but it doesn’t allow us to define our own CRDs.
Have already drafted a
Reconcile
function that applies a Stack. Just gotta implement the stack itself. šŸ˜›