Giter Site home page Giter Site logo

Comments (7)

Devying avatar Devying commented on May 21, 2024

二进制的用过,但是你说的这个问题我用的也是ipvs ,traefik用的没问题,除非你端口冲突了

from kubeadm-ha.

Devying avatar Devying commented on May 21, 2024

@dotbalo 你是不是用的DaemonSet的方式?那你用hostPort就是占用了节点的443端口了.

from kubeadm-ha.

Devying avatar Devying commented on May 21, 2024

DaemonSet 中的 Pod 可以使用 hostPort,从而可以通过 Node IP 访问到 Pod。客户端能通过某种方法知道 Node IP 列表,并且基于此也可以知道端口。

from kubeadm-ha.

cookeem avatar cookeem commented on May 21, 2024

hostPort和hostNetwork的最大区别是pod的IP地址不一样,hostPort使用clusterIP,但是hostNetwork使用的是Node ip。
你可以对比一下是否必须使用nodeip

from kubeadm-ha.

Devying avatar Devying commented on May 21, 2024

@cookeem 能贴一个yaml出来对比下吗?很少用这个daemonSet

from kubeadm-ha.

cookeem avatar cookeem commented on May 21, 2024

@Devying
https://github.com/cookeem/kubeadm-ha/blob/master/traefik/step2-traefik-ds.yaml

from kubeadm-ha.

cookeem avatar cookeem commented on May 21, 2024

@dotbalo ipvs这种网络模式还没有了解过。不过官方文档是有这种模式的说明

https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies

In this mode, kube-proxy watches Kubernetes Services and Endpoints, calls netlink interface to create ipvs rules accordingly and syncs ipvs rules with Kubernetes Services and Endpoints periodically, to make sure ipvs status is consistent with the expectation. When Service is accessed, traffic will be redirected to one of the backend Pods.
Similar to iptables, Ipvs is based on netfilter hook function, but uses hash table as the underlying data structure and works in the kernel space. That means ipvs redirects traffic much faster, and has much better performance when syncing proxy rules.

from kubeadm-ha.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.