from Hacker News

Show HN: Skate, daemonless mini PAAS that can deploy K8s manifests

by byrnedo on 9/13/24, 3:52 PM with 1 comments

  • by byrnedo on 9/13/24, 3:52 PM

    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.