Skip to content

Commit 756b8cc

Browse files
Update 10.Load-Balancer.txt
1 parent e0481ca commit 756b8cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Kubernetes/Kubernetes Demo Files/10.Load-Balancer.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
*******************************************************************
33
*
4-
* Demo: Load Balancer Service | Srinath Challa
4+
* Demo: Load Balancer Service | Raman
55
*
66
*
77
*******************************************************************
@@ -55,7 +55,7 @@ spec:
5555
*******************************************************************
5656
2. Create & Display: Deployment & Load Balancer Service
5757

58-
kubectl create f nginx-deploy.yaml
58+
kubectl create f nginx-deploy.yaml
5959
kubectl create -f lb.yaml
6060
kubectl get pod -l app=nginx-app
6161
kubectl get deploy -l app=nginx-app
@@ -95,7 +95,7 @@ http://nodeip:nodeport/test.html
9595
*******************************************************************
9696
4. Cleanup
9797

98-
kubectl delete f nginx-deploy.yaml
98+
kubectl delete f nginx-deploy.yaml
9999
kubectl delete -f lb.yaml
100100
kubectl get pod
101101
kubectl get deploy

0 commit comments

Comments
 (0)