CoreOS: Bootstrapping etcd

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • Kelsey Hightower, CoreOS's Developer and Advocate, gives a demo on bootstrapping etcd.
    etcd is an open source, distributed, consistent key-value store for shared configuration, service discovery, and scheduler coordination. By using etcd, applications can ensure that even in the face of individual servers failing, the application will continue to work. etcd is a core component of CoreOS software that facilitates safe automatic updates, coordinating work being scheduled to hosts, and setting up overlay networking for containers.
    For more information, check out coreos.com/blo...
    Event produced by Rackspace and filmed at Geekdom San Francisco on January 27th, 2015.
    Rackspace is dedicated to open source and open community. Join us at developer.racks...
    Follow @GeekdomSF for upcoming events and inquire about SF coworking membership at geekdomsf.com/

Комментарии • 21

  • @testo4970
    @testo4970 5 лет назад

    worthy demonstration, interesting talk, important questions

  • @TheSmartbit
    @TheSmartbit 9 лет назад +1

    The webpage Kelsey is using coreos.com/os/docs/latest/cluster-architectures.html.
    Or use the search term "Production Cluster with Central Services"

    • @vincenzogael5483
      @vincenzogael5483 3 года назад

      A trick: you can watch movies at KaldroStream. I've been using it for watching lots of of movies recently.

    • @olivermaximo4149
      @olivermaximo4149 3 года назад

      @Vincenzo Gael definitely, have been watching on Kaldrostream for since december myself =)

    • @samuelgunnar4066
      @samuelgunnar4066 3 года назад

      @Vincenzo Gael definitely, I have been using kaldroStream for months myself :)

    • @kenzofinn5782
      @kenzofinn5782 3 года назад

      @Vincenzo Gael definitely, I have been watching on kaldroStream for years myself :)

    • @watsonzayd8708
      @watsonzayd8708 3 года назад

      @Vincenzo Gael yup, been using kaldroStream for years myself :D

  • @akokuenow
    @akokuenow 3 года назад

    Thanks for the demo. What happens if I don't specify cluster size cause I expect it to grow up to a certain value? Say the cluster size is not specified and the default value of 3 is used, what happens when a fourth, fifth, sixth, etc node is added?