Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Ashvin Deodhar e98936c622 Cleanup old networks and lock files after detecting reboot (#285) 2019-01-07 17:04:39 -08:00
.circleci LIFO order for network policies (#258) 2018-10-12 15:40:45 -07:00
.codecov Update codecov.yml 2018-08-14 18:50:53 -07:00
.github
build
cni Cleanup old networks and lock files after detecting reboot (#285) 2019-01-07 17:04:39 -08:00
cnm Cns telemetry (#275) 2018-12-12 10:45:48 -08:00
cns Cns telemetry (#275) 2018-12-12 10:45:48 -08:00
common Cns telemetry (#275) 2018-12-12 10:45:48 -08:00
docs Update cni.md 2018-08-30 10:34:37 -07:00
ebtables
ipam Cleanup old networks and lock files after detecting reboot (#285) 2019-01-07 17:04:39 -08:00
log Cns telemetry (#275) 2018-12-12 10:45:48 -08:00
netlink CNI to support transparent mode (#279) 2019-01-04 16:19:36 -08:00
network Cleanup old networks and lock files after detecting reboot (#285) 2019-01-07 17:04:39 -08:00
npm LIFO order for network policies (#258) 2018-10-12 15:40:45 -07:00
ovsctl Added support for InfraVnet connectivity in multitenancy CNI (#234) 2018-08-18 14:50:49 -07:00
platform Cleanup old networks and lock files after detecting reboot (#285) 2019-01-07 17:04:39 -08:00
scripts Rename docker-run.ps1 to docker-exec.ps1 2019-01-02 16:34:53 -08:00
store Cleanup old networks and lock files after detecting reboot (#285) 2019-01-07 17:04:39 -08:00
telemetry Cns telemetry (#275) 2018-12-12 10:45:48 -08:00
vendor
.gitignore
CHANGELOG.md
Dockerfile.build
Dockerfile.cnm
LICENSE
MAINTAINERS
Makefile Added support for InfraVnet connectivity in multitenancy CNI (#234) 2018-08-18 14:50:49 -07:00
README.md add badges to readme (#255) 2018-10-10 12:38:02 -07:00
vendor.conf

README.md

Microsoft Azure Container Networking

CircleCI Go Report Card GitHub release

Overview

This repository contains container networking 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.

Azure VNET plugins are currently available as a public preview.

The following 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 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.

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.