1
00:00:02,122 --> 00:00:04,460
Enough about minikube.

2
00:00:04,460 --> 00:00:06,888
Up to this point, we've worked with Kubernetes.

3
00:00:06,888 --> 00:00:09,228
And we've worked with it locally

4
00:00:09,228 --> 00:00:11,110
with the help of minikube

5
00:00:11,110 --> 00:00:13,479
which gave us this development cluster,

6
00:00:13,479 --> 00:00:18,130
learning in a virtual machine on our local machine.

7
00:00:18,130 --> 00:00:21,840
In this course section, we are going to learn

8
00:00:21,840 --> 00:00:25,360
how we can deploy a Kubernetes cluster

9
00:00:25,360 --> 00:00:29,950
or a Kubenetes set up a project managed with Kubernetes,

10
00:00:29,950 --> 00:00:34,206
onto a real machine or onto multiple real machines.

11
00:00:34,206 --> 00:00:36,987
So, we wanna put it into production

12
00:00:36,987 --> 00:00:41,140
so that our Kubernetes cluster and the application

13
00:00:41,140 --> 00:00:45,419
exposed by it is not just available locally

14
00:00:45,419 --> 00:00:48,165
on our local machine with minikube,

15
00:00:48,165 --> 00:00:52,610
but instead, that is reachable by anyone out there

16
00:00:52,610 --> 00:00:53,750
in the world.

17
00:00:53,750 --> 00:00:57,874
So, we wanna deploy our project now with Kubernetes.

18
00:00:57,874 --> 00:01:02,592
And ofcourse we did already deploy containerized projects

19
00:01:02,592 --> 00:01:04,440
before in this course.

20
00:01:04,440 --> 00:01:07,018
There is an entire huge deployment section

21
00:01:07,018 --> 00:01:09,662
but that was without Kubernetes,

22
00:01:09,662 --> 00:01:12,764
which also is an option and it will come back

23
00:01:12,764 --> 00:01:15,351
to whoever who need Kubernetes or not

24
00:01:15,351 --> 00:01:17,740
at the end of this merger.

25
00:01:17,740 --> 00:01:20,806
But this merger is about Kubernetes

26
00:01:20,806 --> 00:01:24,630
and using Kubernetes for deploying our project

27
00:01:24,630 --> 00:01:26,560
and for managing our project.

28
00:01:26,560 --> 00:01:28,430
And therefore, we are going to start

29
00:01:28,430 --> 00:01:32,169
by diving into some deployment options and core concepts.

30
00:01:32,169 --> 00:01:36,250
But then thereafter we're also going to get started

31
00:01:37,103 --> 00:01:40,270
with a real example using AWS EKS

32
00:01:40,270 --> 00:01:42,534
which is a AWS service,

33
00:01:42,534 --> 00:01:45,840
which allows us to deploy applications

34
00:01:45,840 --> 00:01:47,963
with Kubernetes with ease.

