Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions to install Antrea in encap mode in AKS #5901

Merged
merged 1 commit into from
Jan 24, 2024

Commits on Jan 23, 2024

  1. Add instructions to install Antrea in encap mode in AKS

    AKS has supported a "Bring Your Own CNI" mode for a while now:
    https://learn.microsoft.com/en-us/azure/aks/use-byo-cni?tabs=azure-cli
    
    With this support, Antrea can easily be installed in encap mode in AKS
    clusters, with no limitation (unlike for EKS where there is no more
    connectivity from the control-plane to the Nodes). The only requirement
    is to enable Antrea NodeIPAM.
    
    This support relies on the
    [Konnectivity Service](https://kubernetes.io/docs/tasks/extend-kubernetes/setup-konnectivity/),
    which is deployed by default in "recent" AKS versions, and guarantees
    connectivity from the control-plane to the Nodes, regardless of which
    CNI is used.
    
    Fixes antrea-io#5817
    
    Signed-off-by: Antonin Bas <[email protected]>
    antoninbas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5ead7b4 View commit details
    Browse the repository at this point in the history