Lab 3.4 - Deploy a Simple Application
I'm having trouble viewing the output of nginx via curl inside the master node, I'm using GCP and the firewall rule allows access to everything, what am I doing wrong?
when I use tcpdump it receives the request but there is no content from the webserver


Regards,
Rousseau
Comments
-
Hi @rbraga,
Can you also provide screenshots of your Firewall rules and VPC settings?
Regards,
-Chris0 -
Hi of course I'll show you


0 -
Your infra config looks ok.
Is there an OS firewall that may be enabled?
Are your nodes ready and all your control plane pods running ok?kubectl get nodeskubectl get pods -Ao wideRegards,
-Chris0 -
Hi Chris check out below

I cleared the firewall rule

I checked the firewall's rules, there were rules that ubuntu itself initializes, so I cleaned them all, but I still don't see the content using curl, I entered the pod shell using kubectl exec and I can see the output using localhost curl

Regards,
-Rousseau0 -
Hi @serewicz
I created the service as described in the lab's pdf, just using kubectl expose deployment / nginx, I also deleted the service and it doesn't work, do I have to change the default.conf of nginx ??
I already did this pdf activity in GCP as in the cluster in my work the result is the same.
I can't believe that I've been stuck in this activity for a few days trying to find out why the result doesn't come out the same as the PDF.
regards
0 -
Hi @rbraga,
Your latest snapshots reveal that the issue may be caused by the way the networking is setup.
Your Pod IPs are from the 10.234.x.x subnet. What is the size of the Pod network, as setup by your CNI plugin and as it was included in the
kubeadm initcommand?Also, it seems that the Service Cluster IPs are also from the same network 10.234.x.x.
If the Pod network and the Services network overlap, this may cause routing issues when the Service is attempting to forward the request to its Endpoint Pod(s).In a cluster the Node IP addresses, the Pod network from the CNI plugin, and the Service Cluster IP network should not overlap, they should all be distinct.
Regards,
-Chris0 -
Hi @rbraga,
On GCP, you seem to have the following config:
Your VPC is 10.21.0.0/16 so the expected VM IP addresses should be from this subnet (from the VPC Network details). The firewall rule to allow all traffic is also set for this VPC network.
Your Node IP addresses were 10.158.0.2 and 10.158.0.3 - not part of the VPC, and not under the firewall rule defined earlier.
Was all this intentional? Or do you have different VPC networks, with different Firewall rules?
Regards,
-Chris0 -
Hi @chrispokorni
These last screenshots are from a my personal server that I built with rancher and it is not GCP, I'll do it at GCP again following the course video again to see if I can get the same result.0 -
I deleted all the VM's and redid it all again and it worked.

thanks for all the help
Regards
1
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 750 Linux Foundation IT Professional Programs
- 373 Cloud Engineer IT Professional Program
- 169 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 4 DevOps & GitOps IT Professional Program
- 99 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 1 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 4 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
- 1 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 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
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 955 Programming and Development
- 310 Kernel Development
- 627 Software Development
- 984 Software
- 376 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)