smart48 / larak8

DigitalOcean Kubernetes Deployment of Laravel App
2 stars 2 forks source link

Minikube Ingress Configuration #10

Closed jasperf closed 3 years ago

jasperf commented 3 years ago

Seems Ingress Nginx is working but no external ip address

kubectl get svc --all-namespaces
NAMESPACE              NAME                                 TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)                  AGE
default                kubernetes                           ClusterIP   10.96.0.1        <none>        443/TCP                  20h
kube-system            ingress-nginx-controller-admission   ClusterIP   10.110.84.21     <none>        443/TCP                  20h
kube-system            kube-dns                             ClusterIP   10.96.0.10       <none>        53/UDP,53/TCP,9153/TCP   20h
kubernetes-dashboard   dashboard-metrics-scraper            ClusterIP   10.96.245.40     <none>        8000/TCP                 58m
kubernetes-dashboard   kubernetes-dashboard                 ClusterIP   10.108.162.103   <none>        80/TCP                   58m

Need to see how that can be remedied.

Also Ingress needs to send traffic to nginx web server

jasperf commented 3 years ago

Ingress has been configure to load local Nginx server now with proper resource and Nginx web server service . Was mainly a labelling and port matching issue.