{"id":13707125,"url":"https://github.com/Azure/azure-container-networking","last_synced_at":"2025-05-06T00:30:27.801Z","repository":{"id":37270011,"uuid":"53971519","full_name":"Azure/azure-container-networking","owner":"Azure","description":"Azure Container Networking Solutions for Linux and Windows Containers","archived":false,"fork":false,"pushed_at":"2025-05-05T19:11:46.000Z","size":132713,"stargazers_count":394,"open_issues_count":55,"forks_count":245,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-05-05T19:27:35.260Z","etag":null,"topics":["azure","azure-container","azure-container-service","container-networking","kubernetes-networking","linux-containers","windows-containers"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Azure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-03-15T19:12:14.000Z","updated_at":"2025-05-02T19:48:00.000Z","dependencies_parsed_at":"2023-12-20T07:59:20.872Z","dependency_job_id":"ec892d28-2593-4be6-a165-d88b415fe58a","html_url":"https://github.com/Azure/azure-container-networking","commit_stats":{"total_commits":2395,"total_committers":101,"mean_commits":"23.712871287128714","dds":0.8693110647181628,"last_synced_commit":"281770bf9714eba4e6b1fe413fe0fb253226d450"},"previous_names":[],"tags_count":286,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-container-networking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-container-networking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-container-networking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-container-networking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure","download_url":"https://codeload.github.com/Azure/azure-container-networking/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252598147,"owners_count":21774209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","azure-container","azure-container-service","container-networking","kubernetes-networking","linux-containers","windows-containers"],"created_at":"2024-08-02T22:01:20.593Z","updated_at":"2025-05-06T00:30:24.119Z","avatar_url":"https://github.com/Azure.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Microsoft Azure Container Networking\n\n[![Build Status](https://msazure.visualstudio.com/One/_apis/build/status/Custom/Networking/ContainerNetworking/Azure.azure-container-networking?branchName=master)](https://msazure.visualstudio.com/One/_build/latest?definitionId=95007\u0026branchName=master) [![Go Report Card](https://goreportcard.com/badge/github.com/Azure/azure-container-networking)](https://goreportcard.com/report/github.com/Azure/azure-container-networking)  ![GitHub release](https://img.shields.io/github/release/Azure/azure-container-networking.svg)\n\n| Azure Network Policy Manager Conformance      |  |\n| ----------- | ----------- |\n| Cyclonus Network Policy Suite      | [![Cyclonus Network Policy Test](https://github.com/Azure/azure-container-networking/actions/workflows/cyclonus-netpol-test.yaml/badge.svg?branch=master)](https://github.com/Azure/azure-container-networking/actions/workflows/cyclonus-netpol-test.yaml)       |\n| Kubernetes Network Policy E2E  | [![Build Status](https://dev.azure.com/msazure/One/_apis/build/status/Custom/Networking/ContainerNetworking/NPM%20Conformance%20Tests?branchName=master)](https://dev.azure.com/msazure/One/_build/latest?definitionId=195725\u0026branchName=master)  |\n\n\n\n## Overview\nThis repository contains container networking services and plugins for Linux and Windows containers running on Azure:\n\n* [Azure CNI network and IPAM plugins](docs/cni.md) for Kubernetes.\n* [Azure NPM - Kubernetes Network Policy Manager](docs/npm.md) (Linux and (preview) Windows Server 2022)\n\nThe `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.\n\nThe following environments are supported:\n* [Microsoft Azure](https://azure.microsoft.com): Available in all Azure regions.\n\nPlugins are offered as part of [Azure Kubernetes Service (AKS)](https://docs.microsoft.com/en-us/azure/aks/), as well as for individual Azure IaaS VMs. For Kubernetes clusters created by [aks-engine](https://github.com/Azure/aks-engine), the deployment and configuration of both plugins on both Linux and Windows nodes is automatic and default.\n\nThe next generation of Azure CNI Plugin is powered by [Cilium](https://cilium.io/). Learn more at [Azure CNI Powered By Cilium](docs/cilium.md)\n\n## Documentation\nSee [Documentation](docs/) for more information and examples.\n\n## Build\nThis repository builds on Windows and Linux. Build plugins directly from the source code for the latest version.\n\n```bash\n$ git clone https://github.com/Azure/azure-container-networking\n$ cd azure-container-networking\n$ make all-binaries\n```\n\nThen follow the instructions for the plugin in [Documentation](docs/).\n\n## Contributions\nContributions in the form of bug reports, feature requests and PRs are always welcome.\n\nPlease follow these steps before submitting a PR:\n* Create an issue describing the bug or feature request.\n* Clone the repository and create a topic branch.\n* Make changes, adding new tests for new functionality.\n* Submit a PR.\n\n## License\nSee [LICENSE](LICENSE).\n\n## Code of Conduct\nThis 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAzure%2Fazure-container-networking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAzure%2Fazure-container-networking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAzure%2Fazure-container-networking/lists"}