Distributed computing powered with etcd: Overview and future
Etcd is an open source distributed consistent key-value store. It has become a mature cornerstone of a variety of systems in the container ecosystem for networking, service discovery, configuration management, and load balancing. Brandon Philips dives into etcd, exploring its history, its new v3 API, production use cases, and how it powers reliable distributed systems.
Talk Title | Distributed computing powered with etcd: Overview and future |
Speakers | Brandon Philips (CoreOS, Inc) |
Conference | O’Reilly Open Source Convention |
Conf Tag | |
Location | Austin, Texas |
Date | May 16-19, 2016 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
Running resilient, hyperscale infrastructure today means running it in a distributed way. But building distributed systems is complex and can be a challenge because one of the essential elements includes removing any single point of failure. The answer? Powering these systems with a reliable, distributed database, designed to ensure that your infrastructure stays up and running even when individual servers fail. Etcd is an open source distributed consistent key-value store introduced by the team at CoreOS. Since its release in 2013, etcd has become a mature cornerstone of a variety of systems in the container ecosystem for doing networking, service discovery, configuration management, and load balancing. Brandon Philips dives into etcd, exploring its history, its new v3 API, production use cases, and how it powers reliable distributed systems. Topics include: