Show HN: Edka – Kubernetes clusters on your own Hetzner account
121–130 of 139 posts
Re: Show HN: Edka – Kubernetes clusters on your own Hetzner account
#122Re: Show HN: Edka – Kubernetes clusters on your own Hetzner account
#123Re: Show HN: Edka – Kubernetes clusters on your own Hetzner account
#124Re: Show HN: Edka – Kubernetes clusters on your own Hetzner account
#125It’s a little off topic, but to mention Raku now has support for the Hetzner API https://raku.land/zef:wayland/WWW::CloudHosting::Hetzner That way we can use Raku as a scripting language for deployment.
Anyway, if you're proud of your toy, do its own Show HN
Re: Show HN: Edka – Kubernetes clusters on your own Hetzner account
#126Any plans to expand further than Hetzner? They're pretty restrictive on certain usages(e.g VPNs), I'd be really interested in support for Datapacket for example.
Re: Show HN: Edka – Kubernetes clusters on your own Hetzner account
#127Re: Show HN: Edka – Kubernetes clusters on your own Hetzner account
#128What a great fortune to reach top of HN and get product feedback, then get rate limited by GitHub ( that was an easy fix though...) Then Hetzner gets a partial outage, failing to create new instances, causing most of the new cluster to get stuck in "creating" mode. Thanks everyone for the interest, I was not expecting this from a side project and I'll do my best to improve the platform in the future and address all f…
About Hetzner it's nothing new, since July, 1-2 of 10 deployments will stay stuck in creating state for hours or forever. It's really annoying, especially when you deploy a multi node cluster.
Re: Show HN: Edka – Kubernetes clusters on your own Hetzner account
#129Hetzner is working on their own managed offering too, but it doesn't seem like anyone has an idea when it will land. https://www.reddit.com/r/hetzner/comments/18yhy89/seems_like...
Considering how bad their object storage offering is, I'd never use this I think
Re: Show HN: Edka – Kubernetes clusters on your own Hetzner account
#130Setting up kubernetes yourself with k3s and deploying a HA database with cnpg is so simple nowadays. It works great until some day you face an issue that you can't fix without diving deep into the details e.g. debugging your CNI or the implementations of specific operators to understand reconciliation errors. I faced countless of these issues such as:
- your Postgres CNPG failed during failover and can't recover on it's own - Postgres WAL archiving suddenly doesn't work anymore after an update. - Cluster networking on some nodes doesn't work anymore due to an incompatibility of kube-proxy and Cilium after an update
Unless it's your core business I'd limit myself to deploying applications on Kubernetes instead of managing Kubernetes itself. At least for use cases where reliability matters.
There are some reasonably priced managed Kubernetes offerings out there. For example syself (https://syself.com) built a managed Kubernetes on Hetzner. The prices are super reasonable. For 300 Euros per month you can enjoy Hetzner prices with an experience that beats AWS.