1
00:00:00,270 --> 00:00:02,770
Hi, and welcome to this course.

2
00:00:02,770 --> 00:00:04,970
My name is Maximilian Schwartz Mueller,

3
00:00:04,970 --> 00:00:07,950
and I will be your instructor in this course.

4
00:00:07,950 --> 00:00:11,960
Now this course off course is about Docker and Kubernetes,

5
00:00:11,960 --> 00:00:16,520
two amazing technologies, which make managing and deploying

6
00:00:16,520 --> 00:00:21,220
and also developing more complex applications way easier.

7
00:00:21,220 --> 00:00:23,470
You're going to learn what exactly Docker is

8
00:00:23,470 --> 00:00:24,820
and what it's about.

9
00:00:24,820 --> 00:00:26,850
It's related to something called containers.

10
00:00:26,850 --> 00:00:30,310
And I'm also going to explain that over the next lectures

11
00:00:30,310 --> 00:00:31,860
and throughout this entire course,

12
00:00:31,860 --> 00:00:34,300
you are going to learn how to work with Docker

13
00:00:34,300 --> 00:00:37,010
and containers with different commands to run,

14
00:00:37,010 --> 00:00:38,470
what you can do with Docker,

15
00:00:38,470 --> 00:00:40,920
how to solve different problems with Docker,

16
00:00:40,920 --> 00:00:43,400
how to use it locally on your machine,

17
00:00:43,400 --> 00:00:46,540
on simple projects and more complex projects,

18
00:00:46,540 --> 00:00:49,577
how to deploy projects and applications with Docker

19
00:00:49,577 --> 00:00:51,500
and where thereafter we're going to dive

20
00:00:51,500 --> 00:00:52,960
into Kubernetes too.

21
00:00:52,960 --> 00:00:55,210
And you're going to learn what the connection is

22
00:00:55,210 --> 00:00:56,650
between these two things

23
00:00:56,650 --> 00:01:00,120
and why you might need Kubernedes in addition to Docker.

24
00:01:00,120 --> 00:01:02,360
And we're going to learn what Kubernetes is

25
00:01:02,360 --> 00:01:04,519
and which things make up Kubernedes.

26
00:01:04,519 --> 00:01:07,500
And we're going to learn how to use Kubernedes

27
00:01:07,500 --> 00:01:10,520
on our projects and how we can deploy projects

28
00:01:10,520 --> 00:01:13,030
with help of Kubernedes and what the advantages

29
00:01:13,030 --> 00:01:14,740
of this might be.

30
00:01:14,740 --> 00:01:16,730
There's lots of content in this course.

31
00:01:16,730 --> 00:01:19,275
And we're going to dive into these different concepts

32
00:01:19,275 --> 00:01:22,870
in theory, yes, but most importantly,

33
00:01:22,870 --> 00:01:26,360
with a lot of small demos and examples.

34
00:01:26,360 --> 00:01:28,370
We're not going to write any code.

35
00:01:28,370 --> 00:01:29,903
This is not a programming course

36
00:01:29,903 --> 00:01:33,160
where I wanna teach you a specific language.

37
00:01:33,160 --> 00:01:36,430
Instead, I will provide small examples to you,

38
00:01:36,430 --> 00:01:39,230
and we'll then use these examples to dive

39
00:01:39,230 --> 00:01:41,250
into different problems we might face

40
00:01:41,250 --> 00:01:44,480
and how docker helps us solve these problems.

41
00:01:44,480 --> 00:01:46,170
That's the idea behind this course,

42
00:01:46,170 --> 00:01:48,600
and that's what we're going to do throughout this course.

43
00:01:48,600 --> 00:01:50,880
And therefore we'll start at zero.

44
00:01:50,880 --> 00:01:53,470
No prior Docker knowledge is required.

45
00:01:53,470 --> 00:01:55,934
No prior Kubernedes knowledge is required either,

46
00:01:55,934 --> 00:01:57,880
and we're going to dive

47
00:01:57,880 --> 00:02:00,200
into the different problems we can solve.

48
00:02:00,200 --> 00:02:03,280
And the different features Docker offers us,

49
00:02:03,280 --> 00:02:05,320
step by step throughout this course.

50
00:02:05,320 --> 00:02:07,530
And therefore by the end of this course,

51
00:02:07,530 --> 00:02:09,789
you will feel confident using Docker

52
00:02:09,789 --> 00:02:12,370
and Kubernetes in your next projects.

53
00:02:12,370 --> 00:02:13,550
You will know what it is,

54
00:02:13,550 --> 00:02:16,210
and you're ready to dive deeper into it,

55
00:02:16,210 --> 00:02:20,120
dive into advanced scenarios, anything you might wanna do.

56
00:02:20,120 --> 00:02:22,510
So, therefore let's not waste any time.

57
00:02:22,510 --> 00:02:26,100
And let's instead start with the most important question.

58
00:02:26,100 --> 00:02:30,700
What exactly is docker and why might we wanna use it?

59
00:02:30,700 --> 00:02:32,153
What's its advantage?

