Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Ashvin Deodhar 96b4401f76 Detect reboot for windows and cleanup network config (#281) 2018-12-31 14:44:44 -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 Update ISSUE_TEMPLATE.md 2018-06-09 00:06:46 -07:00
build smooth build process (#208) 2018-07-21 13:15:04 -07:00
cni Fix Endpoint policy regression (#268) 2018-11-20 10:51:18 -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 Limit port aggregation to owned veth interfaces 2017-07-15 11:03:56 -07:00
ipam Detect reboot for windows and cleanup network config (#281) 2018-12-31 14:44:44 -08:00
log Cns telemetry (#275) 2018-12-12 10:45:48 -08:00
netlink Adding/Remove static arp entry for pod IP in VM (#273) 2018-12-11 11:18:11 -08:00
network Detect reboot for windows and cleanup network config (#281) 2018-12-31 14:44:44 -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 Detect reboot for windows and cleanup network config (#281) 2018-12-31 14:44:44 -08:00
scripts Add scripts to use Azure CNI with docker as orchestrator 2018-09-11 23:19:24 -07:00
store Store fixes; Windows compile 2018-09-19 15:30:36 -07:00
telemetry Cns telemetry (#275) 2018-12-12 10:45:48 -08:00
vendor vendored apimachinery package to correct version 2018-08-10 03:08:58 +00:00
.gitignore Added .vscode to .gitignore 2017-02-10 14:57:55 -08:00
CHANGELOG.md Update CHANGELOG.md 2017-10-19 12:40:49 -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 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 vendored apimachinery package to correct version 2018-08-10 03:08:58 +00:00

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.