Skip to content

Commit 07b8fd4

Browse files
authored
Update kubernetes_setup_using_eksctl.md
1 parent 58ba7c0 commit 07b8fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kubernetes/kubernetes_setup_using_eksctl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can follow same procedure in the official AWS document [Getting started wit
6666
#### Deploying Nginx pods on Kubernetes
6767
1. Deploying Nginx Container
6868
```sh
69-
kubectl create deploy demo-nginx --image=nginx --replicas=2 --port=80
69+
kubectl create deployment demo-nginx --image=nginx --replicas=2 --port=80
7070
# kubectl deployment regapp --image=valaxy/regapp --replicas=2 --port=8080
7171
kubectl get all
7272
kubectl get pod

0 commit comments

Comments
 (0)