cluster-api-provider-azure icon indicating copy to clipboard operation
cluster-api-provider-azure copied to clipboard

Create a cluster using Azure Container Instances

Open devigned opened this issue 4 years ago • 9 comments

/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.

devigned avatar Nov 12 '20 21:11 devigned