Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Sushant Sharma 6f24a3f7ea Update CHANGELOG.md 2017-10-19 12:40:49 -07:00
build Add containerized build script 2017-06-28 16:38:05 -07:00
cni Made changes in netlink code to ignore interface not found error 2017-10-18 17:15:53 -07:00
cnm Fix bug in libnetwork option parser 2017-08-11 18:15:03 -07:00
cns updated log 2017-09-18 13:43:02 -07:00
common Added support for custom API server URLs to CNM plugins 2017-05-02 18:39:32 -07:00
docs Add PowerShell script to create container host VMs on Azure 2017-05-12 15:55:15 -07:00
ebtables Limit port aggregation to owned veth interfaces 2017-07-15 11:03:56 -07:00
ipam Handled address not found during release address as false positive 2017-10-18 14:59:21 -07:00
log Add support for log file rotation 2017-06-14 13:10:37 -07:00
netlink Made changes in netlink code to ignore interface not found error 2017-10-18 17:15:53 -07:00
network Made changes in netlink code to ignore interface not found error 2017-10-18 17:15:53 -07:00
platform Moved IP address utility functions to platform 2017-05-03 18:19:52 -07:00
scripts Add link to scripts documentation 2017-05-14 00:08:10 -07: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-10-19 12:40:49 -07:00
Dockerfile.build Generate zip files for Windows releases 2017-06-29 12:01:28 -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 Created MAINTAINERS 2017-02-18 13:25:33 -08:00
Makefile Generate zip files for Windows releases 2017-06-29 12:01:28 -07: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.