1
00:00:02,150 --> 00:00:05,140
In the previous course section,

2
00:00:05,140 --> 00:00:07,670
I introduced you to Kubernetes,

3
00:00:07,670 --> 00:00:10,030
and I outlined the big picture,

4
00:00:10,030 --> 00:00:12,960
the general architecture, and well,

5
00:00:12,960 --> 00:00:16,040
I gave you some terms and some core concepts,

6
00:00:16,040 --> 00:00:19,050
which you will see from this module as well.

7
00:00:19,050 --> 00:00:21,960
Because in this course module here,

8
00:00:21,960 --> 00:00:24,530
we are going to dive into Kubernetes,

9
00:00:24,530 --> 00:00:28,340
and actually get our hands dirty working with it.

10
00:00:28,340 --> 00:00:30,950
And for that, we will first of all,

11
00:00:30,950 --> 00:00:33,460
learn how to set up Kubernetes

12
00:00:33,460 --> 00:00:36,200
and a Kubernetes testing environment,

13
00:00:36,200 --> 00:00:40,170
so that we can start playing around with Kubernetes.

14
00:00:40,170 --> 00:00:43,880
We'll then learn how to create Kubernetes deployments,

15
00:00:43,880 --> 00:00:48,330
and how to work with Kubernetes objects, what objects are,

16
00:00:48,330 --> 00:00:51,970
and which kinds of objects Kubernetes knows.

17
00:00:51,970 --> 00:00:55,470
And of course, we're going to do that at concrete examples.

18
00:00:55,470 --> 00:00:57,900
So, that by the end of this module,

19
00:00:57,900 --> 00:01:02,020
we actually deployed our first basic application,

20
00:01:02,020 --> 00:01:04,080
with help of Kubernetes.

21
00:01:04,080 --> 00:01:07,010
For the moment, locally on this testing environment,

22
00:01:07,010 --> 00:01:08,830
on our local host machine,

23
00:01:08,830 --> 00:01:10,020
but of course, with that,

24
00:01:10,020 --> 00:01:12,150
we'll then have all the knowledge we need,

25
00:01:12,150 --> 00:01:16,020
to also apply the same Kubernetes configuration,

26
00:01:16,020 --> 00:01:19,730
at a larger scale on any Cloud provider,

27
00:01:19,730 --> 00:01:23,433
or any remote machines of our choice.

