1
00:00:02,430 --> 00:00:06,360
In this and also the next course sections,

2
00:00:06,360 --> 00:00:11,350
we are going to dig deeper into deploying Docker containers.

3
00:00:11,350 --> 00:00:14,520
So if that's not something you're planning to do,

4
00:00:14,520 --> 00:00:18,143
these sections, of course, are fully optional to you.

5
00:00:18,980 --> 00:00:22,750
Now, specifically, since we already learned how to deploy

6
00:00:22,750 --> 00:00:24,710
Docker containers in the

7
00:00:24,710 --> 00:00:27,200
deploying Docker containers section,

8
00:00:27,200 --> 00:00:29,720
these sections, will be about a very

9
00:00:29,720 --> 00:00:33,140
specific way of deploying Docker containers.

10
00:00:33,140 --> 00:00:37,250
Because these sections starting with this very section here,

11
00:00:37,250 --> 00:00:40,450
will be about Docker and Kubernetes.

12
00:00:40,450 --> 00:00:45,450
And Kubernetes is an additional tool, you could say,

13
00:00:45,550 --> 00:00:47,250
even though it's not really a tool,

14
00:00:47,250 --> 00:00:50,450
it's more like a framework, a collection of concepts,

15
00:00:50,450 --> 00:00:52,210
a standard, you could say.

16
00:00:52,210 --> 00:00:54,900
And it's a tool, this collection of

17
00:00:54,900 --> 00:00:57,260
standards and it's framework,

18
00:00:57,260 --> 00:01:00,490
which will help us with Container Orchestration,

19
00:01:00,490 --> 00:01:03,250
and large scale deployments,

20
00:01:03,250 --> 00:01:07,053
independent of the cloud provider we might be using.

21
00:01:08,000 --> 00:01:10,030
But let's get there step by step.

22
00:01:10,030 --> 00:01:14,340
In this first module on Docker and Kubernetes,

23
00:01:14,340 --> 00:01:17,340
we are going to understand challenges,

24
00:01:17,340 --> 00:01:21,280
we might be facing when we wanna deploy containers,

25
00:01:21,280 --> 00:01:23,510
and will then learn how Kubernetes

26
00:01:24,775 --> 00:01:26,290
is able to help us, with these challenges.

27
00:01:26,290 --> 00:01:30,730
What exactly Kubernetes is, and why we might want to use it,

28
00:01:30,730 --> 00:01:32,750
and we'll start exploring the

29
00:01:32,750 --> 00:01:36,960
core Kubernetes concepts and components.

30
00:01:36,960 --> 00:01:39,030
Now, as i mentioned, this will not be

31
00:01:40,322 --> 00:01:41,710
the only module about Kubernetes,

32
00:01:41,710 --> 00:01:43,380
because just like Docker,

33
00:01:43,380 --> 00:01:46,500
it's not just about one simple thing.

34
00:01:46,500 --> 00:01:48,830
Instead, it has many aspects to it.

35
00:01:48,830 --> 00:01:51,770
And therefore, we'll have multiple modules,

36
00:01:51,770 --> 00:01:54,940
where we start with the theory in this module,

37
00:01:54,940 --> 00:01:58,190
then start seeing it in action in the next module,

38
00:01:58,190 --> 00:02:00,820
and where we then also ultimately learn

39
00:02:00,820 --> 00:02:02,600
how we can use Kubernetes,

40
00:02:02,600 --> 00:02:07,600
to put containers into production on a real cloud provider.

41
00:02:08,009 --> 00:02:10,032
But let's get there step by step.

42
00:02:10,888 --> 00:02:12,740
And let's start with the basics of Kubernetes

43
00:02:12,740 --> 00:02:14,643
in this course section.

