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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Agones: Open-source, multiplayer, dedicated game-server hosting on Kubernetes

154 点作者 ckarmann大约 7 年前

6 条评论

minimaxir大约 7 年前
As a fun note, Pokemon Go (from a company spun off from Google) was one of the first major games to use Kubernetes, and the infamous scaling issues during its launch in 2016 helped resolve many bugs: <a href="https:&#x2F;&#x2F;cloudplatform.googleblog.com&#x2F;2016&#x2F;09&#x2F;bringing-Pokemon-GO-to-life-on-Google-Cloud.html" rel="nofollow">https:&#x2F;&#x2F;cloudplatform.googleblog.com&#x2F;2016&#x2F;09&#x2F;bringing-Pokemo...</a><p>Although Pokemon Go has fewer latency concerns than a FPS&#x2F;MMO, which Ubisoft (Rainbow 6 Siege, The Division) excels at.
评论 #16581289 未加载
评论 #16578365 未加载
sbarre大约 7 年前
I feel like it&#x27;s fairly novel (not to say unpredecented?) that one of the top game publishers (Ubisoft) is collaborating with Google on this open-source product.<p>Most game publishers have specialized divisions - Demonware for Activision, EA no doubt has one too - that build closely guarded proprietary multiplayer networking toolkits, as it becomes part of their competitive advantage..<p>Excited to see how this pans out..<p>edit: I hadn&#x27;t heard of AWS GameLift before..
评论 #16580028 未加载
评论 #16579041 未加载
joshumax大约 7 年前
I&#x27;m working on a massive-scale game server deployment engine that utilizes docker for a new startup, and the fact that this is open source is tremendously beneficial to the scalable gameserver community. Currently we&#x27;re deeply integrated in the Google cloud platform and are currently expecting a release within the next few weeks or so, which is one of the reasons this post came as such a surprise to me! We&#x27;re planning on releasing most of our codebase under the Apache and MIT licenses, but doing so has been complex and slow. Hats off to them!
Joe8Bit大约 7 年前
I’d love to understand how this relates to the work that Improbable are doing in supporting massive scale online game environments.<p>Is this an open source competitor? How do they compare?
评论 #16578297 未加载
评论 #16578045 未加载
bojo大约 7 年前
I was working for a Japanese mobile game company back in 2016 and proposed using Kubernetes for my project. They really warmed up once they understood Pokemon Go was doing exactly this (I had no idea beforehand, but was happy to see it support my decision). Sadly the company folded long before my project made it to release.<p>Really cool to see this go open source. I really miss working on stuff like that. Sigh.
评论 #16581790 未加载
mike_n大约 7 年前
is this a way for google to get a lot of data? for example, more info about players, their preferences, etc.<p>Also, maybe they can get a large training set of how human players act&#x2F;spend&#x2F;etc in complex games, which could be a very useful training data set for their own reinforcement learning&#x2F;AI efforts?