Twitter users are up in arms because of the decision to retire production systems with a 2 months notice - https://twitter.com/thomashermine/status/976398123215065088 https://twitter.com/garethdiz/status/976188140670017536 https://twitter.com/LenioLabsLLC/status/976201790482915328
> Twitter users People . People are up in arms. Anyway, yeah, that's insane. Even Google, who constantly shuts stuff down, usually does so with way more heads up. For comparison, Google Reader, a completely free service, shut down with 3.5 months advance notice. Google Wave got almost 6 months notice.
Cluster and app management services in Docker Cloud are shutting down on May 21
121–130 of 155 posts
Re: Cluster and app management services in Docker Cloud are shutting down on May 21
#122Earlier quoted context omitted.
I had to make a decision for an orchestration tool a few weeks ago and I went with K8s. One of the main reasons was that even Docker advertises it on its website and with Docker for Mac. I expect Swarm support to be canceled in a not so distant future and I cannot rely on a tool with an unclear future. Which is a pity because I really liked Swarm for its simplicity. Side note: I am also concerned about Docker in gene…
I’m concerned as well. We use Docker and Docker Compose heavily for our development and both on Docker for Windows and Docker for Mac developers have to restart their daemon several times a day. The binaries aren’t open so it’s tough to see and fix the issue; but because we aren’t Docker Enterprise Engine customers, there is no path to support. It would be helpful if there were a way to pay for Docker and receive sup…
Re: Cluster and app management services in Docker Cloud are shutting down on May 21
#123Re: Cluster and app management services in Docker Cloud are shutting down on May 21
#124Earlier quoted context omitted.
> Google Reader It still hurts.
Since I missed on missing it, was there any particular feature that's not in other rss readers? I have only user rss via gwene over nntp, if that went away, i'd miss it bunches.
Re: Cluster and app management services in Docker Cloud are shutting down on May 21
#125Earlier quoted context omitted.
I've noticed the same trend, and as a fan of Docker Swarm, along with this news, I'm not happy about it. Compared to Kubernetes, Swarm is a breeze to setup, deploy and manage. The manifest files are the same Docker Compose files we're used to, just expanded to cover the new stack concepts. It has support for remote storage mounting, advanced networking configuration, various interesting volume and network plugins[0],…
Do you know if there are any good tools for migrating your manifest/compose yaml files to k8s, especially using more recent features such as configs and secrets?
Re: Cluster and app management services in Docker Cloud are shutting down on May 21
#126Earlier quoted context omitted.
minikube is a specific version/distro/packaging of kubernetes meant for testing on local laptop. Docker Swarm runs exactly the same way with exactly the same components and with the same ease on laptop as well as the cloud. TL;DR - you cant run minikube in production.
Creating a k8s cluster on GKE is just as easy (a single gcloud command, or use the GUI if that is your preference). With hosted Kubernetes as a service (GKE, AKS and soon EKS), there is little reason to roll your own cluster.
Re: Cluster and app management services in Docker Cloud are shutting down on May 21
#127Earlier quoted context omitted.
minikube is a specific version/distro/packaging of kubernetes meant for testing on local laptop. Docker Swarm runs exactly the same way with exactly the same components and with the same ease on laptop as well as the cloud. TL;DR - you cant run minikube in production.
It's just Kubernetes in a VM, like Docker on Mac is just docker in a VM. You can run Kubernetes on your Linux device machine as-is.
Re: Cluster and app management services in Docker Cloud are shutting down on May 21
#128I think Microsoft still employs thousands of great engineers and have been early embracers of containerization among the large companies out there and because Satya was a large part of growing Azure into what it is (IMHO a pretty solid set of services) it could make a lot of sense
Re: Cluster and app management services in Docker Cloud are shutting down on May 21
#129As I read through this all it feels sort of weird even typing it but I kind of hope Amazon or Microsoft buys Docker rather than Oracle, Google or IBM. I think Microsoft still employs thousands of great engineers and have been early embracers of containerization among the large companies out there and because Satya was a large part of growing Azure into what it is (IMHO a pretty solid set of services) it could make a…
Re: Cluster and app management services in Docker Cloud are shutting down on May 21
#130Earlier quoted context omitted.
$ brew cask install minikube $ minikube start
minikube is a specific version/distro/packaging of kubernetes meant for testing on local laptop. Docker Swarm runs exactly the same way with exactly the same components and with the same ease on laptop as well as the cloud. TL;DR - you cant run minikube in production.