Live data from Hacker News

How Kubernetes works under the hood with Docker Desktop

docker.com

11–13 of 13 posts

Re: How Kubernetes works under the hood with Docker Desktop

#11
post #7

Earlier quoted context omitted.

If you're going to deploy to a cloud service you are likely going to use the Kubernetes service provided by the cloud. EKS, AKS, GKE, etc. You don't need to slog through anything with those. Most people aren't going to be Kubernetes operators and will use the tools that are easy for them so they can focus on what they are doing (which isn't about operating a cluster). Time is finite and most people don't have the job…

Well, yeah, but how do you move from Docker Desktop kubernetes to something like AKS? Some time back, one of the things stopping me from migrating off Visual Studio was that I had been relying on the integrated tools to help with deployment of my small system. I came to the sudden realisation that I had no idea exactly what to do to deploy something like a lambda function or a container into ECS, because it was being…

> Long term, the hand-holding is counter productive for most developers.

Most developers will never set up a Kubernetes cluster from scratch, and they don't need to know how to do it, and outside of very small companies they probably won't even be allowed to do it. At most they will write a Helm chart or something similar, in order to install their software in a Kubernetes cluster that is maintained by SRE or a cloud provider.

Re: How Kubernetes works under the hood with Docker Desktop

#13
post #3

Earlier quoted context omitted.

Windows docker allows you to run windows in a docker container. Docker desktop is just the windows interface and GUI for docker. Docker in a VM is usually a stop gap for windows systems that can't run Linux in hyper-v. Docker in WSL simply runs the docker containers in WSL rather than in hyper-v or a VM.

Docker in WSL does run a hyper-v VM.

I don't believe that is the case. Docker in hyper-v is deprecated and I'm running docker in WSL right now and nothing is showing as running in the hyper-v console.
Post reply on HN