Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
rejain456 48cbf4e30c changed to azure linux sku from ubuntu sku 2024-11-13 02:16:13 +00:00
.config ci: ACN PR Pipeline Security Feature Branch (#2985) 2024-09-15 20:20:44 +00:00
.devcontainer chore: upgrade go toolchain to 1.23 (#3022) 2024-10-09 19:09:07 -05:00
.github ci: bump engineerd/setup-kind from 0.5.0 to 0.6.2 (#3101) 2024-11-12 17:25:19 -06:00
.hooks
.pipelines changed to azure linux sku from ubuntu sku 2024-11-13 02:16:13 +00:00
aitelemetry refactor: create safer command execution method (#2899) 2024-08-06 21:36:55 +00:00
azure-ipam feat: Windows HPC base image (#3105) 2024-11-12 16:42:42 +00:00
bpf-prog/ipv6-hp-bpf chore: upgrade go toolchain to 1.23 (#3022) 2024-10-09 19:09:07 -05:00
build deps: bump github.com/golangci/golangci-lint from 1.61.0 to 1.62.0 in /build/tools (#3134) 2024-11-11 16:49:39 +00:00
cni feat: Windows HPC base image (#3105) 2024-11-12 16:42:42 +00:00
cns feat: Windows HPC base image (#3105) 2024-11-12 16:42:42 +00:00
codeql feat: add codeql exec wrapper sinks (#3037) 2024-10-08 00:07:03 +00:00
common chore: remove cnm code (#2906) 2024-08-24 02:45:06 +00:00
crd feat: make OverlayExtensionConfig `ExtensionIPRange` field immutable (#3056) 2024-11-01 17:35:47 +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: upgrade go toolchain to 1.23 (#3022) 2024-10-09 19:09:07 -05:00
ebtables refactor: create safer command execution method (#2899) 2024-08-06 21:36:55 +00:00
examples/cns
hack test: pipeline changes for cilium nodesubnet (#3083) 2024-11-05 00:26:39 +00:00
internal Update atomic fs writer to delay tempfile creation until Write() is called (#3044) 2024-10-08 18:25:37 +00:00
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 Remove l2bridge checker on windows and l2tunnel mode (#3113) 2024-11-11 22:49:49 +00:00
nmagent Make throttling nmagent fetches for nodesubnet more dynamic (#3023) 2024-10-14 20:54:36 +00:00
nns
npm updated container image to be distroless 2024-11-13 00:30:46 +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
refresh Make throttling nmagent fetches for nodesubnet more dynamic (#3023) 2024-10-14 20:54:36 +00:00
scripts
server/tls feat: add mTLS to CNS (#2751) 2024-06-07 22:26:49 +00:00
store
telemetry fix: pass ai metadata to telemetry during cni image build (#3095) 2024-11-04 21:39:37 +00:00
test test: pipeline changes for cilium nodesubnet (#3083) 2024-11-05 00:26:39 +00:00
testutils add L1VH IB support on CNI (#2762) 2024-07-11 16:05:28 +00:00
tools chore: upgrade go toolchain to 1.23 (#3022) 2024-10-09 19:09:07 -05:00
zapai chore: upgrade go toolchain to 1.23 (#3022) 2024-10-09 19:09:07 -05: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
CONTRIBUTING.md
LICENSE
MAINTAINERS
Makefile feat: Windows HPC base image (#3105) 2024-11-12 16:42:42 +00:00
README.md chore: remove cnm code (#2906) 2024-08-24 02:45:06 +00:00
SECURITY.md
Tiltfile
go.mod deps: bump golang.org/x/net from 0.30.0 to 0.31.0 (#3133) 2024-11-11 01:10:13 +00:00
go.sum deps: bump golang.org/x/net from 0.30.0 to 0.31.0 (#3133) 2024-11-11 01:10:13 +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.