Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
jaer-tsun 5f123a0c15 Replacing go log with cns log. (#262) 2018-10-17 09:52:08 -07: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 Adding PortMapping support to Azure cni for Windows (#256) 2018-10-15 11:30:17 -07:00
cnm Enable Circleci (#220) 2018-08-14 12:08:48 -07:00
cns Enable Circleci (#220) 2018-08-14 12:08:48 -07:00
common Adding telemetry report functions for DNC. (#216) 2018-08-16 14:12:58 -07: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 Fixed initializing store in ipam (#188) 2018-07-05 15:27:24 -07:00
log Enable Circleci (#220) 2018-08-14 12:08:48 -07:00
netlink Store fixes; Windows compile 2018-09-19 15:30:36 -07:00
network Remove HNSNetwork's DNS suffix in Windows (#254) 2018-10-10 15:30:05 -07: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 Adding telemetry report functions for DNC. (#216) 2018-08-16 14:12:58 -07: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 Replacing go log with cns log. (#262) 2018-10-17 09:52:08 -07: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.