Webinar: Kubernetes and Networks: Why is This So Dang Hard?

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 10

  • @jjarechiga
    @jjarechiga 4 роки тому +2

    Great talk!
    The audio quality degrades after the 35 minute mark in the Q&A then it gets good again.

  • @epiphany8728
    @epiphany8728 3 місяці тому

    Is this possible to demonstrate in packet tracer for example?

  • @tomknud
    @tomknud Рік тому

    Neat rundown of the options in Pod Internetworking, thanks.

  • @DudeSkinnyTall
    @DudeSkinnyTall 4 роки тому +5

    The audio clips all the time, the talk is great though

  • @francisantony12
    @francisantony12 2 роки тому +1

    25:40 : I think the VIP is assigned to the node. ( Same NIC with multiple IPs ) If this is true, VIP should not be shown as a box outside the cluster.

    • @es3t
      @es3t 2 роки тому +1

      Can be if the same IP exists on multiple nodes than literally it's on the nodes NICs a you said but doesn't mean that the VIP is used by all of them. It floats. So in those circumstances floating value of that NIC which is the IP itself can be and should be outside the box because it moves whenever it needs.

  • @1018hb
    @1018hb 3 роки тому

    I want to pods running on independent host with static ip and want to communicate with pods running in Kubernetes cluster. Only way to communicate is using static ip. How can I do that? I tried to use weavenet, but it works fine between two independent hosts, I can join multiple hosts to weavenet but how can I make it work with Kubernetes cluster.

  • @alveedev
    @alveedev 6 місяців тому

    k8s great

  • @pengdu7751
    @pengdu7751 3 роки тому

    cluster CIDR range doesn't have to be "taken" from the network range right? so Cluster:10.0.0.0/16 has nothing to do with Network:10.0.0.0/8?

    • @es3t
      @es3t 2 роки тому

      That's just for model