Live data from Hacker News

Docker for Mac with Kubernetes

docs.docker.com

1–10 of 169 posts

Re: Docker for Mac with Kubernetes

#2
Wow! Did Docker give up swarm? I thought there was a time when Docker didn't like the existence of k8s all that much.

Anyways, I envision this being very useful for development, may even replace my docker-compose based test setup.

Re: Docker for Mac with Kubernetes

#5
post #2

Wow! Did Docker give up swarm? I thought there was a time when Docker didn't like the existence of k8s all that much. Anyways, I envision this being very useful for development, may even replace my docker-compose based test setup.

Docker was in other news yesterday, though it got flagged: https://news.ycombinator.com/item?id=16074264

Re: Docker for Mac with Kubernetes

#6
post #2

Wow! Did Docker give up swarm? I thought there was a time when Docker didn't like the existence of k8s all that much. Anyways, I envision this being very useful for development, may even replace my docker-compose based test setup.

Officially, both Swarm and Kubernetes are valued features of Docker.

Swarm was always much simpler to get started with, so some people will prefer it. But it's clear to me which one won.

Re: Docker for Mac with Kubernetes

#7
post #2

Wow! Did Docker give up swarm? I thought there was a time when Docker didn't like the existence of k8s all that much. Anyways, I envision this being very useful for development, may even replace my docker-compose based test setup.

Your docker compose yml is trivially reusable for Swarm. We run it in production and is spectacular .

The complexity overhead of kubernetes may be premature when you don't have massive requirements

Post reply on HN