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
Copy file name to clipboardExpand all lines: README.md
+16-16
Original file line number
Diff line number
Diff line change
@@ -4,36 +4,36 @@ This is a public repo, do not store service account names, project id's or other
4
4
5
5
## Web Applications
6
6
7
-
-[How do I configure my gcloud CLI](docs/new-gcloud-profile.md)
8
-
-[How do I create a new application and have it pushed to GCR](docs/new-application.md)
9
-
-[How do I manually deploy my application to the dev cluster](docs/new-deployment.md)
7
+
-[How do I configure my gcloud CLI](new-gcloud-profile.md)
8
+
-[How do I create a new application and have it pushed to GCR](new-application.md)
9
+
-[How do I manually deploy my application to the dev cluster](new-deployment.md)
10
10
-[How do I auto deploy my application to a cluster](https://github.com/UWIT-IAM/gcp-k8)
11
-
-[How do I serve HTTP/HTTPS traffic to/from my application](docs/edit-ingress.md)
12
-
-[How do I serve static content js/css/html from a CDN](docs/edit-cdn.md)
11
+
-[How do I serve HTTP/HTTPS traffic to/from my application](edit-ingress.md)
12
+
-[How do I serve static content js/css/html from a CDN](edit-cdn.md)
13
13
14
14
## Application Administration
15
15
16
-
-[How do I view logs/stdout](docs/get-logs.md)
17
-
-[Application Monitoring with Prometheus/Grafana/Alerts](docs/monitoring.md)
16
+
-[How do I view logs/stdout](get-logs.md)
17
+
-[Application Monitoring with Prometheus/Grafana/Alerts](monitoring.md)
18
18
19
19
## Cluster Administration
20
20
21
-
-[How do I get DNS resolving to a GKE cluster](docs/new-hostedzone.md)
22
-
-[How do I enable TLS traffic into a GKE cluster](docs/new-ingress.md)
23
-
-[How do I enable a cluster to pull from GCR](docs/new-imagepullsecret.md)
24
-
-[How do I create a Load Balancer for CDN based buckets](docs/new-cdn.md)
25
-
-[Create or edit secrets](docs/secrets.md)
21
+
-[How do I get DNS resolving to a GKE cluster](new-hostedzone.md)
22
+
-[How do I enable TLS traffic into a GKE cluster](new-ingress.md)
23
+
-[How do I enable a cluster to pull from GCR](new-imagepullsecret.md)
24
+
-[How do I create a Load Balancer for CDN based buckets](new-cdn.md)
25
+
-[Create or edit secrets](secrets.md)
26
26
- The naming conventions in use can be found by looking at the `/examples` dirctory.
27
27
28
28
### New Cluster Setup
29
29
30
30
Google Cloud Projects and GKE clusters are created by the UE team using Terraform. They are all in a GCP Shared VPC. Once they are created we are responsible with the workloads inside the cluster.
31
31
32
32
1. Get a cluster provisioned from UE and have cluster admin access.
33
-
1. Get a simple basic [new application](docs/new-application.md) running.
34
-
1. Create a [hosted zone](docs/new-hostedzone.md)
35
-
1. Create a [TLS Ingress Service](docs/new-ingress.md)
36
-
1. Enable the default k8 service account to [pull from GCR](docs/new-imagepullsecret.md)
33
+
1. Get a simple basic [new application](new-application.md) running.
34
+
1. Create a [hosted zone](new-hostedzone.md)
35
+
1. Create a [TLS Ingress Service](new-ingress.md)
36
+
1. Enable the default k8 service account to [pull from GCR](new-imagepullsecret.md)
0 commit comments