1
00:00:00,640 --> 00:00:05,880
Unless section we finish up our ingress and X configuration and then we apply that using cube Seitel

2
00:00:06,330 --> 00:00:10,800
we can now test out our application side the browser because we should have just created everything

3
00:00:10,860 --> 00:00:15,390
that's going to essentially get traffic into our application and then ran it off to the appropriate

4
00:00:15,390 --> 00:00:17,780
service to test this stuff out.

5
00:00:17,790 --> 00:00:23,200
We're going to flip over to our terminal and we're going to get the IP of our mini cube virtual machine.

6
00:00:23,430 --> 00:00:30,830
So I'm going to run mini cube IP and then I'll copy this IP address and I'll visit it inside my browser.

7
00:00:30,930 --> 00:00:36,660
Now this time around we do not have to specify a port on this IP because the service that we have created

8
00:00:36,690 --> 00:00:43,110
is automatically listing on both ports 80 and 443 for us and by default your browser is going to default

9
00:00:43,110 --> 00:00:49,160
to either port 80 or 443 depending upon whether or not you're using a CPS connection.

10
00:00:50,000 --> 00:00:50,270
All right.

11
00:00:50,270 --> 00:00:55,560
So when I go there you're going to very quickly see a big security message appear on the screen.

12
00:00:55,760 --> 00:00:57,960
Now I've already bypassed that warning message.

13
00:00:58,040 --> 00:01:04,430
But when you first navigate to this IP address it's going to tell you hey danger is a security issue

14
00:01:04,430 --> 00:01:08,470
here at the bottom left hand side of that config or that error message.

15
00:01:08,510 --> 00:01:10,800
You'll see a little like I get more info button.

16
00:01:10,910 --> 00:01:14,860
Go ahead and click on that button and then you can click on proceed anyway.

17
00:01:15,050 --> 00:01:22,000
So at present our next configuration is attempting to force anyone who comes to our page to use a GPS

18
00:01:22,190 --> 00:01:26,390
connection as opposed to TTP by default.

19
00:01:26,420 --> 00:01:31,940
The anti-nukes ingress is going to use a kind of dummy cert certificate.

20
00:01:31,950 --> 00:01:37,350
So if you click on not secure appear and then click on certificate you'll see that it has a name of

21
00:01:37,380 --> 00:01:40,270
qubit Nettie's ingress controller fake certificate.

22
00:01:40,290 --> 00:01:46,050
And as you might guess a fake certificate is not going to be accepted by Krome at large.

23
00:01:46,050 --> 00:01:50,310
So the error message that you're seeing is going to be something that we're only going to have locally

24
00:01:50,340 --> 00:01:53,760
in development when we eventually push this off to production.

25
00:01:53,760 --> 00:01:55,260
We're going to fix this error message.

26
00:01:55,320 --> 00:01:59,580
But right now in development we're just going to let this sit as is.

27
00:01:59,580 --> 00:02:04,260
You only have to click past that your message screen one time after you click there at least one time

28
00:02:04,320 --> 00:02:08,190
you should be able to refresh the page and you're not going to see the air again you're just going to

29
00:02:08,190 --> 00:02:14,790
see the UPS air which is something that we can essentially pallet right now for development purposes.

30
00:02:15,080 --> 00:02:15,330
OK.

31
00:02:15,330 --> 00:02:16,320
So that's pretty much it.

32
00:02:16,350 --> 00:02:23,690
We should now be able to test out our application by entering in some inducts.

33
00:02:23,870 --> 00:02:28,550
I'll submit that or refresh the page and I should see all my numbers appear.

34
00:02:28,700 --> 00:02:34,100
So if you see all this stuff appear correctly that means that your entire Cabernets cluster is completely

35
00:02:34,100 --> 00:02:37,330
set up and ready to go for development purposes.

36
00:02:37,340 --> 00:02:39,880
So I think that we've got a great project here so far.

37
00:02:39,890 --> 00:02:41,180
Let's take a pause right now.

38
00:02:41,210 --> 00:02:45,230
When we come back the next section we're going to start thinking how we can migrate this project to

39
00:02:45,230 --> 00:02:47,010
a production environment.

40
00:02:47,030 --> 00:02:49,500
So quick break and I'll see you in just a minute.
