kubernetes-sigs / cluster-api-provider-azure

Cluster API implementation for Microsoft Azure
https://capz.sigs.k8s.io/
Apache License 2.0
288 stars 416 forks source link

Create a cluster using Azure Container Instances #1034

Open devigned opened 3 years ago

devigned commented 3 years ago

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

fejta-bot commented 3 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale

CecileRobertMichon commented 3 years ago

/remove-lifecycle stale /lifecycle active /assign @devigned /assign

fejta-bot commented 3 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale

CecileRobertMichon commented 3 years ago

/remove-lifecycle stale

alexeldeib commented 2 years ago

@CecileRobertMichon are you or David still actively working on this? Want to keep it assigned?

(no, don't expect a surprise XXL PR from me for this 😄 just perusing issues )

devigned commented 2 years ago

I am not working on it currently. We need a couple little infrastructures feature to come online before this can light up. For the time being, I'm going to mark it as frozen (I think that is the right status) and unassign.

/lifecycle frozen

devigned commented 2 years ago

/unassign

dtzar commented 1 year ago

@devigned - do you still feel this is of interest?

devigned commented 1 year ago

@dtzar, I do think it is interesting, but until there is better networking support (https://learn.microsoft.com/en-us/azure/container-instances/container-instances-virtual-network-concepts#unsupported-networking-scenarios), ACI isn't going to work for us.