-
Notifications
You must be signed in to change notification settings - Fork 140
/
gcp-quotas.html.md.erb
104 lines (96 loc) · 2.08 KB
/
gcp-quotas.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
title: Recommended GCP Quotas
owner: Ops Manager
---
Default quotas on a new GCP subscription do not have enough quota for a typical production-level <%= vars.platform_name %> deployment.
The following table lists recommended resource quotas for a single <%= vars.platform_name %> deployment.
<table class="nice">
<tr>
<th>Metric</th>
<th>Resource</th>
<th>Suggested Minimum Quota</th>
</tr>
<tr>
<td>CPUs</td>
<td>Regional</td>
<td>150<sup>*</sup> </td>
</tr>
<tr>
<td>Firewall rules</td>
<td>Global</td>
<td>15</td>
</tr>
<tr>
<td>Forwarding rules</td>
<td>Global</td>
<td>15</td>
</tr>
<tr>
<td>Backend services</td>
<td>Global</td>
<td>5</td>
</tr>
<tr>
<td>Health checks</td>
<td>Global</td>
<td>5</td>
</tr>
<tr>
<td>Images</td>
<td>Global</td>
<td>10</td>
</tr>
<tr>
<td>Static IP addresses<sup>*</sup><sup>*</sup></td>
<td>Regional</td>
<td>5</td>
</tr>
<tr>
<td>In-use IP addresses</td>
<td>Global</td>
<td>5</td>
</tr>
<tr>
<td>In-use IP addresses<sup>*</sup><sup>*</sup></td>
<td>Regional</td>
<td>5</td>
</tr>
<tr>
<td>Networks</td>
<td>Global</td>
<td>5</td>
</tr>
<tr>
<td>Subnetworks</td>
<td>Global</td>
<td>5</td>
</tr>
<tr>
<td>Routes</td>
<td>Global</td>
<td>20</td>
</tr>
<tr>
<td>Target pools</td>
<td>Global</td>
<td>5</td>
</tr>
<tr>
<td>Target HTTP proxies</td>
<td>Global</td>
<td>5</td>
</tr>
<tr>
<td>Target HTTPS proxies</td>
<td>Global</td>
<td>5</td>
</tr>
<tr>
<td>Persistent Disk Standard (GB)</td>
<td>Regional</td>
<td>15,000</td>
</table>
<sup>*</sup> Assuming a deployment with 100 app instances.<br/>
<sup>*</sup><sup>*</sup> Assuming a SNAT topology.
To view production-level deployment options for <%= vars.platform_name %> on GCP, see the [Reference Architecture for <%= vars.platform_name %> on GCP](../plan/gcp/gcp_ref_arch.html).
For instructions about setting up the GCP resources required to deploy <%= vars.platform_name %>, see [Preparing to Deploy <%= vars.ops_manager %> on GCP Manually](/platform/ops-manager/<%= vars.current_major_version.sub('.', '-') %>/gcp/prepare-env-manual.html).