Live data from Hacker News

Ask HN: Who is using Docker/rkt containers in production?

news.ycombinator.com

11–15 of 15 posts

Re: Ask HN: Who is using Docker/rkt containers in production?

#11

We're running significant loads on Azure with Mesos+Docker (Azure Container Service). Mesosphere's stack removed the Docker runtime and only uses Docker for image packaging. Stable and in production for over 8 months now.

+1 for Mesos/Azure. We mainly run big data workloads.

Disclaimer: I deploy dc/os for customers on prem alongside our paid product.

Re: Ask HN: Who is using Docker/rkt containers in production?

#12
post #4
post #2

I work for an extremely large - £Billions - retail grocery operation in the U.K. We use Docker containers in production, not right across the business, but in many important and up-and-coming areas. What did you want to know?

I was really looking to take an informal poll to see how common containerization is in production, but now that you've asked, I guess my questions revolve around the technology stack: Are you using kubernetes for orchestration? Is there automation managing the orchestration configurations like Puppet, Chef, Ansible, Saltstack? Can I assume this is being carried out through virtualization, if so, what kind of hypervis…

Yes on Kubernetes - it's not a platform in and of itself, but an excellent place to found a platform. Automation everywhere. Chef and Ansible, but not on the same project. It's all AWS-based. We do use ECS on occasion but it's not great. As others have said, the main issues are developing the entire CI/CD pipeline.

Re: Ask HN: Who is using Docker/rkt containers in production?

#15
I work for a well known software company on a SaaS product. We've been using Docker in production for around 2 and a half years, and started integrating with docker in earnest close to 3 years ago. We were mostly drawn to the ease of creating resource isolated processes. We run in AWS on our own brain dead "orchestration" system but we are looking to use something purpose built soon.

To give a sense of scale we have over 1000 containers running at any given time and go through ~15k per day since our containers don't live for very long.

I'm not sure what press is mixed but the industry as a whole has certainly embraced containers. I'd be suspect of any press that determines containers are vaporware and not worth the time.

Post reply on HN