Load Balancer #250
Unanswered
yunkon-kim
asked this question in
Show and tell
Replies: 2 comments
-
[Command] kubectl get services --all-namespaces [On-prem K3s]
NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
default kubernetes ClusterIP 10.43.0.1 <none> 443/TCP 33d
kube-system kube-dns ClusterIP 10.43.0.10 <none> 53/UDP,53/TCP,9153/TCP 33d
kube-system metrics-server ClusterIP 10.43.255.18 <none> 443/TCP 33d
kube-system traefik LoadBalancer 10.43.1.115 192.168.10.100,192.168.10.101,192.168.10.102 80:30519/TCP,443:30328/TCP 33d [MCKS]
|
Beta Was this translation helpful? Give feedback.
0 replies
-
[MCKS] Resovled (see the memo below):
Issue:
[Memo] Change default network interfaceDownload kube-flannel.yml and add
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to share an issue and study of load balancer in this discussion.
2 types of clusters will be used.
Beta Was this translation helpful? Give feedback.
All reactions