|
|
|
|
|
by ransom1538
1180 days ago
|
|
"Can sb please give some insight on why kubernetes took off instead and why Dock Inc. failed with its cloud product?" IMHO, Google did something smart/evil here. Google did not use the docker-compose style yaml files for k8s configurations. This turned into a big deal. If you have a docker-compose file and want to run it in k8s - you cannot. So you need to make a decision: go with docker-compose yamls which has no place to be hosted except swarm OR go with k8s yaml style and be able to run it on aws,gcp, etc. |
|