|
|
|
Ask HN: What's your container story?
|
|
9 points
by shrineOfLies
3486 days ago
|
|
I'm doing my research project on containers, their usefulness and pain points. I greatly appreciate anyone who wishes to share their container story with me :)
1. Do you use or wish to you containers in your company? If so, How many containers do you run in production? 2. What kinds of jobs are running on your container deployment (analytics?, batch processing, CI/CD)? 3. How big is your company(employees, revenue, users)? and what field is it in (mobile, AI)? 4. Do you use any orchestrators/special tools (kubernetes/docker swarm)? 5. What is the biggest challenge in using containers for you? |
|
1) We use containers all over our process. From local development to production. In production we run in AWS ECS Service clusters with 9 containers per cluster. These are mostly rails servers and nginx reverse proxy's.
2) We run rails servers, nginx reverse proxy's, CI/CD uses containers, we have jobs for data processing that use containers. Probably other things too.
3) Things :D
4) Yes and no. We don't use orchestration tools but we do have orchestration using customer rake tests and deep integration with our CI/CD environment.
5) It's hard to hug a container... that's the biggest challenge.