Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Are people still moving to Docker or is Kubernetes where things are going?


Personally I don't really differentiate to much between the two. Customers often don't know the difference, and assume that Docker will magically scale when needed. And if you have a Kubernetes installation available, why not just run all your Docker images there.

Unless you're just using Docker for the encapsulation you'll need something like Kubernetes pretty quickly.


Personally I don't really differentiate to much between the two.

I differentiate between is so much that as the app developer, Docker is my concern, Kubernetes is the concern of Infra/DevOps.


That's actually a pretty good way of looking at it. As an ops guy I don't really care that much about what the developers put into their containers, or at least I can shift a large part of my work with maintenance and patch management to the developers.


In general, you run a Docker container on Kubernetes. Most people do not do Kubernetes without Docker.


Can you do kubernetes without docker? Does it support other container engines?


Several others. containerd (spawned by Docker), CRI-O, something called frakti (https://kubernetes.io/docs/setup/cri/)


Somewhat off-topic.. I really wish the Kubernetes setup guides would also have a paragraph about why you would choose each option, rather than just listing how to install them.


The CNI guide[0] is especially awful here. It contains 9 (!) different options, some of which are combinations of others, with no explanation at all of how they differ. As it turns out, there is a separate page with descriptions[1], but there is no linking between the two pages, and it's in a completely different section.

[0]: https://kubernetes.io/docs/setup/independent/create-cluster-...

[1]: https://kubernetes.io/docs/concepts/cluster-administration/n...


There's an "Edit this Page" button at the bottom of each of those documentation pages. We appreciate pull requests with improvements!


I don’t disagree but that’s somewhat out of scope for Kubernetes I’d argue. The benefits or costs are varied and not simply explained. It’s probably best to just differ the docs for each runtime and have them explain it instead.


yeah getting into devops stuff from the outside is still very challenging. the official docs are always very working professional oriented


People are moving to Docker and Kubernetes




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: