forked from pivotal-cf/docs-pks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gcp-index.html.md.erb
40 lines (34 loc) · 1.15 KB
/
gcp-index.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
title: Google Cloud Platform (GCP)
owner: PKS
iaas: GCP
---
This topic lists the steps to follow when installing <%= vars.product_full %> on Google Cloud Platform (GCP).
See the following topics:
<ul>
<li>
<a href="./gcp-requirements.html">Prerequisites and Resource Requirements</a>
</li>
<li>
<a href="gcp-service-accounts.html">Creating Service Accounts in GCP for <%= vars.product_short %></a>
</li>
<li>
<a href="gcp-api-load-balancer.html">Creating a GCP Load Balancer for the PKS API</a>
</li>
<li>
<a href="installing-pks-gcp.html">Installing <%= vars.product_short %> on GCP</a>
</li>
<li>
<a href="gcp-configure-pks-users.html">Setting Up <%= vars.product_short %> Admin Users on GCP</a>
</li>
</ul>
## Installing the PKS and Kubernetes CLIs
The PKS CLI and Kubernetes CLI help you interact with your <%= vars.product_short %>-provisioned Kubernetes clusters and Kubernetes workloads. To install the CLIs, follow the instructions below:
<ul>
<li>
<a href="installing-pks-cli.html">Installing the PKS CLI</a>
</li>
<li>
<a href="installing-kubectl-cli.html">Installing the Kubernetes CLI</a>
</li>
</ul>