Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Madhan Raj Mookkandy 5f5880964f Add delay immediately after network creation for 1803 & below (#174) 2018-07-02 14:20:05 -07:00
.github Update ISSUE_TEMPLATE.md 2018-06-09 00:06:46 -07:00
build Add containerized build script 2017-06-28 16:38:05 -07:00
cni Fixed the github acsengine issue #176 (#177) 2018-06-26 12:01:44 -07:00
cnm Added support for --ipam-query-url command line switch (#140) 2018-06-04 11:37:13 -07:00
cns fix ipamclient failures (#169) 2018-06-27 14:21:13 -07:00
common Add APIs in CNS to support multitenancy (#106) 2018-03-28 15:03:58 -07:00
docs Added support for --ipam-query-url command line switch (#140) 2018-06-04 11:37:13 -07:00
ebtables Limit port aggregation to owned veth interfaces 2017-07-15 11:03:56 -07:00
ipam Convert time to UTC (#162) 2018-06-04 16:47:21 -07:00
log Locking loggers in case of multi-threaded apps. (#171) 2018-06-08 09:54:42 -07:00
netlink Made changes in netlink code to ignore interface not found error 2017-10-18 17:15:53 -07:00
network Add delay immediately after network creation for 1803 & below (#174) 2018-07-02 14:20:05 -07:00
platform Convert time to UTC (#162) 2018-06-04 16:47:21 -07:00
scripts change install sh install script from *.conf to *.conflist (#163) 2018-06-04 14:53:34 -07:00
store Convert time to UTC (#162) 2018-06-04 16:47:21 -07:00
telemetry Fixed the #108 issue. (#154) 2018-06-04 12:06:01 -07: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 moved golang version to 1.10 (#164) 2018-06-04 19:44:39 -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 Restore CNS state and set SNAT rule. 2018-02-23 14:36:12 -08:00
README.md Added IPAM documentation 2017-04-05 18:17:20 -07:00

README.md

Microsoft Azure Container Networking

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.