Azure / AKS

Azure Kubernetes Service
https://azure.github.io/AKS/
1.97k stars 306 forks source link

Azure SDN supported on Windows nodes #2956

Open vmfernandezg opened 2 years ago

vmfernandezg commented 2 years ago

What happened:

Azure SDN is not currently supported on Windows nodes

image

What you expected to happen:

We want to support the use of Azure SDN (and its Network Policies) on Windows-type nodes, similar to how it is currently supported on Linux-type nodes.

How to reproduce it (as minimally and precisely as possible):

Not applicable in this case

Anything else we need to know?:

The policies of the network policies could be, in practice, similar in the windows nodes and in the linux nodes

Environment:

Development, Test and Production

Probably by default or latest

Initially about 3 nodes for each cluster (development, testing and production)

In principle containers on artifacts of the traditional .Net framework

ghost commented 2 years ago

Hi vmfernandezg, AKS bot here :wave: Thank you for posting on the AKS Repo, I'll do my best to get a kind human from the AKS team to assist you.

I might be just a bot, but I'm told my suggestions are normally quite good, as such: 1) If this case is urgent, please open a Support Request so that our 24/7 support team may help you faster. 2) Please abide by the AKS repo Guidelines and Code of Conduct. 3) If you're having an issue, could it be described on the AKS Troubleshooting guides or AKS Diagnostics? 4) Make sure your subscribed to the AKS Release Notes to keep up to date with all that's new on AKS. 5) Make sure there isn't a duplicate of this issue already reported. If there is, feel free to close this one and '+1' the existing issue. 6) If you have a question, do take a look at our AKS FAQ. We place the most common ones there!

ghost commented 2 years ago

Triage required from @Azure/aks-pm

ghost commented 2 years ago

@immuzz, @justindavies would you be able to assist?

Issue Details
**What happened**: Azure SDN is not currently supported on Windows nodes ![image](https://user-images.githubusercontent.com/54022588/168827968-1d19e634-7eb7-40bd-a027-9c92e19817bc.png) **What you expected to happen**: We want to support the use of Azure SDN (and its Network Policies) on Windows-type nodes, similar to how it is currently supported on Linux-type nodes. **How to reproduce it (as minimally and precisely as possible)**: Not applicable in this case **Anything else we need to know?**: The policies of the network policies could be, in practice, similar in the windows nodes and in the linux nodes **Environment**: Development, Test and Production - Kubernetes version (use `kubectl version`): Probably by default or latest - Size of cluster (how many worker nodes are in the cluster?) Initially about 3 nodes for each cluster (development, testing and production) - General description of workloads in the cluster (e.g. HTTP microservices, Java app, Ruby on Rails, machine learning, etc.) In principle containers on artifacts of the traditional .Net framework - Others:
Author: vmfernandezg
Assignees: -
Labels: `feature-request`, `triage`, `windows`, `action-required`
Milestone: -
allyford commented 2 years ago

Hi @vmfernandezg, Could you provide your use case for Azure SDN support on Windows nodes?

vmfernandezg commented 2 years ago

in our approach, we want to run nodepools dedicated to Windows workloads, such as microservices with the .net framework, for instance