These look all the same. I honestly don't know how people choose one over the other. It's like roulette, gotta pick a random one.
It is interesting that YC has invested in many of these similar PaaS already and they keep doing it. Some names that I have come across (all are YC backed): - Nullstone - Aptible - Porter - Flight Control - Fly.io I have a feeling I am missing more.
Launch HN: Nullstone (YC W22) – An easier way to deploy and manage cloud apps
51–60 of 67 posts
Re: Launch HN: Nullstone (YC W22) – An easier way to deploy and manage cloud apps
#52Earlier quoted context omitted.
It is interesting that YC has invested in many of these similar PaaS already and they keep doing it. Some names that I have come across (all are YC backed): - Nullstone - Aptible - Porter - Flight Control - Fly.io I have a feeling I am missing more.
Do they all use the same IaC (guessing Terraform..) under the hood?
We have support for other IaC tools on our roadmap so that each team can use what is comfortable.
Re: Launch HN: Nullstone (YC W22) – An easier way to deploy and manage cloud apps
#53Earlier quoted context omitted.
AWS Copilot has been great for deploying `services`. But I wasn't sure if the `jobs` were what I was looking for, since they are event triggered. I'll test it our now. Essentially I'd like to build a docker image of code from a repository, and deploy and run it, and manage its lifecycle. Perhaps I could copy the CF template from the Copilot to do the same.
> Essentially I'd like to build a docker image of code from a repository, and deploy and run it Presumably, you're running it based on some input. Jobs are the right paradigm if this input is periodic (for example, processing a batch of items in S3 every few hours). Otherwise, you may want to consider a Worker: https://aws.github.io/copilot-cli/docs/concepts/services/#wo... which can be connected to an SQS queue and…
Re: Launch HN: Nullstone (YC W22) – An easier way to deploy and manage cloud apps
#54Earlier quoted context omitted.
Which ones deploy to your own cloud accounts?
(I'm the cofounder of Coherence) I consider the "best-in-breed" tools with this shape to break into the following categories: "Infra Abstractions": DuploCloud, Massdriver, Stacktape "PaaS in your own cloud": Nullstone, Zeet, Quovery, Porter, Architect.io, FlightControl "SDLC Platform for Teams": Coherence (withcoherence.com) - the key difference here is in how CI/CD (incl integration tests) are handled, how developme…
Re: Launch HN: Nullstone (YC W22) – An easier way to deploy and manage cloud apps
#55These look all the same. I honestly don't know how people choose one over the other. It's like roulette, gotta pick a random one.
Which ones deploy to your own cloud accounts?
There are nice perks on this approach but the complexity (for us) is non-negligible.
Re: Launch HN: Nullstone (YC W22) – An easier way to deploy and manage cloud apps
#56Earlier quoted context omitted.
Have you considered a community Discord?
We considered Discord, but went with Slack (mainly because we have dedicated support channels for customers). If we provided a Discord, would that be more appealing to join?
Re: Launch HN: Nullstone (YC W22) – An easier way to deploy and manage cloud apps
#57Earlier quoted context omitted.
Kubernetes is kind of the intellectually honest, logical end point of this stuff.
That's like saying hammers are a logical end point of trying to get carpentry work done. Kubernetes is an incredibly useful tool, but it needs at least one layer of abstraction (possibly multiple) on top of it to make it useful for the typical company that isn't doing anything out of the ordinary.
Re: Launch HN: Nullstone (YC W22) – An easier way to deploy and manage cloud apps
#58Is there ever going to be another Dropbox? B2C for developers is really something. Some junior in some huge org, is he going to put his AWS security credentials into a box and expense the $100 a month? Maybe. It seems really against trend. You're making something for ultra-junior developers who are going to be asking ChatGPT (or whatever soon-to-be vendor LLM) for a solution, which can't interact with UIs. And how is…
Re: Launch HN: Nullstone (YC W22) – An easier way to deploy and manage cloud apps
#59Re: Launch HN: Nullstone (YC W22) – An easier way to deploy and manage cloud apps
#60Earlier quoted context omitted.
Thanks for the feedback! I do think that AI is going to have a massive impact on development including cloud infrastructure; however, we rarely see junior developers setting up cloud infrastructure because it is dangerous. Our motivation is to make the cloud easier for all skill levels. In many organizations, this usually requires platform engineers or lead engineers that determine what works best with their technica…
> we rarely see junior developers setting up cloud infrastructure because it is dangerous. So whom is this for? Doesn’t this set up cloud infrastructure? Dangerous how exactly? It’s not a tautology. Someone who can’t handle like, using AWS directly, is a junior developer. Another perspective is the founderese is not very reassuring.