I built a portable CLI that connects your Kubernet...
# automation-api
b
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
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
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. šŸ˜›