When comparing zwischenzugs Blog vs Kubernetes Documentation, the Slant community recommends zwischenzugs Blog for most people. In the question“What are the best resources to learn about Docker deployment?” zwischenzugs Blog is ranked 4th while Kubernetes Documentation is ranked 10th. The most important reason people chose zwischenzugs Blog is:
The author of the blog, Ian Miell, has contributed to Docker and has extensive experience building/maintaining Docker-based infrastructure. Currently he is writing a [book on Docker](https://www.manning.com/books/docker-in-practice?a_bid=e0d48f62&a_aid=zwischenzugs).
Ranked in these QuestionsQuestion Ranking
Pros
Pro Written by well known Docker developer
The author of the blog, Ian Miell, has contributed to Docker and has extensive experience building/maintaining Docker-based infrastructure.
Currently he is writing a book on Docker.
Pro Updated fairly often
The author updates the blog a couple of times a month with new tutorials.
Pro Very in-depth documentation
The Kubernetes documentation is very detailed and well organized.
Explanations are easy to understand/follow.
Pro Supports high availability deployment on a cluster
Allows zero downtime deployment of new releases on a cluster of machines. So your service can scale, resist even if there is a hardware failure, recover from them, etc.
Cons
Con Difficult for beginners to follow
The blog doesn't follow a progression. It jumps between topics, many of which might be confusing for someone new to Docker.
Con Not specifically a Docker learning resource
While learning about Kubernetes will give you a better understanding of Docker, it's not specifically a learning resource.
This is a better route for someone who already has some Docker experience.
Con Harder to set up
Kubernetes configuration and set up requires some more work than just Docker. Using cloud solutions (like Google Container Engine) simplify this, but it's still a bit harder to learn than let's say docker-compose
.