Deep Dive: etcd - Jingyi Hu, Google

Sdílet
Vložit
  • čas přidán 29. 06. 2024
  • Join us for Kubernetes Forums Seoul, Sydney, Bengaluru and Delhi - learn more at kubecon.io
    Don't miss KubeCon + CloudNativeCon 2020 events in Amsterdam March 30 - April 2, Shanghai July 28-30 and Boston November 17-20! 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
    Deep Dive: etcd - Jingyi Hu, Google
    etcd, a distributed key-value store, is the most critical component to Kubernetes control plane to provide strong consistency and durability of cluster metadata. etcd implements Raft consensus algorithm to distribute the data across multiple nodes. All data replication is done by Raft. Did you know etcd Raft package is also used in many other projects? CockroachDB shares etcd Raft implementation for its group membership protocol. TiKV ported etcd Raft to Rust, which is originally written in Go, and uses it to implement their distributed transactional data base. This session will cover the basics of Raft consensus algorithms, its implementation details, and future roadmap of Raft package.
    sched.co/Nrqh
  • Věda a technologie

Komentáře • 10

  • @dariowirtz
    @dariowirtz Před 4 lety +4

    outstanding talk, thanks a lot!

  • @alveedev
    @alveedev Před měsícem

    great talk

  • @smrutitripathy249
    @smrutitripathy249 Před 3 lety

    Very nice explanation.!!! Thanks!!

  • @joeyzhao1596
    @joeyzhao1596 Před 3 lety

    async flush data can be an effective solution, nice question.

  • @SergeyShL
    @SergeyShL Před 2 lety +4

    When you say "this", "it" - not clear what you mean, the picture doesn't show your pointer.

  • @JoelBondurant
    @JoelBondurant Před 2 lety

    Nice, very impressive to explain it in English and Chinese, wow I feel dumb.

  • @echoturing7334
    @echoturing7334 Před rokem

    thx

  • @caruccio
    @caruccio Před 2 lety

    *storage

  • @mohitkumar-jv2bx
    @mohitkumar-jv2bx Před 2 měsíci

    Probably no one from chine would actually relate to "term" and "election". 🤣