Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Ali Egal 7db604dff4 remove unintended folder 2020-04-01 19:28:06 -07:00
.circleci Enable IP forwarding for Linux mulititenancy (#386) 2019-08-20 14:06:36 -07:00
.github Update ISSUE_TEMPLATE.md 2018-06-09 00:06:46 -07:00
.pipelines Upgrade packages at image build time (#504) 2020-02-21 13:38:14 -08:00
aitelemetry Addressed review comments. 2020-02-13 13:36:36 -08:00
build smooth build process (#208) 2018-07-21 13:15:04 -07:00
cni Added DisableHairpinOnHostInterface:true to conflist to fix duplicate packets issue (#530) 2020-03-18 13:58:09 -07:00
cnm Update CNM test to delete endpoint (#499) 2020-02-06 16:45:46 -08:00
cnms Adding network monitor capabilities for prerouting and postrouting ebrules (#527) 2020-03-18 14:02:31 -07:00
cns fixing build error 2020-04-01 19:10:47 -07:00
common Adding network monitor capabilities for prerouting and postrouting ebrules (#527) 2020-03-18 14:02:31 -07:00
docs Enable IP forwarding for Linux mulititenancy (#386) 2019-08-20 14:06:36 -07:00
ebtables Adding network monitor capabilities for prerouting and postrouting ebrules (#527) 2020-03-18 14:02:31 -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 CNM test to delete endpoint (#499) 2020-02-06 16:45:46 -08:00
iptables Added config option for disabling iptable lock (#470) 2020-01-03 17:08:14 -08:00
log Fix CNS regression (#489) 2020-01-30 09:33:35 -08:00
netlink CNI to support transparent mode (#279) 2019-01-04 16:19:36 -08:00
network Fixing windows test failure (#531) 2020-03-18 17:57:34 -07:00
npm Update npm image version to use the latest v1.0.33 (#521) 2020-03-06 13:22:52 -08:00
ovsctl Addressing security concerns in Linux Multitenancy (#387) 2019-08-15 13:24:28 -07:00
platform Added config option for disabling iptable lock (#470) 2020-01-03 17:08:14 -08:00
scripts Update Install-CniPlugin.ps1 (#520) 2020-02-28 14:29:22 -08:00
store Remove Orphan lock file (#445) 2019-12-03 17:15:45 -08:00
telemetry AITelemetry support for CNS (#455) 2020-01-24 13:29:52 -08:00
test/e2e/kubernetes Test NPM in E2E (#478) 2020-02-14 11:09:54 -08:00
vendor remove unintended folder 2020-04-01 19:28:06 -07:00
.gitignore NPM test fixes + Azure Pipelines (#402) 2019-09-20 16:15:08 -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
Gopkg.lock K8s Version Comparison Fix (#437) 2019-11-14 18:25:17 -08:00
Gopkg.toml K8s Version Comparison Fix (#437) 2019-11-14 18:25:17 -08:00
LICENSE Added LICENSE 2017-01-31 19:51:14 -08:00
MAINTAINERS Update MAINTAINERS 2018-01-19 11:09:21 -08:00
Makefile Adding network monitor capabilities for prerouting and postrouting ebrules (#527) 2020-03-18 14:02:31 -07:00
README.md NPM test fixes + Azure Pipelines (#402) 2019-09-20 16:15:08 -07:00

README.md

Microsoft Azure Container Networking

Build Status 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.