1
00:00:03,630 --> 00:00:05,000
All right?

2
00:00:05,190 --> 00:00:06,780
No, we are good to go.

3
00:00:06,810 --> 00:00:12,420
By the way, this application is also included in the final project files, which you could clone from

4
00:00:12,420 --> 00:00:13,730
my GitHub repository.

5
00:00:13,740 --> 00:00:18,330
So it's a web to engineers and here is index.html file.

6
00:00:18,570 --> 00:00:26,220
And now let's again build docker image, but it will be a new docker image from this application.

7
00:00:26,430 --> 00:00:31,290
And now let's build it using same command as before Docker build.

8
00:00:31,980 --> 00:00:34,080
So let's list files and folders here.

9
00:00:34,080 --> 00:00:35,520
There was docker file.

10
00:00:35,520 --> 00:00:37,770
Docker file was not modified.

11
00:00:37,770 --> 00:00:40,200
It is the same as for previous application.

12
00:00:40,200 --> 00:00:48,990
And now let's build docker image, docker build dot and let's add stack this to slash and let's name

13
00:00:48,990 --> 00:00:55,680
it k eight as web two and Genesis same name as for this folder.

14
00:00:55,860 --> 00:00:58,800
And let's keep tech as latest.

15
00:00:58,800 --> 00:01:01,290
You don't have to add here tech like that.

16
00:01:01,290 --> 00:01:03,960
In this case it will be added automatically.

17
00:01:03,960 --> 00:01:06,030
So let's build such image.

18
00:01:07,540 --> 00:01:08,620
Much is being built.

19
00:01:08,650 --> 00:01:10,810
Notice and PM install command.

20
00:01:11,530 --> 00:01:14,470
Image was built and now let's push it to Docker Hub.

21
00:01:14,470 --> 00:01:16,180
Let me grab this name.

22
00:01:17,210 --> 00:01:17,980
Dr..

23
00:01:18,020 --> 00:01:22,640
BUSH And here we'll be name of the image which I want to push to.

24
00:01:22,640 --> 00:01:22,910
Dr..

25
00:01:24,230 --> 00:01:24,920
Pushing.

26
00:01:26,210 --> 00:01:30,080
Some of the layers will be reused from other image.

27
00:01:30,470 --> 00:01:36,740
And finally image was pushed and now we are able to utilize it in Kubernetes deployment.

