The ins and outs of networking in Google Container Engine and Kubernetes (Google Cloud Next '17)

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

КОМЕНТАРІ • 20

  • @ch4.hayabusa
    @ch4.hayabusa 6 років тому +1

    16:35 appreciate the honesty... This is such a massive code as infrastructure library with a billion plugins... There is a steep learning curve

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

    Awesome. Networking is Deep and Complex

  • @sampowers1234
    @sampowers1234 7 років тому +2

    this talk is so good. I like the repitition (reinforcement).

  • @dineshdeshmukh2801
    @dineshdeshmukh2801 6 років тому +2

    Must watch for beginners...no docs or blogs can match this.

    • @cla2008
      @cla2008 6 років тому

      doesnt make any sense. blog with the same information would be a lot better, since you can search text\you can skip parts you know\etc. videos are by far the worst medium to pass information so far.

  • @张晶峰
    @张晶峰 7 років тому

    For the DNAT approach, when the load balancer forwards the request patch to the VM node, it does not change the destination IP and port, so, it means the load balancer and the VM node should be in the same L2 network, right?

  • @ajit555db
    @ajit555db 5 років тому

    wow, jewel of a presentation to understand k8s networking.

    • @danielhd6719
      @danielhd6719 5 років тому

      First understand how networking overall works (without custom implementations on k8s) and you will understand anything that will be created in the next 50 years..

  • @zhq527725
    @zhq527725 7 років тому

    Thanks, very cool talk! And you guys are humorous :-)

  • @tomviglini
    @tomviglini 7 років тому +2

    Very informative!

  • @jacekszlachta5339
    @jacekszlachta5339 7 років тому

    Awesome presentation!

  • @gaatutube
    @gaatutube 7 років тому

    Great talk. Thanks.

  • @ajit555db
    @ajit555db 5 років тому

    The big downside of using the Network LB for ingress is that each service you expose with a LoadBalancer will get its own IP address, and you have to pay for a LoadBalancer per exposed service, which can get expensive!

    • @danielhd6719
      @danielhd6719 5 років тому

      Thats why you create an ingress in such a case and split traffic between services using path

  • @zhigangqiu9380
    @zhigangqiu9380 7 років тому

    Where can download the slides?

    • @jianjunxie7236
      @jianjunxie7236 7 років тому

      speakerdeck.com/thockin/the-ins-and-outs-of-networking-in-google-container-engine

    • @shadyshandilya
      @shadyshandilya 6 років тому

      @@jianjunxie7236 thanks

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

    4