cluster-api-provider-azure
cluster-api-provider-azure copied to clipboard
Create a cluster using Azure Container Instances
/kind feature
Describe the solution you'd like Azure Container Instances (ACI) provide a really interesting substrate to be able to build clusters via containers as nodes. They are fast to start, scale quickly and are billed in small increments. Basically, this would be extremely similar to how Cluster API Provider Docker works running Docker in Docker.
Probably be something to spike out and then provide a proposal.