Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Ashvin Deodhar 09dbe98c59
Add CNS api examples for create and delete HNS networks (#337)
* Add examples for create and delete hns network APIs
2019-04-15 15:58:44 -07:00
.circleci Enable code coverage (#294) 2019-01-24 21:17:44 -08: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 Skip HotAttachEp from CNM createEndpoint (#332) 2019-04-12 16:17:45 -07:00
cnm Skip HotAttachEp from CNM createEndpoint (#332) 2019-04-12 16:17:45 -07:00
cns Add option in CNS to pre-provision hns network (#323) 2019-04-15 13:10:23 -07:00
common Add option in CNS to pre-provision hns network (#323) 2019-04-15 13:10:23 -07:00
docs Add azure-npm documentation (#329) 2019-04-11 12:38:53 -07:00
ebtables Limit port aggregation to owned veth interfaces 2017-07-15 11:03:56 -07:00
examples/cns Add CNS api examples for create and delete HNS networks (#337) 2019-04-15 15:58:44 -07:00
ipam Update host machine ip (#300) 2019-02-26 16:03:29 -08:00
log CNS to start telemetry process and connect to it (#324) 2019-04-08 16:20:05 -07:00
netlink CNI to support transparent mode (#279) 2019-01-04 16:19:36 -08:00
network Skip HotAttachEp from CNM createEndpoint (#332) 2019-04-12 16:17:45 -07:00
npm Add azure-npm documentation (#329) 2019-04-11 12:38:53 -07:00
ovsctl Added support for InfraVnet connectivity in multitenancy CNI (#234) 2018-08-18 14:50:49 -07:00
platform Add option in CNS to pre-provision hns network (#323) 2019-04-15 13:10:23 -07:00
scripts Rename docker-run.ps1 to docker-exec.ps1 2019-01-02 16:34:53 -08:00
store Reset lock retry count if lock file timestamp changes (#290) 2019-01-16 14:48:30 -08:00
telemetry CNS to start telemetry process and connect to it (#324) 2019-04-08 16:20:05 -07:00
test/e2e/kubernetes Update E2E files to make them version agnostic (#319) 2019-03-27 11:14:24 -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
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 Config support for Telemetry service (#317) 2019-03-25 14:12:32 -07:00
README.md Add azure-npm documentation (#329) 2019-04-11 12:38:53 -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 codecov

Overview

This repository contains container networking services and 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.

The following environments are supported:

Plugins are offered as part of Azure Kubernetes Service (AKS), as well as for individual Azure IaaS VMs. For Kubernetes clusters created by aks-engine, the deployment and configuration of both plugins on both Linux and Windows nodes is automatic and default.

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.

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.