This message was deleted.
# azure
s
This message was deleted.
b
what api does
az aks command invoke
call?
b
hmm that seems unique to azure, I'm not sure how you'd build a kubernetes provider to support that I'm afraid
f
well this is the trick. Thanks to having Azure is Proxy I can run command even on private cluster
but not with pulumi 😞
b
you can run Pulumi commands through a proxy no problem, you just need to build one
you'll need to set up a vpn/bastion or HTTP proxy
f
sure; I was wondering if there is more straighforward way that I missed; thanks!
c
Depending on your CI/CD system, can do a private runner. Azure DevOps supports private runners on a scale set. If you don't want that much overhead then just do a manual deploy of Argo. After that Argo will kick in and bootstrap everything else. Side note, we use Pulumi Kubernetes operator for our gitops and no complaints.