Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Saksham Mittal ed2b57a0df
Add join VNET call for every AZR NC unpublish call with fixed UTs (#3016)
* add join vnet call for every AZR nc unpublish call

* add join vnet call for every AZR nc unpublish call

* modify comment with explanation

* declare vnet variable

* linter fix

* address comments
2024-09-16 00:37:47 +00:00
.config ci: ACN PR Pipeline Security Feature Branch (#2985) 2024-09-15 20:20:44 +00:00
.devcontainer
.github
.hooks
.pipelines ci: ACN PR Pipeline Security Feature Branch (#2985) 2024-09-15 20:20:44 +00:00
aitelemetry
azure-ipam
bpf-prog/ipv6-hp-bpf
build
cni fix: add dhcp discover packet to linux swiftv2 to ensure mappings exist for dns (#2989) 2024-09-10 16:46:05 +00:00
cns Add join VNET call for every AZR NC unpublish call with fixed UTs (#3016) 2024-09-16 00:37:47 +00:00
codeql
common
crd
debug/windows/npm
dhcp fix: add dhcp discover packet to linux swiftv2 to ensure mappings exist for dns (#2989) 2024-09-10 16:46:05 +00:00
docs
dropgz
ebtables
examples/cns
hack
internal
ipam
iptables
keyvault
log
netio
netlink ci: add delay after link creation for test add remove static arp (#2968) 2024-09-15 20:17:34 +00:00
netns
network fix: add dhcp discover packet to linux swiftv2 to ensure mappings exist for dns (#2989) 2024-09-10 16:46:05 +00:00
nmagent
nns
npm fix: [Linux] [NPM] handle #2977 for netpols without cidrs (#2990) 2024-09-11 19:40:16 +00:00
ovsctl
pkgerrlint
platform
processlock
proto/nodenetworkservice/3.302.0.744
scripts
server/tls
store
telemetry
test
testutils
tools
zapai
zapetw
.gitattributes
.gitignore fix: [Linux] [NPM] handle #2977 for netpols without cidrs (#2990) 2024-09-11 19:40:16 +00:00
.golangci.yml
CONTRIBUTING.md
LICENSE
MAINTAINERS
Makefile
README.md
SECURITY.md
Tiltfile
go.mod deps: bump golang.org/x/net from 0.28.0 to 0.29.0 (#3013) 2024-09-13 15:29:56 +00:00
go.sum deps: bump golang.org/x/net from 0.28.0 to 0.29.0 (#3013) 2024-09-13 15:29:56 +00:00

README.md

Microsoft Azure Container Networking

Build Status Go Report Card GitHub release

Azure Network Policy Manager Conformance
Cyclonus Network Policy Suite Cyclonus Network Policy Test
Kubernetes Network Policy E2E Build Status

Overview

This repository contains container networking services and plugins for Linux and Windows containers running on Azure:

The azure-vnet network plugins connect containers to your Azure VNET, to take advantage of Azure SDN capabilities. The azure-vnet-ipam IPAM plugins provide address management functionality for container IP addresses allocated from Azure VNET address space.

The following environments are supported:

Plugins are offered as part of Azure Kubernetes Service (AKS), as well as for individual Azure IaaS VMs. For Kubernetes clusters created by aks-engine, the deployment and configuration of both plugins on both Linux and Windows nodes is automatic and default.

The next generation of Azure CNI Plugin is powered by Cilium. Learn more at Azure CNI Powered By Cilium

Documentation

See Documentation for more information and examples.

Build

This repository builds on Windows and Linux. Build plugins directly from the source code for the latest version.

$ git clone https://github.com/Azure/azure-container-networking
$ cd azure-container-networking
$ make all-binaries

Then follow the instructions for the plugin in Documentation.

Contributions

Contributions in the form of bug reports, feature requests and PRs are always welcome.

Please follow these steps before submitting a PR:

  • Create an issue describing the bug or feature request.
  • Clone the repository and create a topic branch.
  • Make changes, adding new tests for new functionality.
  • Submit a PR.

License

See LICENSE.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.