TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Who uses Kubernetes in production?

26 pointsby the_gigiabout 9 years ago
Kubernetes is making amazing progress. A lot of people are involved and even more people are watching closely. But, who actually walks the walk and runs production software in Kubernetes cluster?

10 comments

leetbulbabout 9 years ago
I do! The hardware layer consists of physical machines running XenServer. Networking layer is 1Gbit WAN interfaces and 10Gbit LAN interfaces on &quot;virtual switches&quot; all wired together with pfSense. Gitlab-CI takes care of deploying just about all of the fabric on top of that including the images and app &#x2F; system components &#x2F; resources. Ingress is currently being overhauled, but right now it&#x27;s essentially exposed HAProxy (pfSense) on top of dedicated, HA ingress VM&#x27;s. Oh and it&#x27;s all CoreOS. We&#x27;re running three sites on it each with dev environments. Maybe a couple random API&#x27;s, too. I haven&#x27;t looked through all of the namespaces in a bit.<p>Edit: Gitlab-CI runners run on kubernetes as well using the dind images. Ingress nodes will soon be given public IP&#x27;s. Public IP&#x27;s are currently on CARP failover. After the gitlab-ci-multi-runner 1.1.1 release (allowing shared artifacts) and Kubernetes Deployment resources (providing a way easier deployment workflow and orchestration of pods), CI&#x2F;CD is a breeze. We have dedicated nodes for MySQL (PXC) and ZooKeeper because these don&#x27;t play well in the Kubernetes network environment - don&#x27;t ask me to look at the examples ;) Currently running with Flannel for the overlay, but we&#x27;re evaluating Calico and waiting on new Docker features to pull the trigger on something else... Multicast, isolated namespaces, VLAN&#x27;s would be awesome :)<p>Edit2: I don&#x27;t know why I keep saying &quot;we&quot; ... I&#x27;ve built and run this thing solo on top of programming... Not enough hours in a day...
评论 #11444669 未加载
AkihiroSudaabout 9 years ago
Kubernetes in Production in The New York Times newsroom <a href="https:&#x2F;&#x2F;kubeconeurope2016.sched.org&#x2F;event&#x2F;67f2&#x2F;kubernetes-in-production-in-the-new-york-times-newsroom" rel="nofollow">https:&#x2F;&#x2F;kubeconeurope2016.sched.org&#x2F;event&#x2F;67f2&#x2F;kubernetes-in...</a>
chewsabout 9 years ago
500 node clusters EVERY darn day. Glad they removed the 500 node the limit since kube 1.2 to allow clusters of larger size. We run primarily on google compute but we also run smaller clusters on Amazon.
techthumbabout 9 years ago
SoundCloud are moving to Kubernetes too: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5378N5iLb2Q" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5378N5iLb2Q</a>
hijinksabout 9 years ago
We are running it in production<p>AWS with kubernetes 1.2.1 and calico as the overlay network. We have all our web apps in kubernetes and working on our background job apps next.
TheIronYuppieabout 9 years ago
We have tons of folks - any particular verticals I can highlight?<p>Disclosure: I work at Google on Kubernetes.
评论 #11485775 未加载
nethierabout 9 years ago
We&#x27;re running many small (10s of nodes) clusters on metal with coreos. Networking is some in house stuff we&#x27;ve purpose built so we can get public ips on the pod.<p>Internal adoption seems to be going well so hopefully this grows.
评论 #11444611 未加载
cweagansabout 9 years ago
We use it at NBCUniversal for some internal things. Nothing public-facing, though. Not yet, anyway.
yuvipandaabout 9 years ago
We run it at Wikimedia for our Tool Labs setup, and are migrating more things to it over time.
trungonnewsabout 9 years ago
Who&#x27;s using google cloud container service?