Hi!

Can you check my yaml files?

Steps:
1. Download 
https://github.com/RouR/ToDo-ToBuy/blob/fc419b5c116d62edb61c5202e37513a9ee12a98d/k8s/
 
or 
https://github.com/RouR/ToDo-ToBuy/blob/5a3991ffd22761f28df8120845a68d7030d10fd0/k8s/
2. kubectl create -f ./
3. cd dev
4. kubectl create -f ./
5. wait deployment
6. kubectl get --all-namespaces ing -o wide

>
> NAMESPACE   NAME          HOSTS     ADDRESS   PORTS     AGE
> dev         web-ingress   *                   80        13m


There is no endpoint/address. 

I tried to change namespaces and images.

I used this 
manual https://github.com/kubernetes/ingress-nginx/tree/master/deploy

> kubectl get nodes
> NAME       STATUS    ROLES     AGE       VERSION
> minikube   Ready     <none>    3h        v1.8.0



> kubectl get services --all-namespaces
> NAMESPACE       NAME                   TYPE        CLUSTER-IP      
> EXTERNAL-IP   PORT(S)                      AGE
> default         kubernetes             ClusterIP   10.96.0.1       <none>  
>       443/TCP                      4h
> dev             web-service            ClusterIP   10.111.22.32    <none>  
>       80/TCP                       3h
> ingress-nginx   default-http-backend   ClusterIP   10.110.232.9    <none>  
>       80/TCP                       3h
> ingress-nginx   ingress-nginx          NodePort    10.110.64.203   <none>  
>       80:31824/TCP,443:31181/TCP   3h
> kube-system     heapster               ClusterIP   10.111.139.88   <none>  
>       80/TCP                       3h
> kube-system     kube-dns               ClusterIP   10.96.0.10      <none>  
>       53/UDP,53/TCP                4h
> kube-system     kubernetes-dashboard   NodePort    10.98.208.102   <none>  
>       80:30000/TCP                 4h
> kube-system     monitoring-grafana     NodePort    10.110.37.141   <none>  
>       8011:30700/TCP               3h
> kube-system     monitoring-influxdb    ClusterIP   10.100.177.72   <none>  
>       8086/TCP                     3h 


Everything is green in dashboard, all pods and services is ok.

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to