Skip to content

Source code for AKS integration to run containers on Azure Container Instances serverless architecture utilizing K8s APIs and orchestration

License

Notifications You must be signed in to change notification settings

microsoft/virtualnodesOnAzureContainerInstances-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source code for virtual nodes on Azure Container Instances

This repository contains source code for components that are installed on the AKS cluster for virtual nodes on Azure Container Instances.

Virtual nodes on Azure Container Instances is an evolution on the existing virtual nodes offering for Azure Kubernetes Service (AKS). It has been re-implemented from the ground up to be closer to vanilla K8s and remove limitations of the prior implementation, while also allowing deeper integration with the existing container offerings in Azure Container Instances.

If you just want to install and use virtual nodes on Azure Container Instances, the Helm chart and documentation on usage are located in this repository: virtual nodes on Azure Container Instances.

Adding missing .proto files

There are a few third-party .proto files that are required for the code to work. These are not currently included in the repository. You can add these missing .proto files manually at the following paths:

  1. /Src/ProxyCri/Src/ProxyCri/csi.proto The csi.proto file can be taken from here.
  2. /Src/ProxyCri/Src/VirtualCriClient/api.proto The api.proto file can be obtained from here.
  3. /Src/ProxyCri/Src/VirtualCriClient/gogo.proto The gogo.proto file can be obtained from here.

Building and testing

The ProxyCri image can be built using Docker. To install a new Helm chart with your updated image, go to the values.yaml in the Helm chart, look for proxycriImage under the images section, and update this value with the reference to your new image. After that, you can reinstall the Helm chart to test the new ProxyCri image. If you upload your new image to a private Azure Container Registry (ACR), ensure your AKS cluster identity has the AcrPull permission to that ACR.

Telemetry

This software does not collect or transmit telemetry data. However, the pods you create in a virtual node are deployed on Azure Container Instances, so server-side telemetry may be generated for these requests. If that is not desirable, please refrain from using this software.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit Contributor License Agreements.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

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.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

About

Source code for AKS integration to run containers on Azure Container Instances serverless architecture utilizing K8s APIs and orchestration

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •