I have a nginx deployment with service type LoadBalancer. I got a external IP which is accessible from master and worker node. I am not able to access it from browser.
What am I missing?
I have a nginx deployment with service type LoadBalancer. I got a external IP which is accessible from master and worker node. I am not able to access it from browser.
What am I missing?
Copyright © 2021 Jogjafile Inc.
You can follow the below steps to access it from the browser.
Deploy Nginx in your Kubernetes environment by executing the below YAML file.
kubectl create -f {YAML file location}
Execute below nginx-service YAML to access it from the browser.
kubectl create -f {YAML file location}
Now you can access Nginx from your browser.
http://192.168.1.155/ (Please use your external IP)