File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Kubernetes/Kubernetes Demo Files Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
*******************************************************************
3
3
*
4
- * Demo: Load Balancer Service | Srinath Challa
4
+ * Demo: Load Balancer Service | Raman
5
5
*
6
6
*
7
7
*******************************************************************
55
55
*******************************************************************
56
56
2. Create & Display: Deployment & Load Balancer Service
57
57
58
- kubectl create � f nginx-deploy.yaml
58
+ kubectl create – f nginx-deploy.yaml
59
59
kubectl create -f lb.yaml
60
60
kubectl get pod -l app=nginx-app
61
61
kubectl get deploy -l app=nginx-app
@@ -95,7 +95,7 @@ http://nodeip:nodeport/test.html
95
95
*******************************************************************
96
96
4. Cleanup
97
97
98
- kubectl delete � f nginx-deploy.yaml
98
+ kubectl delete – f nginx-deploy.yaml
99
99
kubectl delete -f lb.yaml
100
100
kubectl get pod
101
101
kubectl get deploy
You can’t perform that action at this time.
0 commit comments