Install single node Kubernetes cluster with istio gateway having multiple namespaces Ubuntu EC2
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 kubernetes amazon-ec2 devops dock