-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

etcd


> A distributed, reliable key-value store for the most critical data of a distributed system.

More information.


Start a single-node etcd cluster:

etcd

Start a single-node etcd cluster, listening for client requests on a custom URL:

etcd --advertise-client-urls {http://127.0.0.1:1234} --listen-client-urls {http://127.0.0.1:1234}

Start a single-node etcd cluster with a custom name:

etcd --name {my_etcd_cluster}

Start a single-node etcd cluster with extensive metrics available at http://localhost:2379/debug/pprof/:

etcd --enable-pprof --metrics extensive


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 07:27:52 2024