Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
vakr 304dca1e42 Adding more helpers for buffer struct 2021-03-25 18:21:05 -07: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 [fix] IPset fail if set doesn't exist when attempting to add to list (#828) 2021-03-24 10:50:52 -07: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 pass adapter name to hns create network call (#813) 2021-03-08 11:28:20 -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 Fix log which let log to show more readable info. (#803) 2021-03-17 17:10:23 -07: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
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 Fix log which let log to show more readable info. (#803) 2021-03-17 17:10:23 -07:00
netlink CNI Ipv6 Dualstack Support (#538) 2020-04-15 22:30:48 -07:00
network fix: ACLPolicy check for hnsv2 (#815) 2021-03-08 11:56:36 -08:00
nodenetworkconfig Use int64 for NC version in NNC (#721) 2020-11-04 16:55:25 -08:00
npm Adding more helpers for buffer struct 2021-03-25 18:21:05 -07: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 fix: Remove unreadable CNS state file upon CNS service start (#782) 2021-02-11 09:10:13 -08:00
telemetry Write to intermediate file before moving to state file (#755) 2021-01-07 17:43:33 -08:00
test test: Add Swift Testing Pipeline (#712) 2021-01-20 11:00:32 -08:00
testutils fix: Remove unreadable CNS state file upon CNS service start (#782) 2021-02-11 09:10:13 -08:00
tools Npm debug tools (#817) 2021-03-11 11:47:34 -08:00
vendor Npm debug tools (#817) 2021-03-11 11:47:34 -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 [build] Update pipeline and enable debug symbols in bins (#793) 2021-02-23 12:58:49 -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 Npm debug tools (#817) 2021-03-11 11:47:34 -08:00
go.sum Npm debug tools (#817) 2021-03-11 11:47:34 -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.