Skip to content

POC: Kubernetes Cluster as Cloud Provider#121

Draft
drewmalin wants to merge 2 commits into
mainfrom
dm/testkubeprovider
Draft

POC: Kubernetes Cluster as Cloud Provider#121
drewmalin wants to merge 2 commits into
mainfrom
dm/testkubeprovider

Conversation

@drewmalin

Copy link
Copy Markdown
Contributor

Proof-of-concept use of k8s cluster as a "cloud provider" -- creation, stop/start, termination of instances is actually backed by equivalent k8s operations (fundamentally: create a new service).

All validation tests pass except for microk8s, as this would be microk8s-on-k8s and is a little more complicated to get working (and is also not in the critical path).

}

for _, expected := range []string{
InstanceTypeOKCPU,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is super interesting and would allow folks in UI to iterate against error state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants