1
00:00:04,680 --> 00:00:10,020
Now you know how to create a port, how to create deployment, how to scale deployment, and how to

2
00:00:10,020 --> 00:00:12,960
create a service for particular deployment.

3
00:00:13,020 --> 00:00:18,420
And we utilize the engineers image, which is available at Docker Hub.

4
00:00:18,660 --> 00:00:21,930
And now it's time to move on to the next step in our plan.

5
00:00:21,930 --> 00:00:25,590
And I promise you that we will create custom Docker image.

6
00:00:25,620 --> 00:00:31,080
Push it to Docker Hub and afterwards create deployment based on this image.

7
00:00:31,080 --> 00:00:33,030
And that's what we'll do next.

8
00:00:33,210 --> 00:00:39,330
But before doing that, let's remove existing service and deployment in order to have clean, let's

9
00:00:39,330 --> 00:00:40,200
say, setup.

10
00:00:40,350 --> 00:00:44,580
So let's remove deployment, k delete deployment.

11
00:00:45,030 --> 00:00:53,970
And here we'll be name of the deployment and NICS deployment and also let's delete service k delete.

12
00:00:54,720 --> 00:00:58,080
Series and Gen X deployment.

13
00:00:58,860 --> 00:01:01,650
Like that service was deleted as well.

14
00:01:01,680 --> 00:01:02,990
Let's list now.

15
00:01:03,310 --> 00:01:05,220
Deployments get deployed.

16
00:01:05,370 --> 00:01:07,190
It is short version of the deployments.

17
00:01:07,200 --> 00:01:08,760
No resources found.

18
00:01:08,760 --> 00:01:10,790
And let's list services.

19
00:01:10,800 --> 00:01:16,710
K get svc just single default service with name Kubernetes.

20
00:01:16,920 --> 00:01:18,000
We are good to go.

21
00:01:18,000 --> 00:01:22,590
And now let's create a very basic Node.js application.

22
00:01:22,590 --> 00:01:23,130
There.

23
00:01:23,130 --> 00:01:28,860
We will utilize express web server package and create our custom web server.

