From the course: Docker for Developers
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Overview of Kubernetes - Docker Tutorial
From the course: Docker for Developers
Overview of Kubernetes
- [Instructor] The next tool I'd like to explore that you'll often hear about is Kubernetes. Kubernetes is the standard in the industry and it was built by Google and is open sourced. Also at this time, it is much more extensible than Swarms. It offers similar tools, such as clustering, scaling, scheduling, and deployment. Kubernetes also uses the same concept of nodes for ending multiple containers, but the size of your network can build in thousands of nodes if you need with Kubernetes. In the end, you select a tool that you prefer after you've had some experience with one or both. If you prefer to use a tool that is tightly integrated with Docker, go with Swarms. If you prefer to use an industry standard and more customizable tool, go with Kubernetes. As mentioned previously, there are multiple ways to get started with Kubernetes and learn all about it, such as courses in our library.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.