microsoft / mindaro

Bridge to Kubernetes - for Visual Studio and Visual Studio Code
MIT License
307 stars 106 forks source link

B2K and AKS Smart Defaults? #210

Closed Eneuman closed 3 years ago

Eneuman commented 3 years ago

Hi!

What "Smart Defaults" (https://azure.microsoft.com/en-us/updates/public-preview-azure-kubernetes-service-aks-smart-defaults/?cdn=disable) does B2K support?

lolodi commented 3 years ago

Hi @Eneuman, Since Bridge doesn't require an Azure service running (compared to DevSpaces) pretty much any cluster should work fine. As long as you are able to run a 'kubectl port forward' to your cluster, from your dev machine, Bridge should work.

Eneuman commented 3 years ago

Sounds great!