All Projects → Azure → Azure Container Networking

Azure / Azure Container Networking

Licence: mit
Azure Container Networking Solutions for Linux and Windows Containers

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Azure Container Networking

Denunciado
This project born from the need from people to have a way of communication between municipalities and communities. Some municipalities, have their platforms, but they are complex to validate the veracity of complaints. Denounced, it was born with the purpose of offering a free platform to these municipalities. Denounced consists of three main modules developed with Microsoft technologies, using the .Net Framework and Xamarin for its development: 1. Back End Web Project: Module of administration of the complaints, by the employees of the town councils. In this tool, the employees of the city council receive, validate, report and close the complaints, after being served. 2. Web Portal Client: It consists of a web project, so that the community make their complaints, in the same, the users of the service create a profile, must specify when making their complaint, evidence to support this. Through the portal, they can see the complaints of other community members, follow it, give their opinion or provide possible solutions or more evidence. 3. Mobile Project: It has the same functionalities as the web portal, with the addition, that the automatic location can be sent, from the cell phone.
Stars: ✭ 183 (-10.29%)
Mutual labels:  azure
Vscode Azurefunctions
Azure Functions extension for VS Code
Stars: ✭ 191 (-6.37%)
Mutual labels:  azure
Azure Cosmos Js
@azure/cosmos has moved to a new repo https://github.com/Azure/azure-sdk-for-js
Stars: ✭ 201 (-1.47%)
Mutual labels:  azure
Machine Controller Manager
Declarative way of managing machines for Kubernetes cluster
Stars: ✭ 186 (-8.82%)
Mutual labels:  azure
Aks Secure Baseline
This is the Azure Kubernetes Service (AKS) Baseline Cluster reference implementation as produced by the Microsoft Azure Architecture Center.
Stars: ✭ 188 (-7.84%)
Mutual labels:  azure
Drone Cache
A Drone plugin for caching current workspace files between builds to reduce your build times
Stars: ✭ 194 (-4.9%)
Mutual labels:  azure
Application Insights Workbooks
Templates for Azure Monitor Workbooks
Stars: ✭ 180 (-11.76%)
Mutual labels:  azure
Mmlspark
Simple and Distributed Machine Learning
Stars: ✭ 2,899 (+1321.08%)
Mutual labels:  azure
Azure Services Map
A visual representation and reference to Azure services
Stars: ✭ 189 (-7.35%)
Mutual labels:  azure
Spring Cloud Azure
Spring Cloud integration with Azure services
Stars: ✭ 197 (-3.43%)
Mutual labels:  azure
Smartstorenet
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
Stars: ✭ 2,363 (+1058.33%)
Mutual labels:  azure
Classifai
Enhance your WordPress content with Artificial Intelligence and Machine Learning services.
Stars: ✭ 188 (-7.84%)
Mutual labels:  azure
Checkov
Prevent cloud misconfigurations during build-time for Terraform, Cloudformation, Kubernetes, Serverless framework and other infrastructure-as-code-languages with Checkov by Bridgecrew.
Stars: ✭ 3,572 (+1650.98%)
Mutual labels:  azure
Cloudskew
Create free cloud architecture diagrams
Stars: ✭ 183 (-10.29%)
Mutual labels:  azure
Lyra
Open Source Workflow Engine for Cloud Native Infrastructure
Stars: ✭ 203 (-0.49%)
Mutual labels:  azure
Mcw Cloud Native Applications
MCW Cloud-native applications
Stars: ✭ 184 (-9.8%)
Mutual labels:  azure
Machinelearningnotebooks
Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
Stars: ✭ 2,790 (+1267.65%)
Mutual labels:  azure
Azure Maven Plugins
Maven plugins for Azure
Stars: ✭ 203 (-0.49%)
Mutual labels:  azure
Azure Sdk For Net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
Stars: ✭ 3,079 (+1409.31%)
Mutual labels:  azure
Adaz
🔧 Automatically deploy customizable Active Directory labs in Azure
Stars: ✭ 197 (-3.43%)
Mutual labels:  azure

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 [email protected] with any additional questions or comments.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].