Looks compelling, but the docs are extremely vague and full of fluff. The "Why One Binary" is hilariously bad. Almost feels like content to impress managers/recruiters. https://tau.how/02-concepts/03-one-binary/#the-genesis-of-ta...
Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
41–50 of 149 posts
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#42Wouldn't using talos be better than having to run this on custom managed ubuntu servers?
Which Talos, can you send a link?
Basically a small OS that will prop itself up and allow you to create/adopt into a Kubernetes cluster. Seems to work well from my experience and pretty easy to get set up on.
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#43Self-hosted platform as a service?! Isn't the whole point of platforms as a service (from the customer perspective) that you don't need to do the hassle of self hosting. There are pros and cons to using an external service and to self hosting. And just throwing all these words at me together makes me feel like there isn't a coherent mental model of what this is trying to be, or if there is it isn't clearly communicat…
Having patterns to deploy & ship software, that also can bring up & manage other resources along the way (databases, load balancers, geo-reicatikn, etc etc).
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#44First 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
#45Self-hosted platform as a service?! Isn't the whole point of platforms as a service (from the customer perspective) that you don't need to do the hassle of self hosting. There are pros and cons to using an external service and to self hosting. And just throwing all these words at me together makes me feel like there isn't a coherent mental model of what this is trying to be, or if there is it isn't clearly communicat…
Further down on the README, it explains how it uses libp2p for network autodiscovery, IPFS for distributed storage, and how it can distribute and share routes and assets and automating load-balancing. It is Webassembly-native, so you don't have to mess with compiling dependencies or execution environments. If it works as well as described, then the underlying technology (and the constraints they have) allows it to be…
Would be nice if READMEs opened up with what the thing was and maybe a one or two sentence problem and solution description.
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#46What'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,…
I still think that projects like this one come from necessity. Folks want to have an alternative for vendor lock-in.
I'm building something like that too (https://github.com/pier-oliviert/sequencer) for Kubernetes, and it's also out of necessity.
Vercel, Heroku and others have a lot of helpful tools that are empower developers, and I think people want to have those without being locked-in.
It goes without saying that I'm totally bias :)
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#47and if you dont have scale-to-zero, you cant claim a vercel alternative.
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#48Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#49What'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
#50Earlier quoted context omitted.
"Self-hostable as a service" is a common pattern because it provides the benefits of as-a-service without the threat of vendor lock-in. Plus you can run the same software in temporary or test environments.
Where Vendor can also be an open source project. The cost of moving away from a project like Tau can be equally high as a closed source PaaS of course.