People do not use Heroku because it takes 5 minutes to spin up a box. They use it because it's super easy. Click a button, bam deployed. Want to add a database, click what database you want, bam you got a database, environment variables set and a GUI (depending on what you pick). Want to scale up? Click a button, you're now scaled up. Want a entire review system with staging links and everything? Setup the review pro…
"there is no CLI involved" Well that's annoying, seeing as I've just done everything else on the CLI
We are far from a better Heroku for production apps in a hyper cloud
61–70 of 275 posts
Re: We are far from a better Heroku for production apps in a hyper cloud
#62Earlier quoted context omitted.
I agree Heroku has the perfect dev environment, not much to improve there. We’re trying to make the perfect production environment. Most people end up hosting at a hyper cloud (edit: like AWS). We’re trying to make the app on a hyper cloud in production as easy as Heroku is in development. We’re still building that, it is t done by any means. And the article doesn’t do a good job of showing what we are trying to make…
It would be helpful if the post was a bit clearer on that. FWIW, I've used Heroku as a production environment at multiple jobs. It works great there as well. The primary issue in my experience is cost. If you need to serve a lot of traffic, Heroku gets very expensive very fast. But it's still easy to use. That cost can be offset by the fact that you may not need to hire a dedicated devops engineer right away, and you…
I agree a simple production app can be great on Heroku. However besides being costly it is also hard when you want a managed service that isn’t on the platform. There are other reasons, https://gitlab.com/gitlab-org/5-minute-production-app/deploy... lists 9 in total.
While a production app on Heroku isn’t hard it isn’t trivial either. We’re trying to make the 5 minute production app faster to set up than Heroku for production apps by automatically configuring a bunch of services. We’re not there yet but that is the goal.
Re: We are far from a better Heroku for production apps in a hyper cloud
#63Also something that makes it easier to handle the dev/prod lifecycle. I'm sure it's all very easy once you have all your devops stuff down, but the setup is still somewhat convoluted and drowning in too much YAML.
Re: We are far from a better Heroku for production apps in a hyper cloud
#64Earlier quoted context omitted.
I found the article confusing. It was difficult to understand what they're actually doing (I'm still unclear on that, actually).
The documentation might help you to better understand what we're building: https://gitlab.com/gitlab-org/5-minute-production-app/deploy...
Re: We are far from a better Heroku for production apps in a hyper cloud
#65This was very cringey. A super contrived demo and bashing Heroku through a Twitter reference. Reads like someone is drunk/high and wanted to shitpost about a competitor. I would be appalled by this if I were GitLab's PR department!
> This blog post is Unfiltered
with a link to the "legal disclaimer":
> DISCLAIMER: This blog is intended for user-generated content submitted by the GitLab team. The views and opinions represented in this blog are personal to the author of each respective blog post and do not represent the views or opinions of GitLab unless explicitly stated. All content provided on this blog is for informational purposes only. Neither GitLab nor any of the individual blog contributors ("Contributors") make any representations as to the accuracy or completeness of any information on this site. Neither GitLab nor any Contributors will be liable for any errors or omissions in this information or any losses, injuries, or damages from the display or use of this information. Comments are welcome, and in fact, encouraged. However, GitLab reserves the right to edit or delete any comments submitted to this blog without notice should GitLab determine them to i) be spam or questionable spam; ii) include profanity; iii) include language or concepts that could be deemed offensive, hate speech, credible threats, or direct attacks on an individual or group; or iv) are in any other way a violation of GitLab's Website Terms of Use. GitLab is not responsible for the content in comments. This policy is subject to change at any time.
Re: We are far from a better Heroku for production apps in a hyper cloud
#66Earlier quoted context omitted.
"there is no CLI involved" Well that's annoying, seeing as I've just done everything else on the CLI
You can do the majority of Heroku interactions on the CLI if you prefer.
The quote was from the blog. Making it seem like doing things off the CLI was a plus point
Right now I have a git alias that does everything, including pushing to my heroku master, in one command. Why would I want to go off the CLI?
Re: We are far from a better Heroku for production apps in a hyper cloud
#67> Apparently Heroku is not Open Source.
...Neither is AWS. And?
Gitlab is better than this.
Re: We are far from a better Heroku for production apps in a hyper cloud
#68Re: We are far from a better Heroku for production apps in a hyper cloud
#69Re: We are far from a better Heroku for production apps in a hyper cloud
#70Earlier quoted context omitted.
I found the article confusing. It was difficult to understand what they're actually doing (I'm still unclear on that, actually).
The documentation might help you to better understand what we're building: https://gitlab.com/gitlab-org/5-minute-production-app/deploy...