Docker's Second Death
31–40 of 286 posts
Re: Docker's Second Death
#32I feel like I'm missing some key insight here. To me, the tl;dr of this post is: Kubernetes removed the need for Docker just to run container images in a k8s cluster, ergo, Docker is dead. But Kubernetes is super complicated . The author seems to assume that everybody wants to run everything in Kubernetes, but if I want to run some backend on some server (or maybe on a few servers), then it feels like extreme overkil…
But Kubernetes is super complicated. It can be, but running minikube or k3s on your laptop is trivial, and what you do with them transfers very easily to real Kubernetes.
Re: Docker's Second Death
#33Re: Docker's Second Death
#34Earlier quoted context omitted.
But Kubernetes is super complicated. It can be, but running minikube or k3s on your laptop is trivial, and what you do with them transfers very easily to real Kubernetes.
I remember trying to set up k3s a few months ago and encountered a hard error that gave zero results when googling. I don't remember the error anymore. Was not impressed though and would not call it trivial to set up.
Re: Docker's Second Death
#35Earlier quoted context omitted.
But Kubernetes is super complicated. It can be, but running minikube or k3s on your laptop is trivial, and what you do with them transfers very easily to real Kubernetes.
Will that allow me to ship software to servers (not enormous clusters, I mean like a couple of VMs somewhere) without having to first become a Kubernetes expert? I mean, that was one of the key Docker promises, and they delivered to quite an extent.
Re: Docker's Second Death
#36Kubernetes is and will be a solution to a problem most organizations don't have.
Re: Docker's Second Death
#37So, what's the better business model for a low-level piece of infrastructure like Docker?
Docker, Inc. has the opportunity to be the NPM, Inc. for container images. How much did NPM sell to GitHub for? Less concretely, is there a business model for a low-level piece of infrastructure like Docker? Is there a business model for ncurses or readline or df or ls? "Real world" infrastructure is typically high capex, low margin. How many VC-funded startups build bridges or tunnels? SpaceX is pivoting to Starlink…
Re: Docker's Second Death
#38I enjoyed the following: > Though it [Docker] does live on strongly within CI/CD ecosystems and, ostensibly, the inner loop of development thanks to the de facto standard Dockerfile. Docker will still live on for both Windows and Mac developers. As a platform for running production code it might be dead or dying, but as an ecosystem and a development tool it will continue to live and probably thrive. Docker is still…
The number of Docker Desktop installations and the popularity of local Kubernetes tools (think KinD, k3d) show that "Docker got boring" which is an aspiration for infrastructure tooling.
Re: Docker's Second Death
#39So, what's the better business model for a low-level piece of infrastructure like Docker?
Docker, Inc. has the opportunity to be the NPM, Inc. for container images. How much did NPM sell to GitHub for? Less concretely, is there a business model for a low-level piece of infrastructure like Docker? Is there a business model for ncurses or readline or df or ls? "Real world" infrastructure is typically high capex, low margin. How many VC-funded startups build bridges or tunnels? SpaceX is pivoting to Starlink…
But I agree that in general, “real world” infrastructure is low margin, I think that’s because it’s completely undifferentiated and has become a commodity
Re: Docker's Second Death
#40So what should we use for a local "kubernetes" stand in on mac os?