We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ba7c0 commit 07b8fd4Copy full SHA for 07b8fd4
Kubernetes/kubernetes_setup_using_eksctl.md
@@ -66,7 +66,7 @@ You can follow same procedure in the official AWS document [Getting started wit
66
#### Deploying Nginx pods on Kubernetes
67
1. Deploying Nginx Container
68
```sh
69
- kubectl create deploy demo-nginx --image=nginx --replicas=2 --port=80
+ kubectl create deployment demo-nginx --image=nginx --replicas=2 --port=80
70
# kubectl deployment regapp --image=valaxy/regapp --replicas=2 --port=8080
71
kubectl get all
72
kubectl get pod
0 commit comments