1 00:00:06,620 --> 00:00:08,350 - [Instructor] There have been multiple technologies 2 00:00:08,350 --> 00:00:11,280 and solutions to manage, deploy, 3 00:00:11,280 --> 00:00:14,590 and orchestrate containers in the industry. 4 00:00:14,590 --> 00:00:16,360 These are the most popular. 5 00:00:16,360 --> 00:00:17,720 First, you have Kubernetes 6 00:00:17,720 --> 00:00:20,260 and that's by far one of the most popular 7 00:00:20,260 --> 00:00:22,940 containers orchestrations and management frameworks, 8 00:00:22,940 --> 00:00:25,500 and it was originally developed by Google. 9 00:00:25,500 --> 00:00:28,370 Here I'm actually showing the link where you can actually 10 00:00:28,370 --> 00:00:31,700 download Kubernetes and access the documentation. 11 00:00:31,700 --> 00:00:33,700 And I also have several resources 12 00:00:33,700 --> 00:00:37,835 in my GitHub repository that includes the exercises 13 00:00:37,835 --> 00:00:42,470 and interactive ways that you can actually learn Kubernetes. 14 00:00:42,470 --> 00:00:45,320 It goes a little bit beyond the scope of the exam 15 00:00:45,320 --> 00:00:46,180 and that's the reason 16 00:00:46,180 --> 00:00:49,820 that I'm including them as for your reference. 17 00:00:49,820 --> 00:00:52,550 You also have another container management 18 00:00:52,550 --> 00:00:54,500 orchestration platform that was developed 19 00:00:54,500 --> 00:00:56,990 by a HashiCorp called Nomad. 20 00:00:56,990 --> 00:00:59,530 And here I'm actually showing the link where 21 00:00:59,530 --> 00:01:01,950 you can actually download and obtain additional information 22 00:01:01,950 --> 00:01:05,360 about Nomad or the Nomad project. 23 00:01:05,360 --> 00:01:08,720 Now, Apache Mesos is also another distributed 24 00:01:08,720 --> 00:01:11,930 Linux kernel that provides native support 25 00:01:11,930 --> 00:01:15,040 for launching containers with Docker 26 00:01:15,040 --> 00:01:17,320 and also App C images. 27 00:01:17,320 --> 00:01:19,610 You can download Apache Mesos 28 00:01:19,610 --> 00:01:24,023 and access the documentation mesos.apache.org. 29 00:01:24,970 --> 00:01:26,890 And then you also have Docker Swarm 30 00:01:26,890 --> 00:01:28,440 which is actually a container 31 00:01:28,440 --> 00:01:30,920 cluster management and orchestration system 32 00:01:30,920 --> 00:01:34,253 that's integrated within the Docker engine itself.