1
00:00:00,500 --> 00:00:10,100
Now, this diploid note Jayce application, so I'm going to go to node and repository and here the same

2
00:00:10,100 --> 00:00:17,410
way, I'm going to add the deployment YAML file and it is going to be pretty similar.

3
00:00:17,420 --> 00:00:29,000
So I'm actually just going to copy the deployment from Java EP and just replace the names here.

4
00:00:29,420 --> 00:00:31,040
So let's call it node.

5
00:00:34,090 --> 00:00:42,910
And the image name is also different, this is note 1.0 take everything else will stay the same except

6
00:00:42,910 --> 00:00:47,800
for the container port, which we expose at three thousand.

7
00:00:49,060 --> 00:00:53,620
And this port will also use imitable secrets to pull that image.

8
00:00:54,010 --> 00:00:57,210
And our deployment file is ready.

9
00:00:57,220 --> 00:00:59,680
Let's go and execute that one as well.

10
00:00:59,830 --> 00:01:02,140
So keep it'll apply.

11
00:01:03,670 --> 00:01:10,430
No if deployment file and the note is running as well.

12
00:01:10,450 --> 00:01:14,530
Let's go check the status it is creating now.

13
00:01:14,590 --> 00:01:21,070
We can also check the logs of the container to make sure it's logging awesome.

14
00:01:21,790 --> 00:01:30,100
We can also see the status in the dashboard and this is a default namespace which was empty or just

15
00:01:30,100 --> 00:01:32,060
had the default community service in it.

16
00:01:32,090 --> 00:01:38,800
Now we have two deployments to respective parts, replica sets and so on.

17
00:01:38,950 --> 00:01:43,720
We don't need services for these two applications for our specific set up.

18
00:01:43,930 --> 00:01:45,380
So we're not going to create any.

19
00:01:46,180 --> 00:01:55,930
So from the dashboard, we can also check the logs of the pods or the status, and we can also log into

20
00:01:55,930 --> 00:01:57,400
the container if we need to.
