curl'ing service fails (times out) unless made from node not hosting the pod
On both labs 2 (curl a service (pod is on the worker) from master), and lab 3 (curl registry on port 5000 running on worker from master), my network calls time out. If i issue the same curl statement from the worker it works. this indicates that inter-node http traffic is blocked or failing. My two VMs are deployed on GCP on the default VPC. I have verified that I have a firewall rule enabling all traffic on all ports internally between machines. i read on a forum thread that apparmor could also possibly get in the way so i terminated that service on both nodes. i'm at my wit's end as to why i can't make an http call from master to worker. the hint on page 21 of the lab instructions (chapter 3) is not specific enough to allow me to figure out the proper way to configure GCP: "if the connection hangs it may be due to a firewall issue; ..ensure your instances are running using VPC setup and all ports are allowed.." -- please provide explicit steps. thanks.
Comments
-
thinking about this further.. since my cluster is up and my worker joined it, and commands from master such as
kubectl get nodesindicate that the two nodes are communicating just fine, i must conclude this issue has nothing to do with the vpc setup in gcp. i suspect it has to do with how kube-proxy and iptables are configured perhaps..0 -
i'm looking at the k8smaster.sh script, it issues kubeadm init with --pod-network-cidr of 192.16.8.0.0/16, but my clusterip is in the 10.99 range. i wonder if perhaps the --service-cidr flag should accompany that command?
0 -
Hi @EitanSuez,
The cluster IP is expected to be in a different IP range because it is not a pod, thus will not receive an IP from the range specified for pods.
The default VPC on GCP may be blocking some ports - it is a strange behavior even when you create a firewall rule to open all ports, and you expect all traffic to go thru. The suggestion from prior posts is that you create a new VPC with a new firewall rule open to all traffic, and add your VM instances in this custom VPC.
Ubuntu on GCP typically has ufw (Ubuntu firewall) inactive, but it can't hurt to verify that too, to make sure it is not active and blocking some of the ports.
Regards,
-Chris0 -
Thanks Chris, I'll give that a go today and report back..
0 -
yep, worked like a charm! i can confirm that when i create my own vpc and add in my own allow-internal firewall rule to that vpc, then the problem i describe above does not manifest itself.
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)