Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Jaeryn 8acc37d6eb
Removing telemetry processed on HostNetAgent (#903)
Co-authored-by: Jaeryn <tsun.chu@microsoft.com>
2021-06-21 13:22:44 -07:00
.github CI: Add golint-ci (#888) 2021-06-01 16:58:56 -07:00
.pipelines chore: update to go1.16 (#887) 2021-06-03 11:18:21 -05:00
aitelemetry CNI using CNS IPAM (#597) 2020-09-29 14:43:19 -07:00
build feat: add golangci to build tools (#896) 2021-06-14 13:08:26 -05:00
cni Removing telemetry processed on HostNetAgent (#903) 2021-06-21 13:22:44 -07:00
cnm chore: Specify CI build pool name (#841) 2021-04-13 11:00:49 -07:00
cnms Removing telemetry processed on HostNetAgent (#903) 2021-06-21 13:22:44 -07:00
cns Removing telemetry processed on HostNetAgent (#903) 2021-06-21 13:22:44 -07:00
common Write to intermediate file before moving to state file (#755) 2021-01-07 17:43:33 -08:00
crds/multitenantnetworkcontainer feat: rename NetworkContainer to MultiTenantNetworkContainer (#892) 2021-06-14 10:17:31 -07:00
docs [NPM] RETURN early on MARK in DROP chains (#881) 2021-06-15 10:06:37 -07:00
ebtables CNI Ipv6 Dualstack Support (#538) 2020-04-15 22:30:48 -07:00
examples/cns Add CNS api examples for create and delete HNS networks (#337) 2019-04-15 15:58:44 -07:00
ipam CI: Add golint-ci (#888) 2021-06-01 16:58:56 -07:00
iptables refactor: Move CNI bridge/transparent routes to common (#694) 2020-11-16 14:24:00 -08:00
log Removing telemetry processed on HostNetAgent (#903) 2021-06-21 13:22:44 -07:00
netlink CNI Ipv6 Dualstack Support (#538) 2020-04-15 22:30:48 -07:00
network [CNI] Add GET_ENDPOINT_STATE command to dump CNI state to stdout (#891) 2021-06-11 14:01:42 -07:00
nns CI: Add golint-ci (#888) 2021-06-01 16:58:56 -07:00
nodenetworkconfig feat: add more status fields to the nodenetworkconfig: status, allocated IPs, subnets (#889) 2021-06-04 11:57:33 -05:00
npm [NPM] RETURN early on MARK in DROP chains (#881) 2021-06-15 10:06:37 -07:00
ovsctl Addressing security concerns in Linux Multitenancy (#387) 2019-08-15 13:24:28 -07:00
platform CI: Add golint-ci (#888) 2021-06-01 16:58:56 -07:00
proto/nodenetworkservice/3.302.0.744 CNI changes to support baremetal scenario (#835) 2021-03-26 10:28:42 -07:00
scripts [build] Makefile update to generate image tarballs in artifacts (#804) 2021-03-25 14:08:02 -07:00
server/tls CI: Add golint-ci (#888) 2021-06-01 16:58:56 -07:00
store CI: Add golint-ci (#888) 2021-06-01 16:58:56 -07:00
telemetry Removing telemetry processed on HostNetAgent (#903) 2021-06-21 13:22:44 -07:00
test [CNI] Parse CNI version in CNI client (#899) 2021-06-18 10:20:03 -07:00
testutils CI: Add golint-ci (#888) 2021-06-01 16:58:56 -07:00
tools Use CNI v1.4.0 in dev installer (#901) 2021-06-15 17:05:51 -07:00
vendor [CNI] Parse CNI version in CNI client (#899) 2021-06-18 10:20:03 -07:00
.gitattributes CI: Add golint-ci (#888) 2021-06-01 16:58:56 -07:00
.gitignore chore: update to go1.16 (#887) 2021-06-03 11:18:21 -05:00
.golangci.yml CI: Add golint-ci (#888) 2021-06-01 16:58:56 -07:00
Dockerfile.build Update Dockerfile.build 2018-08-09 19:42:05 -07:00
Dockerfile.cnm Rename CNM plugin to azure-vnet-plugin and update base image to ubuntu:16.04 2017-05-05 18:12:40 -07:00
LICENSE Added LICENSE 2017-01-31 19:51:14 -08:00
MAINTAINERS Update MAINTAINERS 2018-01-19 11:09:21 -08:00
Makefile [CNI] Parse CNI version in CNI client (#899) 2021-06-18 10:20:03 -07:00
README.md [CI] Add Cyclonus to merge validation (#860) 2021-05-04 23:51:45 -07:00
go.mod [CNI] Parse CNI version in CNI client (#899) 2021-06-18 10:20:03 -07:00
go.sum [CNI] Parse CNI version in CNI client (#899) 2021-06-18 10:20:03 -07: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.

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.