1 00:00:00,000 --> 00:00:00,800 [No Audio] 2 00:00:00,800 --> 00:00:03,333 Let's talk about the outline of the course. 3 00:00:03,333 --> 00:00:06,800 We will start off with an introductory section, where we will 4 00:00:06,800 --> 00:00:10,733 cover basics of web applications, containers and Docker. 5 00:00:10,766 --> 00:00:13,624 Then we will take a deeper look into the architecture of 6 00:00:13,624 --> 00:00:16,133 Docker and learn how to write Docker files. 7 00:00:16,300 --> 00:00:18,700 At the end of this session, you will receive your 8 00:00:18,700 --> 00:00:20,700 first cheat sheet of this course. 9 00:00:20,700 --> 00:00:23,633 Then we will understand and work with Docker images and 10 00:00:23,633 --> 00:00:25,900 containers using Docker command line. 11 00:00:25,900 --> 00:00:29,361 After understanding container networking model and how containers 12 00:00:29,361 --> 00:00:32,466 communicate in different situations, we will implement different 13 00:00:32,466 --> 00:00:34,333 Docker Networks and play around them. 14 00:00:34,333 --> 00:00:37,133 Then we will take a look at different storage objects of 15 00:00:37,133 --> 00:00:40,133 Docker and create something using them, which will be both 16 00:00:40,133 --> 00:00:41,766 informative and fun. 17 00:00:41,966 --> 00:00:44,666 Once we are familiar with most of the Docker objects, 18 00:00:44,666 --> 00:00:48,000 we will take them to the next step where we can create multiple 19 00:00:48,000 --> 00:00:51,300 resources from a single file using Docker Compose. 20 00:00:51,400 --> 00:00:54,836 Then we will understand what orchestration means and do some 21 00:00:54,836 --> 00:00:56,966 basic orchestration with Docker Swarm. 22 00:00:57,066 --> 00:01:00,169 We will make a close comparison between Docker Swarm and 23 00:01:00,169 --> 00:01:03,200 Kubernetes, and when you are capable enough to make your 24 00:01:03,200 --> 00:01:06,433 choice between both orchestrators, we will move to Kubernetes 25 00:01:06,433 --> 00:01:09,000 architecture and understand how it works. 26 00:01:09,166 --> 00:01:12,223 Then we will take a look at Pods and other workloads of 27 00:01:12,223 --> 00:01:15,600 Kubernetes and perform a lot of orchestration for different 28 00:01:15,600 --> 00:01:19,000 applications. We will also take a look at one of the most 29 00:01:19,000 --> 00:01:21,600 significant case studies of Kubernetes. 30 00:01:21,700 --> 00:01:25,200 We will see how to set up and use hosted Kubernetes on Cloud 31 00:01:25,200 --> 00:01:27,866 with demos and a really unique case study. 32 00:01:28,066 --> 00:01:31,966 And finally we will conclude the course with insight on certification 33 00:01:31,966 --> 00:01:35,200 exams, what these learnings mean for you, and what kind of 34 00:01:35,200 --> 00:01:38,266 professional prospects would be potentially open for you. 35 00:01:38,266 --> 00:01:40,166 But that won't be the end of it. 36 00:01:40,266 --> 00:01:43,633 There will be a lot of updates and bonuses coming up regularly. 37 00:01:43,633 --> 00:01:46,666 Oh and by the way, you can find all of the codes like 38 00:01:46,666 --> 00:01:50,733 YAML file and Docker files in the resources section of this lecture. 39 00:01:50,733 --> 00:01:53,133 With that in mind, let's start learning.