Lab 7.2 Ingress Controller - Service available via internal ip, not via ingress
Hi,
I'm running into an issue with Lab 7.2. I've managed to create the ClusterRole and ClusterRole binding as well as the traefik ingress controller. After doing this the ingress controller is up but on the external IP address I get a Connection Refused message from curl.
ip address for this vbox host:
2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 08:00:27:99:32:3f brd ff:ff:ff:ff:ff:ff
inet 10.10.10.121/24 brd 10.10.10.255 scope global dynamic enp0s3
valid_lft 54906sec preferred_lft 54906sec
inet6 fe80::a00:27ff:fe99:323f/64 scope link
valid_lft forever preferred_lft forever
failing curl command:
thijs@ckad1:~/LFD259/labs/7/app2$ curl -H "Host: www.example.com" http://10.10.10.121
curl: (7) Failed to connect to 10.10.10.121 port 80: Connection refused
Ingress exists, but it has no address. I suspect this might be the problem as the describe shows that the default-http-backend was not found (but I have no idea how to solve that...).
thijs@ckad1:~/LFD259/labs/7/app2$ kubectl get ingress
NAME CLASS HOSTS ADDRESS PORTS AGE
ingress-test www.example.com 80 21h
thijs@ckad1:~/LFD259/labs/7/app2$ kubectl describe ing ingress-test
Name: ingress-test
Namespace: default
Address:
Default backend: default-http-backend:80 ()
Rules:
Host Path Backends
---- ---- --------
www.example.com
/ secondapp:80 (192.168.148.24:80)
Annotations: kubernetes.io/ingress.class: traefik
Events:
I'm using VirtualBox so as mentioned in the labs, there maybe issues when using LoadBalancer instead of NodePort. The service is available on NodePort and running correctly:
thijs@ckad1:~/LFD259/labs/7/app2$ kubectl get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
kubernetes ClusterIP 10.96.0.1 443/TCP 20d
nginx ClusterIP 10.105.71.234 443/TCP 19d
registry ClusterIP 10.105.67.82 5000/TCP 19d
secondapp LoadBalancer 10.110.213.97 80:32000/TCP 21h
thijs@ckad1:~/LFD259/labs/7/app2$ kubectl describe svc secondapp
Name: secondapp
Namespace: default
Labels: run=my-nginx
Annotations:
Selector: example=second
Type: LoadBalancer
IP: 10.110.213.97
Port: 80/TCP
TargetPort: 80/TCP
NodePort: 32000/TCP
Endpoints: 192.168.148.24:80
Session Affinity: None
External Traffic Policy: Cluster
Events:
thijs@ckad1:~/LFD259/labs/7/app2$ curl http://10.110.213.97
<!DOCTYPE html>
Welcome to nginx!
Welcome to nginx!
If you see this page, the nginx web server is successfully installed and working. Further configuration is required.
For online documentation and support please refer to
nginx.org.
Commercial support is available at
nginx.com.
Thank you for using nginx.
Any ideas what I'm missing here?
Comments
-
Hi @tknoops,
You mentioned this:
I'm using VirtualBox so as mentioned in the labs, there maybe issues when using LoadBalancer instead of NodePort
Yet your service is still a
LoadBalancertype. Did you try changing it to aNodePorttype instead?Regards,
-Chris0 -
HI @chrispokorni , completely forgot to mention that but yeah I did try that but to no effect. The labs don't say I have to change it back though as a NodePort will always be available even though there is no LoadBalancer available (like in non cloud setups like mine).
0 -
I removed everything, tried to switch to Traefik image 2.2.1 which got the traefik pods going into a error crash backoff loop. Switched back to image 1.17.3 (without removing anything but the serviceaccount/daemonset/service) and it worked. Not sure how as I've redeployed everything a few times already, but hope this helps someone in the future.
0 -
The lab does not use traefik v2. If you read carefully step 4 of the ingress exercise, it states that v1.7.13 is used instead.
0 -
I'm aware of that but since 1.7.13 wasn't working either I was wondering if 2.2.1 did work. It didn't, but it did make me redeploy everything which somehow solved the issue

