Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Chloe Chen 95c959fbd9 Merge branch 'master' into chlochen/acnswiftpre2e2 2024-10-01 12:50:05 -07:00
.config ci: ACN PR Pipeline Security Feature Branch (#2985) 2024-09-15 20:20:44 +00:00
.devcontainer Update dockerfiles to use go v1.22 (#2931) 2024-08-27 20:15:23 +00:00
.github Update dockerfiles to use go v1.22 (#2931) 2024-08-27 20:15:23 +00:00
.hooks
.pipelines Merge branch 'master' into chlochen/acnswiftpre2e2 2024-10-01 12:50:05 -07:00
aitelemetry refactor: create safer command execution method (#2899) 2024-08-06 21:36:55 +00:00
azure-ipam Update dockerfiles to use go v1.22 (#2931) 2024-08-27 20:15:23 +00:00
bpf-prog/ipv6-hp-bpf combine linux and win Dockerfiles using build targets (#2559) 2024-06-17 21:53:44 +00:00
build deps: bump mvdan.cc/gofumpt from 0.6.0 to 0.7.0 in /build/tools (#2930) 2024-08-28 01:10:06 +00:00
cni Default to accelnet behavior in CNI for SwiftV2 windows (#3020) 2024-09-24 16:36:36 +00:00
cns fix: HTTPRemoteRestService config missing Direct ChannelMode (#3025) 2024-09-24 21:50:02 +00:00
codeql feat: add custom codeql queries (#2919) 2024-08-23 16:48:24 +00:00
common chore: remove cnm code (#2906) 2024-08-24 02:45:06 +00:00
crd fix: add legacy IPAM metrics back to IPAMv2 (#2970) 2024-09-04 16:01:25 +00:00
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 chore: remove cnm code (#2906) 2024-08-24 02:45:06 +00:00
dropgz chore: rip out dropgz (#3032) 2024-09-30 17:23:06 +00:00
ebtables refactor: create safer command execution method (#2899) 2024-08-06 21:36:55 +00:00
examples/cns
hack Merge branch 'master' into chlochen/acnswiftpre2e2 2024-10-01 12:50:05 -07:00
internal
ipam add L1VH IB support on CNI (#2762) 2024-07-11 16:05:28 +00:00
iptables refactor: create safer command execution method (#2899) 2024-08-06 21:36:55 +00:00
keyvault
log
netio refactor: code changes for stateless cni and swift v2 (#2688) 2024-06-01 01:36:32 +00:00
netlink ci: add delay after link creation for test add remove static arp (#2968) 2024-09-15 20:17:34 +00:00
netns
network Default to accelnet behavior in CNI for SwiftV2 windows (#3020) 2024-09-24 16:36:36 +00:00
nmagent Add support in CNS NMAgent Client to fetch secondary IPs (#3017) 2024-09-19 03:22:34 +00:00
nns cni/network unit test coverage (#1020) 2021-09-20 16:58:18 -07:00
npm feat: [NPM] Adding Npm Lite (#3005) 2024-09-30 23:41:51 +00:00
ovsctl refactor: create safer command execution method (#2899) 2024-08-06 21:36:55 +00:00
pkgerrlint
platform refactor: create safer command execution method (#2899) 2024-08-06 21:36:55 +00:00
processlock fix: update azure-vnet directory permissions (#2819) 2024-07-02 01:33:12 +00:00
proto/nodenetworkservice/3.302.0.744
scripts
server/tls feat: add mTLS to CNS (#2751) 2024-06-07 22:26:49 +00:00
store
telemetry refactor: create safer command execution method (#2899) 2024-08-06 21:36:55 +00:00
test Pipeline changes to test cilium nodesubnet clusters (#3031) 2024-10-01 17:00:09 +00:00
testutils add L1VH IB support on CNI (#2762) 2024-07-11 16:05:28 +00:00
tools Update dockerfiles to use go v1.22 (#2931) 2024-08-27 20:15:23 +00:00
zapai Update dockerfiles to use go v1.22 (#2931) 2024-08-27 20:15:23 +00:00
zapetw ETW logging implementation in CNI (#2668) 2024-04-18 18:17:18 +00:00
.gitattributes
.gitignore fix: [Linux] [NPM] handle #2977 for netpols without cidrs (#2990) 2024-09-11 19:40:16 +00:00
.golangci.yml fix: change to new-from-rev master in lint action (#2448) 2023-12-19 15:57:05 -06:00
CONTRIBUTING.md
LICENSE
MAINTAINERS
Makefile Merge branch 'master' into chlochen/acnswiftpre2e2 2024-10-01 12:50:05 -07:00
README.md chore: remove cnm code (#2906) 2024-08-24 02:45:06 +00:00
SECURITY.md
Tiltfile
go.mod Update go toolchain to cover cve CVE-2024-34156 (#3036) 2024-09-30 14:25:54 +00:00
go.sum deps: bump github.com/Microsoft/hcsshim from 0.12.6 to 0.12.7 (#3030) 2024-09-28 14:12:41 +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.