Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
Eng Zer Jun e812bc82b8
refactor: move from io/ioutil to io and os packages (#1096)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-17 16:31:42 -06:00
.github
.pipelines
aitelemetry Use Lockedfile api to acquire lock (#1070) 2021-11-09 08:19:44 -08:00
build/tools
cni refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
cnm refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
cnms Use Lockedfile api to acquire lock (#1070) 2021-11-09 08:19:44 -08:00
cns refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
common refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
crd
docs
ebtables
examples/cns
hack
internal/lockedfile Use Lockedfile api to acquire lock (#1070) 2021-11-09 08:19:44 -08:00
ipam refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
iptables
log refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
netio
netlink
network
nns
npm refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
ovsctl
platform refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
processlock refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
proto/nodenetworkservice/3.302.0.744
scripts
server/tls refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
store refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
telemetry refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
test refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
testutils Use Lockedfile api to acquire lock (#1070) 2021-11-09 08:19:44 -08:00
tools refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
vendor [NPM] Fixing a bug in vendor files until we get an official build (#1091) 2021-11-08 11:46:59 -08:00
.gitattributes
.gitignore
.golangci.yml
Dockerfile.build
Dockerfile.cnm
LICENSE
MAINTAINERS
Makefile
README.md
go.mod
go.sum
windows.ps1

README.md

Microsoft Azure Container Networking

Build Status Go Report Card GitHub release

Azure Network Policy Manager Conformance
Cyclonus Network Policy Suite Cyclonus Network Policy Test
Kubernetes Network Policy E2E Build Status

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.