You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide walks you through installing and running PipeCD locally using Kind, covering the essential steps to get a working Kubernetes cluster and PipeCD setup for local experimentation.
12
-
13
9
## Video walkthrough
14
10
15
11
Prefer a video? Watch the step-by-step walkthrough here:
@@ -29,15 +25,15 @@ By the end of this guide, you will have:
29
25
30
26
This setup typically takes 20–30 minutes, depending on your system and network speed.
31
27
32
-
## Value
28
+
## When to use this guide
33
29
34
30
Use this guide if you want to:
35
31
36
32
- Try PipeCD locally without cloud infrastructure.
37
33
- Understand how PipeCD components fit together.
38
34
- Experiment safely before moving to production.
39
35
40
-
This is not a production setup. For production environments, refer to the official [PipeCD deployment guides](https://pipecd.dev/docs-v1.0.x/user-guide/managing-application/).
36
+
This is not a production setup. For production environments, refer to the official [PipeCD installation guide](https://pipecd.dev/docs-v1.0.x/installation/).
41
37
42
38
## Before you begin
43
39
@@ -246,16 +242,6 @@ sed -e "s/<YOUR_PIPED_ID>/${PIPED_ID}/g" \
246
242
-e "s/<YOUR_PIPED_KEY_DATA>/${PIPED_KEY}/g"| \
247
243
kubectl apply -n pipecd -f -
248
244
```
249
-
250
-
You can also inject values directly in the command:
0 commit comments