Skip to content

Commit be1f626

Browse files
authored
docs: update aws and gcp self-managed page with terraform instructions (#30846)
1 parent f10e8ee commit be1f626

File tree

10 files changed

+713
-186
lines changed

10 files changed

+713
-186
lines changed

doc/user/content/self-managed/_index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ Kubernetes environment. For self-managed Materialize, Materialize offers:
1919

2020
The self-managed Materialize requires the following:
2121

22-
- Kubernetes (v1.19+) environment.
23-
24-
- PostgreSQL or CockroachDB as a metadata database.
25-
26-
- Blob storage.
22+
{{% self-managed/requirements-list %}}
2723

2824
See the [Installation guide](/self-managed/installation/) for more information.
2925

doc/user/content/self-managed/installation/_index.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,30 @@ robots: "noindex, nofollow"
55
disable_list: true
66
---
77

8-
## Install locally
8+
You can install self-managed Materialize on a Kubernetes cluster running locally
9+
or on a cloud provider.
910

10-
- [Install locally on kind](/self-managed/installation/install-on-local-kind/)
11+
## Install locally
1112

12-
- [Install locally on minikube](/self-managed/installation/install-on-local-minikube/)
13+
{{< multilinkbox >}}
14+
{{< linkbox title="Using Docker/kind" >}}
15+
[Install locally on kind](/self-managed/installation/install-on-local-kind/)
16+
{{</ linkbox >}}
17+
{{< linkbox title="Using Docker/minikube" >}}
18+
[Install locally on minikube](/self-managed/installation/install-on-local-minikube/)
19+
{{</ linkbox >}}
20+
{{</ multilinkbox >}}
1321

1422
## Install on cloud provider
1523

16-
- [Install on AWS](/self-managed/installation/install-on-aws/)
17-
- [Install on GCP](/self-managed/installation/install-on-gcp/)
24+
{{< multilinkbox >}}
25+
{{< linkbox title="AWS" >}}
26+
[Install on AWS](/self-managed/installation/install-on-aws/)
27+
{{</ linkbox >}}
28+
{{< linkbox title="GCP" >}}
29+
[Install on GCP](/self-managed/installation/install-on-gcp/)
30+
{{</ linkbox >}}
31+
{{</ multilinkbox >}}
1832

1933
## See also
2034

0 commit comments

Comments
 (0)