For future references, address is still empty while I have both backend services available via the Traefik ingress service, so that wasn't part of the problem.
0 -
Hello, I think I can help here in case anyone else runs into this.
The lab instructs you to run the following : student@master: ̃$ ip a
The command will show you the ip address for the master node. What you really want is the ip address for the worker node since that is where your ingress controller is running.
The documentation should instruct you to open a new terminal on the worker node and perform: student@worker: ̃$ ip a
Once I had the worker ip the request to host example.com worked.
0 -
Hello,
I seem to be having a similar issue, or perhaps a perceived issue.
Essentially the command ip a does not present a usable IP for the curl command. After setting up ingress, ingress controller and such I end up with the ingress-test as followsName: ingress-test Namespace: anthill Address: Default backend: default-http-backend:80 (<error: endpoints "default-http-backend" not found>) Rules: Host Path Backends ---- ---- -------- www.example.com / secondapp:80 192.168.77.199:80) Annotations: kubernetes.io/ingress.class: traefik Events: <none>Curl attempts to 192.168.77.199:80 responds successfully with the desired Thank you for using nginx message.
The results of ip a are as follows1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: ens160: mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 00:0c:29:77:83:0b brd ff:ff:ff:ff:ff:ff inet 192.168.1.64/24 brd 192.168.1.255 scope global dynamic ens160 valid_lft 77141sec preferred_lft 77141sec inet6 fe80::20c:29ff:fe77:830b/64 scope link valid_lft forever preferred_lft forever 3: docker0: mtu 1500 qdisc noqueue state DOWN group default link/ether 02:42:54:a1:84:b8 brd ff:ff:ff:ff:ff:ff inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0 valid_lft forever preferred_lft forever 6: vxlan.calico: mtu 1440 qdisc noqueue state UNKNOWN group default link/ether 66:b0:66:fc:8e:8c brd ff:ff:ff:ff:ff:ff inet 192.168.153.64/32 brd 192.168.153.64 scope global vxlan.calico valid_lft forever preferred_lft forever inet6 fe80::64b0:66ff:fefc:8e8c/64 scope link valid_lft forever preferred_lft forever 7: calid69e41364fe@if3: mtu 1440 qdisc noqueue state UP group default link/ether ee:ee:ee:ee:ee:ee brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet6 fe80::ecee:eeff:feee:eeee/64 scope link valid_lft forever preferred_lft forever 8: calif0ee3aada81@if3: mtu 1440 qdisc noqueue state UP group default link/ether ee:ee:ee:ee:ee:ee brd ff:ff:ff:ff:ff:ff link-netnsid 1 inet6 fe80::ecee:eeff:feee:eeee/64 scope link valid_lft forever preferred_lft forever
nc -vz requests to any of the IP's above at port 80 provide (tcp) failed: Connection refused
The curl command as follows fails:curl -H "HOST: www.example.com" http://192.168.1.64:80 curl: (7) Failed to connect to 192.168.1.64 port 80: Connection refused
0 -
Hello,
I seem to have a similar issue. I can curl the ip shown in ingress-test with successName: ingress-test Namespace: anthill Address: Default backend: default-http-backend:80 (<error: endpoints "default-http-backend" not found>) Rules: Host Path Backends ---- ---- -------- www.example.com / secondapp:80 192.168.77.199:80) Annotations: kubernetes.io/ingress.class: traefik Events: <none>curl -H "HOST: www.example.com" http://192.168.77.199 <!DOCTYPE html> <html> <head> <title>Welcome to nginx!</title> ...
However I'm not sure if this is the correct IP. The following command doesn't provide any usable IP address for the ingress
nkerr@unode1:~$ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: ens160: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 00:0c:29:77:83:0b brd ff:ff:ff:ff:ff:ff inet 192.168.1.64/24 brd 192.168.1.255 scope global dynamic ens160 valid_lft 76414sec preferred_lft 76414sec inet6 fe80::20c:29ff:fe77:830b/64 scope link valid_lft forever preferred_lft forever 3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default link/ether 02:42:54:a1:84:b8 brd ff:ff:ff:ff:ff:ff inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0 valid_lft forever preferred_lft forever 6: vxlan.calico: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1440 qdisc noqueue state UNKNOWN group default link/ether 66:b0:66:fc:8e:8c brd ff:ff:ff:ff:ff:ff inet 192.168.153.64/32 brd 192.168.153.64 scope global vxlan.calico valid_lft forever preferred_lft forever inet6 fe80::64b0:66ff:fefc:8e8c/64 scope link valid_lft forever preferred_lft forever 7: calid69e41364fe@if3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1440 qdisc noqueue state UP group default link/ether ee:ee:ee:ee:ee:ee brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet6 fe80::ecee:eeff:feee:eeee/64 scope link valid_lft forever preferred_lft forever 8: calif0ee3aada81@if3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1440 qdisc noqueue state UP group default link/ether ee:ee:ee:ee:ee:ee brd ff:ff:ff:ff:ff:ff link-netnsid 1 inet6 fe80::ecee:eeff:feee:eeee/64 scope link valid_lft forever preferred_lft foreverUsing the curl command with one of the above IP's doesn't work. nc commands to these result in (tcp) failed: Connection refused
Not sure what I'm missing here.
0 -
Hi @nkerr,
The
ip acommand is returning the node's IP address, that you can then test withcurl -H .... If unsure, you may be able to confirm the node IP from your hypervisor or cloud console used to configure your node instances.From your output, however, it may seem that you cluster is misconfigured - your node IP addresses overlapping with the default pod network
192.168.0.0/16managed by Calico. These two networks should not overlap in a cluster.Regards,
-Chris0 -
Hi @mmckenzie,
Being able to access a pod, its service, and an ingress from only from the node where the pod is deployed, only shows that the networking is misconfigured at the cluster infrastructure level. It is not a solution, nor does it fix the networking issue.
Regards,
-Chris0 -
@chrispokorni
I'm not sure what indicator I've provided shows an overlapping IP addresses, but the kubernetes/calico cluster is configured based on the provided scripts with a slight alteration that was required to get it to work, Switching from IP-in-IP to VXLAN.0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 754 Linux Foundation IT Professional Programs
- 374 Cloud Engineer IT Professional Program
- 170 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 5 DevOps & GitOps IT Professional Program
- 100 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 2 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 5 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 2 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 794 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 89 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 112 Mobile Computing
- 20 Android
- 77 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 393 Off Topic
- 121 Introductions
- 182 Small Talk
- 29 Study Material
- 977 Programming and Development
- 310 Kernel Development
- 649 Software Development
- 990 Software
- 382 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)