@@ -10,9 +10,6 @@ Before you begin, ensure you have the following:
10
10
11
11
1 . ** etcd Installed**
12
12
Build or download etcd from [ Install] [ ] and verify that the ` etcd ` binary is in your system’s PATH.
13
- {{% alert color="warning" %}}** Important** : Ensure that you perform the last
14
- step of the installation instructions to verify that ` etcd ` is in your path.
15
- {{% /alert %}}
16
13
17
14
2 . ** Terminal Access**
18
15
You’ll need two terminal windows: one to run the etcd server and one to interact with it using ` etcdctl ` .
@@ -34,10 +31,6 @@ Choose the workflow that best fits your role:
34
31
⋮
35
32
```
36
33
37
- {{% alert color="info" %}}**Note**: The output produced by `etcd` are
38
- [logs](../op-guide/configuration/#logging) — info-level logs can
39
- be ignored. {{% /alert %}}
40
-
41
34
2. **Interact with etcd**
42
35
In a separate terminal, run the following commands to set and retrieve a key:
43
36
@@ -71,38 +64,42 @@ Choose the workflow that best fits your role:
71
64
```
72
65
73
66
3. **Configure and Secure etcd**
74
- Check out the Operator Guide for steps on clustering, securing with TLS, and performance tuning.
67
+ Check out the [Operations guide][] for steps on [clustering][], securing with TLS, and performance tuning.
68
+
75
69
4. **Troubleshooting & Maintenance**
76
70
If issues arise, consult the Troubleshooting section for common problems and solutions.
77
71
78
72
## What's next?
79
73
80
74
Learn about more ways to configure and use etcd from the following pages:
81
75
82
- - ### **Development:**
76
+ ### **Development:**
77
+
78
+ Continue with the [Developer guide][dev-guide], which includes the [Set up a local cluster][] page, [API][] references, and integration examples.
83
79
84
- Continue with the [Developer guide][], which includes the [Set up a local cluster][] page, [ API][] references, and integration examples.
80
+ - Explore the gRPC [ API][]
85
81
86
- - #### Explore the gRPC [API][ ]
82
+ - Find [language bindings and tools][integrations ]
87
83
88
- - #### Find [language bindings and tools][integrations]
84
+ ### **Operations:**
89
85
90
- - ### ** Operations:**
86
+ Proceed to the [ Operations guide][op-guide] for advanced configuration, clustering, security, and performance tuning.
91
87
92
- Proceed to the [Operations guide][] for advanced configuration, clustering, security, and performance tuning.
88
+ - Set up a [multi-machine cluster][ clustering]
93
89
94
- - #### Set up a [multi-machine cluster][clustering ]
90
+ - Use TLS to [secure an etcd cluster][security ]
95
91
96
- - #### Use TLS to [secure an etcd cluster][security ]
92
+ - [Tune etcd][tuning ]
97
93
98
- - #### [Tune etcd][tuning]
94
+ - Learn how to [configure][] etcd
99
95
100
- - #### Learn how to [configure][] etcd
101
96
102
- [api ]: /docs/{{< param version >}}/learning/api
97
+ [API ]: /docs/{{< param version >}}/learning/api
103
98
[clustering]: /docs/{{< param version >}}/op-guide/clustering
104
99
[configure]: /docs/{{< param version >}}/op-guide/configuration
105
100
[integrations]: /docs/{{< param version >}}/integrations
106
101
[security]: /docs/{{< param version >}}/op-guide/security
107
102
[tuning]: /docs/{{< param version >}}/tuning
108
103
[Install]: ../install/
104
+ [dev-guide]: /docs/{{< param version >}}/dev-guide
105
+ [op-guide]: /docs/{{< param version >}}/op-guide
0 commit comments