1 00:00:02,710 --> 00:00:04,749 ‫If you're jumping around looking at sections for what you 2 00:00:04,750 --> 00:00:07,750 ‫might want to do, this is definitely a key 3 00:00:08,109 --> 00:00:09,284 ‫section for Kubernetes. 4 00:00:09,910 --> 00:00:12,453 ‫We're going to talk about how to get Kubernetes installed. 5 00:00:12,790 --> 00:00:15,819 ‫The basic parts of using the command 6 00:00:15,820 --> 00:00:16,989 ‫line for the first time. 7 00:00:17,350 --> 00:00:19,390 ‫Looking at the basic commands around 8 00:00:20,710 --> 00:00:24,070 ‫kubectl create, kubectl apply, and kubectl run, 9 00:00:24,160 --> 00:00:25,539 ‫and how those are different a little bit. 10 00:00:25,960 --> 00:00:28,569 ‫Then, I get you to start your first pod, which you'll learn 11 00:00:28,570 --> 00:00:32,079 ‫about here. We also look at some information 12 00:00:32,110 --> 00:00:34,479 ‫about pods and how to look at objects in Kubernetes and 13 00:00:34,480 --> 00:00:34,929 ‫inspect them.