Skip to content

Commit

Permalink
Update kubernetes_setup_using_eksctl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yankils authored Nov 13, 2021
1 parent 58ba7c0 commit 07b8fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kubernetes/kubernetes_setup_using_eksctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You can follow same procedure in the official AWS document [Getting started wit
#### Deploying Nginx pods on Kubernetes
1. Deploying Nginx Container
```sh
kubectl create deploy demo-nginx --image=nginx --replicas=2 --port=80
kubectl create deployment demo-nginx --image=nginx --replicas=2 --port=80
# kubectl deployment regapp --image=valaxy/regapp --replicas=2 --port=8080
kubectl get all
kubectl get pod
Expand Down

0 comments on commit 07b8fd4

Please sign in to comment.