bookingcom / shipper

Kubernetes native multi-cluster canary or blue-green rollouts using Helm
Apache License 2.0
734 stars 39 forks source link

ci: replace microk8s with kind #281

Closed juliogreff closed 4 years ago

juliogreff commented 4 years ago

microk8s tends to sneak in breaking changes for the same version, and that's caused a lot of miscellaneous heartbreak for us over time (f18b24d and 46d74fe, for example, on top of a lot of stuff during development). It also doesn't allow us to run several separate clusters in the same environment, which will be useful to us as shipper is a multi-cluster piece of software.

Closes #271. By some magic, without addressing #197 yet.