Can you tell me more about IPFS - I've never used it before. How has that been working, and can you tell me what you've observed when you have many nodes which need to coordinate?
Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
11–20 of 149 posts
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#12What's with the vilification of kubernetes? 99% of this document ( https://tau.how/99-Misc/kubernetes/01-k8s-cons/ ) boils down to "You have to understand what a pod, deployment, container, etc is" once you remove every line that discusses the cons of managing a cluster yourself, because nobody actually does that except extremely large orgs. All of these problems go away when you utilize a managed offering like DOKS,…
If your goal is to self-host your own PaaS, why would you use a managed k8s offering?
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#13What's with the vilification of kubernetes? 99% of this document ( https://tau.how/99-Misc/kubernetes/01-k8s-cons/ ) boils down to "You have to understand what a pod, deployment, container, etc is" once you remove every line that discusses the cons of managing a cluster yourself, because nobody actually does that except extremely large orgs. All of these problems go away when you utilize a managed offering like DOKS,…
If your goal is to self-host your own PaaS, why would you use a managed k8s offering?
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#14First coolify[1] and now Tau. More competition the better for users. From the quick look it seems like coolify is more fully featured? [1]: https://coolify.io/
Before Coolify came CapRover and dokku. My toy server (64ram, ryzen 5600G 60tb HDD, 4tb NVMe) is currently running fedora/caprover, though I've been considering just putting truenas scale on it, as it added custom deployments as well...
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#15Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#16This is really neat! I'm working a message queue in go (drop-in replacement for SQS) and also thinking about autoscaling. I've been playing with raft vs using a central store (ie, postgres) to coordinate. Can you tell me more about IPFS - I've never used it before. How has that been working, and can you tell me what you've observed when you have many nodes which need to coordinate?
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#17Some suggestions for this to be able to succeed:
- Documentation, documentation, documentation, the only place where I could that the three supported ways to write a serverless function are with Go, Rust and AssemblyScript is somewhere hidden in a tutorial. It all has to compile to WebAssembly so I guess that's the limiting factor.
- Examples?
- Using git as source of truth for the configuration/state of a system is cool. Please link to sample repos so I can see what a system with a website, some functions that touch DB and files, and the configuration etc looks like.
- How does the database part work? Client SDKs?
- There are lots of protocols with unclear names that are only briefly mentioned here but then seen in random places in configuration: https://tau.how/01-getting-started/01-local-cloud/#protocols
- The Concepts part of the documentation is buzzword soup, it's impossible to derive any meaning from it other than that the author dislikes Kubernetes and probably used some generative AI for the content.
- Roadmap, plans, versioning, plans on how Tau version upgrades should go, ...
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#18I also love the single binary in Go. That's on my todo list for a few things.
Well done!
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#19What's with the vilification of kubernetes? 99% of this document ( https://tau.how/99-Misc/kubernetes/01-k8s-cons/ ) boils down to "You have to understand what a pod, deployment, container, etc is" once you remove every line that discusses the cons of managing a cluster yourself, because nobody actually does that except extremely large orgs. All of these problems go away when you utilize a managed offering like DOKS,…
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#20Earlier quoted context omitted.
Before Coolify came CapRover and dokku. My toy server (64ram, ryzen 5600G 60tb HDD, 4tb NVMe) is currently running fedora/caprover, though I've been considering just putting truenas scale on it, as it added custom deployments as well...
That's a beast server. What are you using it for?
It's mostly just for the *arr stack, various self hosted services like vaultwarden, seafile etc and my personal toy projects. I.e. a pwa book reader along with the occasional dev tool I wanna experiment with.