Azure Container Networking Solutions for Linux and Windows Containers
Перейти к файлу
tamilmani1989 83945fd6bf
fixed logging part of telemetry (#312)
* fixed logging part of telemetry

* fixed an issue

* added more test coverage

* fixed an issue

* fixed invalid condition and added UT

* initialize telemetry logger as part of telemetry server

* changed checkifsockexists to sockexists

* changed interval time to push telemetry data to host
2019-03-13 14:01:30 -07:00
.circleci Enable code coverage (#294) 2019-01-24 21:17:44 -08:00
.github Update ISSUE_TEMPLATE.md 2018-06-09 00:06:46 -07:00
build smooth build process (#208) 2018-07-21 13:15:04 -07:00
cni fixed logging part of telemetry (#312) 2019-03-13 14:01:30 -07:00
cnm Cns telemetry (#275) 2018-12-12 10:45:48 -08:00
cns Add ability in CNS to setup networking for a docker container (#298) 2019-02-26 16:04:27 -08:00
common Add ability in CNS to setup networking for a docker container (#298) 2019-02-26 16:04:27 -08:00
docs Update cni.md 2018-08-30 10:34:37 -07:00
ebtables Limit port aggregation to owned veth interfaces 2017-07-15 11:03:56 -07:00
ipam Update host machine ip (#300) 2019-02-26 16:03:29 -08:00
log Add ability in CNS to setup networking for a docker container (#298) 2019-02-26 16:04:27 -08:00
netlink CNI to support transparent mode (#279) 2019-01-04 16:19:36 -08:00
network Add ability in CNS to setup networking for a docker container (#298) 2019-02-26 16:04:27 -08:00
npm Support new network policy definition since Kubernetes version 1.11 (#307) 2019-03-01 15:46:17 -08:00
ovsctl Added support for InfraVnet connectivity in multitenancy CNI (#234) 2018-08-18 14:50:49 -07:00
platform Change the implementation of Get boot time (#304) 2019-02-27 11:35:33 -08:00
scripts Rename docker-run.ps1 to docker-exec.ps1 2019-01-02 16:34:53 -08:00
store Reset lock retry count if lock file timestamp changes (#290) 2019-01-16 14:48:30 -08:00
telemetry fixed logging part of telemetry (#312) 2019-03-13 14:01:30 -07:00
test/e2e/kubernetes E2E test apimodel (#295) 2019-01-28 16:39:00 -08:00
vendor vendored apimachinery package to correct version 2018-08-10 03:08:58 +00:00
.gitignore Added .vscode to .gitignore 2017-02-10 14:57:55 -08: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 Added support for CNI telmetry report to mds 2019-02-01 16:24:45 -08:00
README.md Update README.md 2019-02-02 00:13:54 -08:00
vendor.conf vendored apimachinery package to correct version 2018-08-10 03:08:58 +00:00

README.md

Microsoft Azure Container Networking

CircleCI 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.