Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Mathew Merrick cf149109cd Fix NPM image libgnutls vulnerability (#589)
* lock npm image back to ubuntu 18 for libgnutls vulnerability
2020-06-23 20:55:04 -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 Add codecov.yml (#559) 2020-05-09 08:19:37 -07:00
aitelemetry CNI Ipv6 Dualstack Support (#538) 2020-04-15 22:30:48 -07:00
build smooth build process (#208) 2018-07-21 13:15:04 -07:00
cni enable hairpin by default (#568) 2020-05-26 16:45:54 -07:00
cnm Update CNM test to delete endpoint (#499) 2020-02-06 16:45:46 -08:00
cnms added ipv6 changes (#534) 2020-04-01 13:21:47 -07:00
cns Cns yaml (#549) 2020-04-30 15:25:49 -07:00
common Explicitly add content type (#561) 2020-05-17 12:01:20 -07:00
docs Delete cnimultitenancy.md 2020-05-27 00:53:31 -07:00
ebtables CNI Ipv6 Dualstack Support (#538) 2020-04-15 22:30:48 -07:00
examples/cns Add CNS api examples for create and delete HNS networks (#337) 2019-04-15 15:58:44 -07:00
ipam Add IPAM unit tests && Using ginkgo replace the origin go test (#508) 2020-04-09 01:10:24 -07:00
iptables CNI Ipv6 Dualstack Support (#538) 2020-04-15 22:30:48 -07:00
log Limit and rotate NPM logs (#573) 2020-06-03 13:45:38 -07:00
netlink CNI Ipv6 Dualstack Support (#538) 2020-04-15 22:30:48 -07:00
network Disable RA for interfaces created by CNI (#567) 2020-05-26 15:22:10 -07:00
nodenetworkconfig NetworkConfig CRD defintions (#570) 2020-06-02 15:13:56 -07:00
npm Fix NPM image libgnutls vulnerability (#589) 2020-06-23 20:55:04 -07:00
ovsctl Addressing security concerns in Linux Multitenancy (#387) 2019-08-15 13:24:28 -07:00
platform Azure CNI Windows dualstack support (#557) 2020-05-07 11:40:46 -07: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 Removing execution time metric (#566) 2020-05-20 17:10:49 -07:00
test/e2e/kubernetes Change pipeline storage account (#541) 2020-04-07 17:19:05 -07:00
testutils Add IPAM unit tests && Using ginkgo replace the origin go test (#508) 2020-04-09 01:10:24 -07:00
vendor Azure CNI Windows dualstack support (#557) 2020-05-07 11:40:46 -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
LICENSE Added LICENSE 2017-01-31 19:51:14 -08:00
MAINTAINERS Update MAINTAINERS 2018-01-19 11:09:21 -08:00
Makefile Add codecov.yml (#559) 2020-05-09 08:19:37 -07:00
README.md NPM test fixes + Azure Pipelines (#402) 2019-09-20 16:15:08 -07:00
codecov.yml Add codecov.yml (#559) 2020-05-09 08:19:37 -07:00
go.mod NetworkConfig CRD defintions (#570) 2020-06-02 15:13:56 -07:00
go.sum Limit and rotate NPM logs (#573) 2020-06-03 13:45:38 -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.