Readit News logoReadit News
byrnedo commented on Ask HN: Is Kubernetes still a big no-no for early stages in 2025?    · Posted by u/herval
byrnedo · 16 days ago
You could use https://github.com/skateco/skate and graduate to k8s later.

Disclosure: I’m the author of skate

byrnedo commented on Show HN: Unregistry – “docker push” directly to servers without a registry   github.com/psviderski/unr... · Posted by u/psviderski
vhodges · 3 months ago
There is also https://skateco.github.io/ which (at quick glance) seems similar
byrnedo · 3 months ago
Skate author here: please try it out! I haven’t gotten round to diving deep into uncloud yet, but I think maybe the two projects differ in that skate has no control plane; the cli is the control plane.

I built skate out of that exact desire to have a dokku like experience that was multi host and used a standard deployment configuration syntax ( k8s manifests ).

https://skateco.github.io/docs/getting-started/

byrnedo commented on Ask HN: What's the best way to deploy container-based apps for a small project?    · Posted by u/pxheller
byrnedo · 3 months ago
If you want, give skate a try ( https://github.com/skateco/skate ). I built it out of the frustration of having to learn the custom deploy syntax of all these other alternatives, instead it uses kubernetes manifests and is multi host.
byrnedo commented on Replacing Kubernetes with systemd (2024)   blog.yaakov.online/replac... · Posted by u/birdculture
drivenextfunc · 4 months ago
I share the author's sentiment completely. At my day job, I manage multiple Kubernetes clusters running dozens of microservices with relative ease. However, for my hobby projects—which generate no revenue and thus have minimal budgets—I find myself in a frustrating position: desperately wanting to use Kubernetes but unable to due to its resource requirements. Kubernetes is simply too resource-intensive to run on a $10/month VPS with just 1 shared vCPU and 2GB of RAM.

This limitation creates numerous headaches. Instead of Deployments, I'm stuck with manual docker compose up/down commands over SSH. Rather than using Ingress, I have to rely on Traefik's container discovery functionality. Recently, I even wrote a small script to manage crontab idempotently because I can't use CronJobs. I'm constantly reinventing solutions to problems that Kubernetes already solves—just less efficiently.

What I really wish for is a lightweight alternative offering a Kubernetes-compatible API that runs well on inexpensive VPS instances. The gap between enterprise-grade container orchestration and affordable hobby hosting remains frustratingly wide.

byrnedo · 4 months ago
Please try https://github.com/skateco/skate, this is pretty much the exact same reason why I built it!
byrnedo commented on Replacing Kubernetes with systemd (2024)   blog.yaakov.online/replac... · Posted by u/birdculture
psviderski · 4 months ago
This is a great approach which resonates with me a lot. It's really frustrating that there is no simple way to run a multi-host Docker/Podman (Docker Swarm is abandonware since 2019 unfortunately). However, in my opinion K8s has the worst API and UX possible. I find Docker Compose spec much more user friendly. So I'm experimenting with a multi-host docker-compose at the moment: https://github.com/psviderski/uncloud
byrnedo · 4 months ago
Uncloud looks awesome and seems to have a great feature set!! Nice work!
byrnedo commented on Replacing Kubernetes with systemd (2024)   blog.yaakov.online/replac... · Posted by u/birdculture
psviderski · 4 months ago
This is a great approach which resonates with me a lot. It's really frustrating that there is no simple way to run a multi-host Docker/Podman (Docker Swarm is abandonware since 2019 unfortunately). However, in my opinion K8s has the worst API and UX possible. I find Docker Compose spec much more user friendly. So I'm experimenting with a multi-host docker-compose at the moment: https://github.com/psviderski/uncloud
byrnedo · 4 months ago
Wouldn’t argue with you abut the k8s ux. Since it has all the ground concepts ( service, cronjob etc ) it required less effort than rolling yet another syntax.
byrnedo commented on Replacing Kubernetes with systemd (2024)   blog.yaakov.online/replac... · Posted by u/birdculture
byrnedo · 4 months ago
I created skate (https://github.com/skateco/skate) to be basically this but multihost and support k8s manifests. Under the hood it’s podman and systemd

Deleted Comment

byrnedo commented on Decoding JSON sum types in Go without panicking   nicolashery.com/decoding-... · Posted by u/misonic
byrnedo · 6 months ago
Pulled my hair out about doing this all over the place when integrating with a node api, ended up writing https://github.com/byrnedo/pjson. Feels like this should be covered as a more first class thing in go.
byrnedo commented on Show HN: Lume – OS lightweight CLI for MacOS and Linux VMs on Apple Silicon   github.com/trycua/lume... · Posted by u/GreenGames
TekMol · 7 months ago
I wish it was possible to run a Debian VM on iOS.

For laptops, there are many nice options. But for tablets, the latest iPads are currently unmatched at under 600 grams for a 13" tablet. So I would love to use one of those.

byrnedo · 7 months ago
I’d check out multipass from canonical. IIRC you can specify the image it uses.

u/byrnedo

KarmaCake day28September 10, 2015
About
www.byrnedo.com
View Original