Show HN: Skate, daemonless mini PAAS that can deploy K8s manifests
4 points
5 days ago
| 1 comment
| github.com
| HN
byrnedo
5 days ago
[-]
I'm a big fan of simple paas setups like Dokku, but I'm tired of learning yet another configuration syntax or ceremony when I'm perfectly happy building on kubernetes. But god do I not want to self host it. Not even k3s. I just want to be able to deploy things across a small cluster.

Currently supported resources: - Deployments - Daemonsets - Cronjobs - Services - Ingress - Secrets

Skate comes with letsencrypt powered TLS automatically when using ingress.

It leverages podman, openresty, ipvs and coredns.

It's very far from feature-complete, but is definitely at the point of being useful.

reply