1 00:00:02,480 --> 00:00:04,274 ‫This section is all about services. 2 00:00:04,720 --> 00:00:07,749 ‫That's really taking your set of deployments, 3 00:00:07,750 --> 00:00:11,380 ‫your pods, and creating a persistent 4 00:00:11,440 --> 00:00:12,770 ‫endpoint that can talk to them. 5 00:00:13,120 --> 00:00:13,899 ‫In Swarm, 6 00:00:13,900 --> 00:00:16,629 ‫we had services as the standard way to deploy things. 7 00:00:16,660 --> 00:00:18,160 ‫But, we get more flexibility with Kubernetes. 8 00:00:18,340 --> 00:00:20,790 ‫So, we're going to be able to do different things, 9 00:00:21,340 --> 00:00:24,231 ‫different services, different types of services, and decide 10 00:00:24,670 --> 00:00:27,219 ‫whether or not we want to expose them internally, in the 11 00:00:27,220 --> 00:00:30,010 ‫cluster, or also externally to outside sources. 12 00:00:30,220 --> 00:00:32,119 ‫So, we've got a lot more to go over here than we did have 13 00:00:32,120 --> 00:00:33,120 ‫in Swarm. 14 00:00:33,610 --> 00:00:34,329 ‫Let's get to it.