https://pulumi.com logo
Title
b

brave-afternoon-91593

11/01/2021, 4:31 PM
I built a portable CLI that connects your Kubernetes cluster to a Tailscale network using Pulumi and the Automation API. https://github.com/adamgoose/tsk
šŸ‘šŸ½ 1
šŸ‘ 3
b

billowy-army-68599

11/01/2021, 4:32 PM
wow this is awesome!
such a great usage of the automation API!
We also have #built-with-pulumi if you want to share there
b

brave-afternoon-91593

11/01/2021, 4:34 PM
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. šŸ˜›