Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Onur Filiz 87642a38d7 Added ability to find the master interface by address pool 2017-03-29 23:03:26 -07:00
build Added script to download and install CNI plugin on Linux 2017-03-10 17:33:16 -08:00
cni Added ability to find the master interface by address pool 2017-03-29 23:03:26 -07:00
cnm Add support for multiple subnets and gateways per network 2017-03-10 13:53:37 -08:00
common Changed libnetwork plugin socket name to azure-vnet 2017-02-28 13:14:48 -08:00
docs Updated libnetwork plugin documentation. 2017-02-28 15:03:22 -08:00
ebtables Added support for Linux l2tunnel mode 2017-03-06 16:24:20 -08:00
ipam Added log for address source refresh 2017-03-03 18:01:37 -08:00
log Added license notice to all source files 2017-02-12 02:03:39 -08:00
netlink Added support for creating links in up state 2017-03-01 13:13:27 -08:00
network Add support for multiple subnets and gateways per network 2017-03-10 13:53:37 -08:00
platform Add support for multiple subnets and gateways per network 2017-03-10 13:53:37 -08:00
store Added license notice to all source files 2017-02-12 02:03:39 -08:00
.gitignore Added .vscode to .gitignore 2017-02-10 14:57:55 -08:00
CHANGELOG.md Update CHANGELOG.md 2017-03-13 11:22:55 -07:00
Dockerfile.build Added containerized build support 2017-01-11 18:05:54 -08:00
Dockerfile.cnm Enabled separate builds for Linux and Windows 2017-02-21 12:18:11 -08:00
LICENSE Added LICENSE 2017-01-31 19:51:14 -08:00
MAINTAINERS Created MAINTAINERS 2017-02-18 13:25:33 -08:00
Makefile Added targets for CNI and CNM tar files 2017-03-29 20:42:35 -07:00
README.md Fixed documentation links. 2017-02-28 15:02:41 -08:00

README.md

Microsoft Azure Container Networking

Overview

This repository is a place for the community to build the best container networking experience on Azure. It contains container networking plugins and tools for Linux and Windows containers running on Azure:

Plugins implement similar functionality for their respective use cases on both platforms. The network plugins connect containers to your Azure VNET, to take advantage of Azure SDN capabilities. The IPAM plugins provide IP address management functionality for container IP addresses from Azure VNET address space.

Two environments are supported:

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

Documentation

See Documentation for details, use cases 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 instructions before submitting a PR:

  • Create an issue describing the problem you are trying to solve.
  • Clone the repository and create a topic branch.
  • Make changes, adding new tests for new functionality.
  • Run the checkin validation tests.
  • Submit a PR.

Changelog

See CHANGELOG.

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.