Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Vamsi Kalapala 30dedee967
[NPM] Fixing log noise and removing GetClusterState (#784)
* Fixing log noise for hotnet pods

* Removing GetClusterState usage
2021-02-16 14:11:54 -08:00
.circleci Enable IP forwarding for Linux mulititenancy (#386) 2019-08-20 14:06:36 -07:00
.github CNS IPAM for CNI (#584) 2020-07-13 17:37:49 -07:00
.pipelines chore: Update pipeline yaml, replace hardcoded registries to env's (#744) 2020-12-02 11:26:08 -08:00
aitelemetry CNI using CNS IPAM (#597) 2020-09-29 14:43:19 -07:00
build Adding parameter validation to build scripts (#246) 2020-06-25 15:54:40 -07:00
cni Write to intermediate file before moving to state file (#755) 2021-01-07 17:43:33 -08:00
cnm Write to intermediate file before moving to state file (#755) 2021-01-07 17:43:33 -08:00
cnms chore: updating the base cnms image to reach compliance (#759) 2020-12-23 15:00:33 -08:00
cns changed blocking channel send to non-blocking (#766) 2021-01-15 20:44:14 -08:00
common Write to intermediate file before moving to state file (#755) 2021-01-07 17:43:33 -08:00
docs chore: tweaked wording on install cni doc (#692) 2020-10-15 14:55:24 -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
hack fix: Move acncli to hack and update error message (#748) 2020-12-10 18:06:53 -08:00
ipam Write to intermediate file before moving to state file (#755) 2021-01-07 17:43:33 -08:00
iptables refactor: Move CNI bridge/transparent routes to common (#694) 2020-11-16 14:24:00 -08: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 latency fix for transparent mode (#753) 2021-01-19 10:48:11 -08:00
nodenetworkconfig Use int64 for NC version in NNC (#721) 2020-11-04 16:55:25 -08:00
npm [NPM] Fixing log noise and removing GetClusterState (#784) 2021-02-16 14:11:54 -08:00
ovsctl Addressing security concerns in Linux Multitenancy (#387) 2019-08-15 13:24:28 -07:00
platform Write to intermediate file before moving to state file (#755) 2021-01-07 17:43:33 -08:00
scripts CNS IPAM for CNI (#584) 2020-07-13 17:37:49 -07:00
server/tls Updates for TLS: reading from encrypted PEM file & hostname fix (#742) 2020-11-30 14:05:25 -08:00
store Write to intermediate file before moving to state file (#755) 2021-01-07 17:43:33 -08:00
telemetry Write to intermediate file before moving to state file (#755) 2021-01-07 17:43:33 -08:00
test Bring Goldpinger tests to ACN (#710) 2020-10-28 23:39:27 -07:00
testutils Improving and adding CNI unit tests (#543) 2020-06-26 14:16:45 -07:00
vendor ran go mod vendor 2020-11-30 15:27:41 -08:00
.gitignore Add "acn" cli tool to install and manage Azure CNI (#688) 2020-10-20 14:00:40 -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 chore: updating the base cnms image to reach compliance (#759) 2020-12-23 15:00:33 -08: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 ran go mod vendor 2020-11-30 15:27:41 -08:00
go.sum Updates for TLS: reading from encrypted PEM file & hostname fix (#742) 2020-11-30 14:05:25 -08: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.