azure-container-networking/README.md

50 строки
2.5 KiB
Markdown
Исходник Обычный вид История

# Microsoft Azure Container Networking
2016-11-12 05:04:48 +03:00
## Overview
This repository contains container networking plugins for Linux and Windows containers running on Azure:
2017-04-06 04:17:20 +03:00
* [CNM (libnetwork) network and IPAM plugins](docs/cnm.md) for Docker Engine.
2017-03-01 02:02:41 +03:00
* [CNI network and IPAM plugins](docs/cni.md) for Kubernetes and DC/OS.
2016-11-12 05:04:48 +03:00
The `azure-vnet` network plugins connect containers to your [Azure VNET](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview), 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.
> Azure VNET plugins are currently available as a **public preview**.
2015-12-24 02:39:14 +03:00
The following environments are supported:
* [Microsoft Azure](https://azure.microsoft.com): Available in all Azure regions.
* [Microsoft Azure Stack](https://azure.microsoft.com/en-us/overview/azure-stack/): The hybrid cloud platform that enables you to deliver Azure services from your own datacenter.
2015-12-24 02:39:14 +03:00
Plugins are offered as part of [Azure Container Service (ACS)](https://azure.microsoft.com/en-us/services/container-service), as well as for individual Azure IaaS VMs. For ACS clusters created by [acs-engine](https://github.com/Azure/acs-engine), the deployment and configuration of both plugins on both Linux and Windows nodes is automatic.
2016-10-01 02:18:55 +03:00
## Documentation
See [Documentation](docs/) for more information and examples.
2016-10-01 02:18:55 +03:00
## Build
This repository builds on Windows and Linux. Build plugins directly from the source code for the latest version.
2016-10-01 02:18:55 +03:00
```bash
$ git clone https://github.com/Azure/azure-container-networking
$ cd azure-container-networking
$ make all-binaries
2016-06-25 00:44:02 +03:00
```
2016-03-22 01:40:21 +03:00
2017-03-01 02:02:41 +03:00
Then follow the instructions for the plugin in [Documentation](docs/).
2016-10-01 02:18:55 +03:00
## Contributions
Contributions in the form of bug reports, feature requests and PRs are always welcome.
2016-10-01 02:18:55 +03:00
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.
2016-10-01 02:18:55 +03:00
## Changelog
See [CHANGELOG](CHANGELOG.md).
## License
See [LICENSE](LICENSE).
2016-10-01 02:18:55 +03:00
2016-06-25 00:44:02 +03:00
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.