- Created two namespaces as dev and staging
kubectl run nginx-pod --image=nginx --restart=Never --port=80 -n dev
kubectl get all -n dev
- Want to access the service in dev namespace from EC2’s elastic ip address
Still External-IP is none and pending
kubectl run nginx-pod --image=nginx --restart=Never --port=80 -n dev
kubectl get all -n dev
Still External-IP is none and pending