Understanding Distributed Consensus in etcd and Kubernetes - Laura Frank, CloudBees

Sdílet
Vložit
  • čas přidán 1. 07. 2024
  • Want to view more sessions and keep the conversations going? Join us for KubeCon + CloudNativeCon North America in Seattle, December 11 - 13, 2018 (bit.ly/KCCNCNA18) or in Shanghai, November 14-15 (bit.ly/kccncchina18).
    Understanding Distributed Consensus in etcd and Kubernetes - Laura Frank, Codeship (Intermediate Skill Level)
    The Raft consensus algorithm is at the core of etcd, allowing you to run highly available services across your Kubernetes cluster. But how exactly does quorum work, what happens when a node goes down, and how do all of the machines agree on the actual state of your services? Where is the Raft log stored, and how can you inspect it? Come away with deeper understanding of two of Raft’s main responsibilities, log replication and leader election, and be better equipped to make informed choices about your service declarations and cluster configurations.
    About Laura
    As the Director of Engineering at CloudBees and a Docker Captain, Laura's primary focus is making tools for other developers. At CloudBees, she works on improving the Docker infrastructure of the Codeship product and overall experience for all users of the CI/CD platform. Previously, she worked on several open source projects to support Docker in the early stages of the project, including Panamax and ImageLayers. She currently lives in Vienna.
    Join us for KubeCon + CloudNativeCon in Barcelona May 20 - 23, Shanghai June 24 - 26, and San Diego November 18 - 21! Learn more at kubecon.io. The conference features presentations from developers and end users of Kubernetes, Prometheus, Envoy and all of the other CNCF-hosted projects.
  • Věda a technologie

Komentáře • 6

  • @hunter110783
    @hunter110783 Před 6 měsíci

    Great presentation! Really helped me understand raft and consensus!

  • @pengdu7751
    @pengdu7751 Před 3 lety +2

    this is probably one of the best talks I've seen especially among technical talks. she also handles the wifi failure pretty well.

  • @jameshwest
    @jameshwest Před 2 lety +2

    Great presentation. Well organized, good depth, good animations to understand the key points

  • @dheerajk5276
    @dheerajk5276 Před 4 lety

    great explanation. I love the way leader elections explained

  • @moogaambo
    @moogaambo Před 5 lety

    Really nice presentation .. with basic terms explained. Thank you.

  • @jackalhu8228
    @jackalhu8228 Před 4 lety +1

    23:30 Log Replication Repairing Inconsistencies
    27:38 Failure Recovery