hobby-kube / provisioning

Kubernetes cluster provisioning using Terraform.
https://hobby-kube.dev/guide
MIT License
312 stars 112 forks source link

WIP: use containerd #69

Closed pstadler closed 1 year ago

pstadler commented 3 years ago

This seems to work relatively well, but I want to investigate the following before releasing it:

Tasks after release:

AndiDog commented 1 year ago

https://github.com/hobby-kube/provisioning/pull/82 switches to containerd

Don't really think an update guide is needed. A Terraform project is the perfect way to re-create clusters from scratch.

pstadler commented 1 year ago

This can be closed with #82.

I‘m still unsure how logs could be collected with something like https://github.com/gliderlabs/logspout. Ideally one could provision a solution using a k8s DaemonSet or similar.