Five-Minute Screencasts to Learn Kubernetes

102

Containers are disrupting the way we develop applications and the way we manage them in our datacenter. Docker provides a great user experience for developers, who can develop, package, ship, and run applications easily. However creating a truly distributed application made of several dozens, hundreds, or more containers is a challenge. While Docker Swarm allows you to create a cluster of Docker hosts and start distributed applications, Kubernetes is an alternative solution worth a look.

Learning all these new technologies takes a lot of time. To try to ease your pain, I created a set of short screencasts to introduce Kubernetes. Watching a five-minute video should save you a lot of time.

Read more at DZone