1 00:00:02,520 --> 00:00:05,040 ‫This section is about management techniques. 2 00:00:05,520 --> 00:00:07,700 ‫The cool thing about Kubernetes is it comes unopinionated. 3 00:00:09,030 --> 00:00:11,970 ‫That means you can adopt it to whatever your workflow is, 4 00:00:12,240 --> 00:00:15,720 ‫and you don't necessarily have to adopt a new workflow 5 00:00:15,930 --> 00:00:17,160 ‫just to make this tool work. 6 00:00:17,490 --> 00:00:19,049 ‫That was a little different than Swarm. Swarm was 7 00:00:19,050 --> 00:00:22,109 ‫definitely more opinionated in how the workflow 8 00:00:22,110 --> 00:00:23,399 ‫and the features are going to be used. 9 00:00:23,730 --> 00:00:26,699 ‫In Kubernetes, it comes with a whole slew of 10 00:00:26,730 --> 00:00:29,340 ‫options for how you might create and deploy containers. 11 00:00:29,970 --> 00:00:32,999 ‫The thing there is, though, how are you supposed to 12 00:00:33,000 --> 00:00:35,399 ‫use it? What's the best way that I would recommend to use 13 00:00:35,400 --> 00:00:37,680 ‫it? That's what we talk about here is the different 14 00:00:37,890 --> 00:00:40,790 ‫techniques and ways that you can use the tools in 15 00:00:41,070 --> 00:00:44,369 ‫Kubernetes. And, which you might use in learning 16 00:00:44,370 --> 00:00:47,579 ‫it, and then also how you might do it differently when 17 00:00:47,580 --> 00:00:48,509 ‫using it on servers.