Etcd
- By Canonical Kubernetes
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 728 | 20 Mar 2023 | |
latest/candidate | 728 | 16 Mar 2023 | |
latest/beta | 722 | 09 Dec 2022 | |
latest/edge | 729 | 21 Mar 2023 | |
1.27/edge | 729 | 21 Mar 2023 | |
1.26/stable | 728 | 20 Mar 2023 | |
1.26/candidate | 728 | 16 Mar 2023 | |
1.26/beta | 722 | 09 Dec 2022 | |
1.26/edge | 720 | 19 Nov 2022 | |
1.25/stable | 718 | 30 Sep 2022 | |
1.25/candidate | 718 | 28 Sep 2022 | |
1.25/beta | 721 | 01 Dec 2022 | |
1.25/edge | 708 | 09 Sep 2022 | |
1.24/stable | 701 | 04 Aug 2022 | |
1.24/candidate | 701 | 01 Aug 2022 | |
1.24/beta | 691 | 03 May 2022 | |
1.24/edge | 700 | 22 Jul 2022 | |
1.23/beta | 682 | 22 Mar 2022 | |
1.23/edge | 680 | 24 Feb 2022 |
juju deploy etcd
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
Etcd
Etcd is a highly available distributed key value store that provides a reliable way to store data across a cluster of machines. Etcd gracefully handles master elections during network partitions and will tolerate machine failure, including the master.
Your applications can read and write data into etcd. A simple use-case is to store database connection details or feature flags in etcd as key value pairs. These values can be watched, allowing your app to reconfigure itself when they change.
Advanced uses take advantage of the consistency guarantees to implement database master elections or do distributed locking across a cluster of workers.
Etcd allows storing data in a distributed hierarchical database with observation.
This charm is maintained along with the components of Charmed Kubernetes. For full information, please visit the official Charmed Kubernetes docs.