TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

GitLab Serverless

233 点作者 sriram_iyengar超过 6 年前

16 条评论

PurpleRamen超过 6 年前
Can someone explain me what that hype about serverless is? As I understand it, serverless is just good old webhosting, but in the cloud. With webhosting I mean providers offering a LAMP-environment and customer just upload their code and don't manage anything else. Is this correct? Then how is serverless different to this?
评论 #18662843 未加载
评论 #18662445 未加载
评论 #18662879 未加载
评论 #18662465 未加载
评论 #18663784 未加载
评论 #18676427 未加载
评论 #18674118 未加载
评论 #18662448 未加载
评论 #18662889 未加载
评论 #18666702 未加载
评论 #18662662 未加载
评论 #18668922 未加载
hardwaresofton超过 6 年前
I&#x27;m a huge Gitlab fan but this seems a little parallel to their core service if not orthogonal... I&#x27;ve been pretty pleased with the feature progress of Gitlab overall though, for example support for merge request-only CI steps just landed[0]<p>I see this as a play to start leveraging all the machines they have hanging around for running jobs and gitlab instances, and I&#x27;m not against it as long as the Gitlab itself doesn&#x27;t suffer. Are they planning to pivot to becoming a cloud provider like digital ocean? It feels like if they can manage orchestrating serverless functions they can manage orchestrating containers or VMs...<p>[0]: <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;gitlab&#x2F;comments&#x2F;a54mc3&#x2F;support_for_mergerequest_only_ci_builds_has_landed&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;gitlab&#x2F;comments&#x2F;a54mc3&#x2F;support_for_...</a>
评论 #18662801 未加载
评论 #18662370 未加载
评论 #18662290 未加载
评论 #18664294 未加载
评论 #18668707 未加载
willhallonline超过 6 年前
Serverless has been on the roadmap for a little while: <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;groups&#x2F;gitlab-org&#x2F;-&#x2F;epics&#x2F;155" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;groups&#x2F;gitlab-org&#x2F;-&#x2F;epics&#x2F;155</a> - I saw a demo of using OpenFaaS (<a href="https:&#x2F;&#x2F;www.openfaas.com" rel="nofollow">https:&#x2F;&#x2F;www.openfaas.com</a>) as a serverless endpoint for GitLab around 3 months ago. I think that the effort here is to control software, the deployment to Kubernetes is just an additional thing that is tied to the overall software development life cycle. I don&#x27;t think that GitLab is looking at running against AWS as a cloud provider, but more at being a control plane for managing software. And for that, for me, it is far ahead of the competition.
wink超过 6 年前
I&#x27;ve read the announcement now twice but I can&#x27;t make out what this is actually good for.<p>I know what they mean with serverless, so that&#x27;s not it.<p>- is this tied to CI in any way so stuff can get tested via knative?<p>- is this CI for functions to be deployed (via OpenFaaS or Lambda)?<p>- is this just a frontend for serverless backends?<p>I&#x27;m totally lost, I use GitLab as a hosted amount of git repos, with inclusion of CI runners, so maybe that&#x27;s the wrong angle of approach? Which _problem_ does it solve? Is it to make using serverless easier? If I wanted to use &#x27;functions&#x27; would I first have to install GitLab? Why would I use a code hosting platform for that?
评论 #18671207 未加载
Aeolun超过 6 年前
I would appreciate it if they first focused on getting their Kubernetes integration working with anything other than Google cloud. Or maybe add support for RBAC, or a variety of other things that make some of these amazing features like auto devops workable for the common man without having to spend weeks setting it up.<p>If I try to install gitlab on Kubernetes I have no less than 4 ways to do it, and none of them work perfectly.
评论 #18665871 未加载
评论 #18664749 未加载
gtirloni超过 6 年前
This seems to be the first product to run actual workloads on instead of out-of-band management?<p>I&#x27;m a bit lost when it comes to GitLab because they are trying to do so much, so I&#x27;m confused if this is a change in strategy or natural next step for them.<p>Edit: Clarifying question.
评论 #18662439 未加载
评论 #18662135 未加载
latchkey超过 6 年前
Where does Google AppEngine sit in the &#x27;serverless&#x27; realm? That one started in 2008 and to me defines the concept of serverless. Auto scaling, support for executing multiple languages, hosted database backend (datastore), infinitely scalable transactional task queue, logging, etc...
jjm超过 6 年前
For sometime now GitLab could be made aware of Kubernetes deployments. That is you added the integration of through your build. This allowed you to see your build through to the “deploy” phase.<p>All this new Serverless functionality does is now provide a window to see the Serverless workload rather than just your traditional pods.<p>All brought to you by knative.
bryanlarsen超过 6 年前
Correct me if I&#x27;m wrong, but this is very different from Jenkins-X serverless.<p>Jenkins-X serverless: Jenkins only runs when it has work to do and shuts down while idle.<p>Gitlab serverless: tooling to support FaaS creation<p>Serverless is such a silly word to begin with, now it&#x27;s even more confusing.
评论 #18664503 未加载
buf超过 6 年前
Is the only difference between Heroku and Serverless is that I pay for Heroku while the app is idle and that I have great debugging tools on heroku?<p>Please help me understand why I would choose Serverless over heroku
评论 #18665369 未加载
评论 #18665378 未加载
jonplackett超过 6 年前
Is this addressing any of the cold start problems?<p>One of the things that attracts me to Serverless is not paying anything (or vey little) until a project is properly off the ground.<p>But with things like Heroku there’s a ridiculous delay to start up if here hasn’t been a request for a while.<p>Does Serverless &#x2F; this implementation of Serverless address that at all?
评论 #18663701 未加载
评论 #18663309 未加载
michaelmior超过 6 年前
&gt; to zero and backup<p>I assume this should be &quot;back up.&quot; Otherwise I&#x27;m missing what this has to do with backups.
评论 #18664123 未加载
评论 #18664201 未加载
manigandham超过 6 年前
If you&#x27;re already deploying stuff on Kubernetes then why this over just packaging up the code into a container and running that? It&#x27;s also probably using more resources to run the Knative stuff which would offset any scale-to-zero savings.<p>Is there really a big demand for this?
amelius超过 6 年前
I didn&#x27;t read the article but something tells me that &quot;serverless&quot; involves a server of some kind ...
评论 #18662457 未加载
评论 #18669613 未加载
mr_toad超过 6 年前
Article does a very good job of burying the lede.<p>tl;dr; GitLab have have a FaaS offering in alpha.
jondubois超过 6 年前
Serverless functions are a terrible idea. Way too restrictive and proprietary. Kubernetes is the future. Amazon throwing money behind the Serverless trend is only delaying the inevitable universal success of a standardized, open source container orchestration platform.
评论 #18662211 未加载
评论 #18662199 未加载
评论 #18662195 未加载