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
{{ message }}
This repository was archived by the owner on Sep 6, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
Before starting the installation process, you need:
6
6
7
7
- A GCP account with Administrator access
8
-
-[Create one now by clicking here](https://console.cloud.google.com/)
9
-
- GCP credentials set up.
8
+
-[Create one now by clicking here](https://console.cloud.google.com/freetrial)
9
+
- GCP credentials set up. Install [gcloud](https://cloud.google.com/sdk/docs/install)
10
10
- A `.env` file with basic details about the environment.
11
11
- We provide an example of such file [here](.env.example).
12
12
-[Docker](https://docs.docker.com/engine/install/) installed on your machine, or better, a Gitpod workspace :)
@@ -19,15 +19,15 @@ make install
19
19
20
20
The whole process takes around twenty minutes. In the end, the following resources are created:
21
21
22
-
- a GKE cluster running Kubernetes v1.21
23
-
- GCP L4 load balancer
24
-
- Cloud SQL Mysql database
25
-
- Cloud DNS zone
26
-
- In-cluster docker registry using [Cloud Storage](https://cloud.google.com/storage) as storage backend
27
-
-[calico](https://docs.projectcalico.org) as CNI and NetworkPolicy implementation
28
-
-[cert-manager](https://cert-manager.io/) for self-signed SSL certificates
29
-
-[Jaeger operator](https://github.com/jaegertracing/helm-charts/tree/main/charts/jaeger-operator) - and Jaeger deployment for gitpod distributed tracing
- a GKE cluster running Kubernetes v1.21 ([rapid channel](https://cloud.google.com/kubernetes-engine/docs/release-notes-rapid)).
23
+
- GCP L4 load balancer.
24
+
- Cloud SQL - Mysql database.
25
+
- Cloud DNS zone.
26
+
- In-cluster docker registry using [Cloud Storage](https://cloud.google.com/storage) as storage backend.
27
+
-[calico](https://docs.projectcalico.org) as CNI and NetworkPolicy implementation.
28
+
-[cert-manager](https://cert-manager.io/) for self-signed SSL certificates.
29
+
-[Jaeger operator](https://github.com/jaegertracing/helm-charts/tree/main/charts/jaeger-operator) - and Jaeger deployment for gitpod distributed tracing.
0 commit comments