I'm new to K8s trying to access the app by IP. Below is the situation -
- Cluster is ready, 1 master node and 1 worker node, pods are with running status
- installed nginx ingress controller with help of this doc
- now I'm able to access worker node (pasted worker IP on browser which is currently showing 404 status), I want to access the apps running on port 4200 & 8080
- How can I access my applications by path based way like
XXX.XXX.XXX.XXX/app1
andXXX.XXX.XXX.XXX/app2
, in what files & what changes I have to do? Services are showing status as<pending>
? What does that mean