You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kubernetes version: k3s version 1.19.1
Cloud being used: (put bare-metal if not on a public cloud) : On contabo VPS
Installation method: https://github.com/techno-tim/k3s-ansible
Host OS: Ubuntu version 22.04
CNI and version: flannel
Hello,
I have 5 VPS I wanted to have some fun and make a kubernetes HA cluster. I am a beginner in the world of kubernetes.
So my nodes communicate through a vpn tunnel under wireguard.
I have 3 masters 10.0.0.1 and 10.0.0.2 and 10.0.0.3
and
2 workers in 10.0.0.3 and 10.0.0.5.
and a VIP (kube-vip) in 10.0.0.200
all my flows go through the wg0 interface for traffic in 10.0.0.0/24
The problem is that my worker and master nodes manage to communicate with each other via the VPN, but when I decide to have my workers communicate with the VIP, there's no response from the VIP.
I think I'm misconfiguring the Kube-VIP in my cluster.
I'm also wondering about using BGP to have dynamic routes depending on the nodes and for HA.
If someone can explain me the BGP with Kube-vip or how can i solve the problem please
ping:
The ansible remains blocked when k3s-nodes service is trying to start and has to fetch a curl of the 10.0.0.200 cert:
This discussion was converted from issue #617 on December 12, 2024 21:28.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Cluster information:
Kubernetes version: k3s version 1.19.1
Cloud being used: (put bare-metal if not on a public cloud) : On contabo VPS
Installation method: https://github.com/techno-tim/k3s-ansible
Host OS: Ubuntu version 22.04
CNI and version: flannel
Hello,
I have 5 VPS I wanted to have some fun and make a kubernetes HA cluster. I am a beginner in the world of kubernetes.
So my nodes communicate through a vpn tunnel under wireguard.
I have 3 masters 10.0.0.1 and 10.0.0.2 and 10.0.0.3
and
2 workers in 10.0.0.3 and 10.0.0.5.
and a VIP (kube-vip) in 10.0.0.200
all my flows go through the wg0 interface for traffic in 10.0.0.0/24
My wireguard github: https://github.com/ByAziX/ansible-wireguard
The problem is that my worker and master nodes manage to communicate with each other via the VPN, but when I decide to have my workers communicate with the VIP, there's no response from the VIP.
I think I'm misconfiguring the Kube-VIP in my cluster.
I'm also wondering about using BGP to have dynamic routes depending on the nodes and for HA.
If someone can explain me the BGP with Kube-vip or how can i solve the problem please
ping:
The ansible remains blocked when k3s-nodes service is trying to start and has to fetch a curl of the 10.0.0.200 cert:
k3s-node service
~# kubectl get pods -n kube-system
master 1:
Variables Used
all.yml
Hosts
host.ini
Beta Was this translation helpful? Give feedback.
All reactions