Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
jaer-tsun ca99852ac1
Pull azure-vnet-telemetry image from MCR (#416)
2019-10-01 12:28:23 -04:00
.circleci Enable IP forwarding for Linux mulititenancy (#386) 2019-08-20 14:06:36 -07:00
.github
.pipelines Fix AZP artifact names (#415) 2019-09-30 17:54:24 -07:00
build
cni Enable IP forwarding for Linux mulititenancy (#386) 2019-08-20 14:06:36 -07:00
cnm
cns Optimize call flow to complete loopback adapter creation (#408) 2019-09-30 10:19:43 -07:00
common Fix for CNI lock timedout issue. (#382) 2019-07-31 11:40:51 -07:00
docs Enable IP forwarding for Linux mulititenancy (#386) 2019-08-20 14:06:36 -07:00
ebtables
examples/cns
ipam
iptables Added Host NC communication support in Linux (#374) 2019-07-16 17:09:34 -07:00
log Add pid to log (#360) 2019-07-25 22:13:44 -07:00
netlink
network NPM test fixes + Azure Pipelines (#402) 2019-09-20 16:15:08 -07:00
npm Pull azure-vnet-telemetry image from MCR (#416) 2019-10-01 12:28:23 -04:00
ovsctl Addressing security concerns in Linux Multitenancy (#387) 2019-08-15 13:24:28 -07:00
platform
scripts
store
telemetry Adding container type field. (#389) 2019-08-12 14:57:42 -07:00
test/e2e/kubernetes remove ochestratorRelease patch version in e2e (#395) 2019-08-30 12:09:03 -07:00
vendor
.gitignore NPM test fixes + Azure Pipelines (#402) 2019-09-20 16:15:08 -07:00
Dockerfile.build
Dockerfile.cnm
Gopkg.lock
Gopkg.toml
LICENSE
MAINTAINERS
Makefile Optimize call flow to complete loopback adapter creation (#408) 2019-09-30 10:19:43 -07:00
README.md NPM test fixes + Azure Pipelines (#402) 2019-09-20 16:15:08 -07:00

README.md

Microsoft Azure Container Networking

Build Status Go Report Card GitHub release codecov

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.