Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Onur Filiz b1442ac159 Rename CNM plugin to azure-vnet-plugin and update base image to ubuntu:16.04 2017-05-05 18:12:40 -07:00
build Added install-cni-plugin scripts for Linux and Windows 2017-04-12 15:41:58 -07:00
cni Updated IPAM to return the VNET gateway address for libnetwork gateway requests 2017-05-04 20:02:03 -07:00
cnm Rename CNM plugin to azure-vnet-plugin and update base image to ubuntu:16.04 2017-05-05 18:12:40 -07:00
common Added support for custom API server URLs to CNM plugins 2017-05-02 18:39:32 -07:00
docs Add documentation for ipAddressCount of Kubernetes master nodes 2017-04-18 14:06:56 -07:00
ebtables Added arp-opcodes to ebtables ARP commands 2017-04-29 17:27:49 -07:00
ipam Updated IPAM to return the VNET gateway address for libnetwork gateway requests 2017-05-04 19:59:21 -07:00
log Added license notice to all source files 2017-02-12 02:03:39 -08:00
netlink Enabled hairpin mode for bridged external interface 2017-03-31 06:45:28 -07:00
network Store the gateway address from HNS response in endpoints on Windows 2017-05-05 14:07:35 -07:00
platform Moved IP address utility functions to platform 2017-05-03 18:19:52 -07:00
scripts Added install-cni-plugin scripts for Linux and Windows 2017-04-12 15:41:58 -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 Updated documentation for public preview release 2017-04-02 03:04:06 -07:00
Dockerfile.build Update build image to golang1.8.1 2017-05-05 18:05:34 -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 Rename CNM plugin to azure-vnet-plugin and update base image to ubuntu:16.04 2017-05-05 18:12:40 -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.