1
00:00:02,230 --> 00:00:06,890
Just as with Just Docker and Docker Compose,

2
00:00:06,890 --> 00:00:09,100
we don't just wanna have a look

3
00:00:09,100 --> 00:00:11,730
at how to start our containers,

4
00:00:11,730 --> 00:00:13,800
how to add volumes,

5
00:00:13,800 --> 00:00:15,750
but we also wanna make sure

6
00:00:15,750 --> 00:00:17,990
that they can communicate with each other

7
00:00:17,990 --> 00:00:20,630
and that we can reach all the containers

8
00:00:20,630 --> 00:00:24,090
that should be exposed to the outside world.

9
00:00:24,090 --> 00:00:26,700
Therefore, in this course section

10
00:00:26,700 --> 00:00:30,840
we are going to dive into Kubernetes & Networking

11
00:00:30,840 --> 00:00:32,420
as I like to call it.

12
00:00:32,420 --> 00:00:34,020
We're going to have a look

13
00:00:34,020 --> 00:00:37,730
at how we can connect our pods and containers

14
00:00:37,730 --> 00:00:40,620
with each other and with the world.

15
00:00:40,620 --> 00:00:41,950
And we're going to start

16
00:00:41,950 --> 00:00:45,050
by taking another brief look at services

17
00:00:45,050 --> 00:00:48,020
something we already used over the last lectures

18
00:00:48,020 --> 00:00:49,630
on modules of course,

19
00:00:49,630 --> 00:00:52,360
but we're going to take another brief look here

20
00:00:52,360 --> 00:00:53,850
but then we're going to focus

21
00:00:53,850 --> 00:00:56,560
on a couple of new concepts.

22
00:00:56,560 --> 00:01:00,670
We're going to have a look at Pod-Internal Communication,

23
00:01:00,670 --> 00:01:02,370
which means we'll have a pod

24
00:01:02,370 --> 00:01:04,629
with more than one container inside

25
00:01:04,629 --> 00:01:07,100
and we wanna ensure that these containers

26
00:01:07,100 --> 00:01:08,950
can talk to each other

27
00:01:08,950 --> 00:01:10,810
and we're going to have a look at

28
00:01:10,810 --> 00:01:13,580
Pod-To-Pod Communication thereafter.

29
00:01:13,580 --> 00:01:15,300
And that's another thing

30
00:01:15,300 --> 00:01:18,190
we haven't considered up to this point.

31
00:01:18,190 --> 00:01:19,883
So let's dive in.

