porter-dev / porter-archive

Kubernetes powered PaaS that runs in your own cloud.
https://porter.run
Other
4.19k stars 234 forks source link

Support for hetzner Cloud? #250

Open xXKynarethXx opened 3 years ago

xXKynarethXx commented 3 years ago

Hey, I was just trying out your project @ AWS and it was fun! :) Do you have and plans supporting hetzner cloud (soon)? Thanks a lot for your answer and have a nice day! :)

abelanger5 commented 3 years ago

Thanks @xXKynarethXx! We'd definitely love to support other cloud providers as soon as we can -- I think the next one to tackle is Azure, but if there's enough interest in Hetzner we'll add it to the roadmap.

mysticaltech commented 3 years ago

Support for Hetzner.com would be mind-bending(ly) awesome! 😍

Their service offering and prices are just too good but true. $3 / month for the 2GB - 1 CPU machine, 5$ / month for their load-balancer made to work with Kube! C'mon... Isn't that beautiful!

Some resources that can help are: https://github.com/hetznercloud/csi-driver https://github.com/hetznercloud/hcloud-cloud-controller-manager

yeahsid commented 3 years ago

Any updates on this? Currently, I run it on Rancher but one-click deploy will be nice

sunguroku commented 3 years ago

Hetzner does not have a managed k8s offering, which makes it difficult for us to provision a cluster in the way that we do on the other cloud providers. However, you could spin up a k8s cluster from scratch on Hetzner using something like kubeadm and then connect to it with our CLI.

tcurdt commented 3 years ago

Maybe a link to a good "k3s/rancher on hetzner" article would be a start. And then do the "deploy on existing k8s" route? One-click would certainly be nice. Given that hetzner supports cloud-init it should be possible.

gijsmin commented 11 months ago

Any news?