File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
## Deploy three different Apps on k8s cluster
9
9
10
- ` https://raw.githubusercontent.com/lerndevops/educka /master/6-networking/ingress/deploy-app.yml `
10
+ ` kubectl apply -f https://raw.githubusercontent.com/lerndevops/kubernetes /master/6-networking/ingress/apps.yaml `
11
11
12
12
13
13
## Deploy Ingress Controller
18
18
19
19
## Deploy Ingress Resource(rules)
20
20
21
- ` kubectl apply -f https://raw.githubusercontent.com/lerndevops/educka /master/6-networking/ingress/ingress-rule1.yml `
21
+ ` kubectl apply -f https://raw.githubusercontent.com/lerndevops/kubernetes /master/6-networking/ingress/app- ingress-rules.yaml `
22
22
23
23
24
24
## Get Ingress Controller Service NodePort
@@ -35,10 +35,10 @@ get Ingress Controller Pod NodeIP & Ingress Controller Service NodePort
35
35
```
36
36
From the above details noted in your browser hit as below
37
37
38
- masterNodeIp:NodePort/app1
39
- worker1NodeIp:NodePort/app2
40
- worker2NodeIp:NodePort/app3
38
+ masterNodeIp:NodePort/unapp
39
+ worker1NodeIp:NodePort/petclinic
40
+ worker2NodeIp:NodePort/pyapp
41
41
42
- Example: 192.168.198.129:30528/app1 , 192.168.198.129:30528/app2 , 192.168.198.129:30528/app3
42
+ Example: 192.168.198.129:30528/pyapp , 192.168.198.129:30528/petclinic , 192.168.198.129:30528/unapp
43
43
44
44
```
You can’t perform that action at this time.
0 commit comments