forked from pivotal-cf/docs-pks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaws-requirements.html.md.erb
111 lines (97 loc) · 3.02 KB
/
aws-requirements.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
105
106
107
108
109
110
111
---
title: AWS Prerequisites and Resource Requirements
owner: PKS
---
<strong><%= modified_date %></strong>
This topic describes the prerequisites and resource requirements for installing Pivotal Container
Service (PKS) on Amazon Web Services (AWS).
##<a id='prerequisites'></a> Prerequisites
Before you install PKS, you must install one of the following:
* Ops Manager v2.3.1 or later
* Ops Manager v2.4.x
<p class="note"><strong>Note:</strong> You use Ops Manager to install and configure PKS. Each
version of Ops Manager supports multiple versions of PKS. To confirm that your Ops Manager version
supports the version of PKS that you install, see <a href="release-notes.html">PKS Release Notes</a>.</p>
To install an Ops Manager version that is compatible with the PKS version you intend to use,
follow the instructions in the corresponding version of the Ops Manager documentation.
<p class="note"><strong>Note</strong>: The topics below provide the Terraform procedures for deploying Ops Manager on AWS, not the manual procedures. The Terraform procedures are the currently supported path for deploying Ops Manager on AWS for use with PKS.</p>
<table>
<tr>
<th>Version</th>
<th></th>
</tr>
<tr>
<td>Ops Manager v2.3</td>
<td>
<ul>
<li><a href="https://docs.pivotal.io/pcf/om/2-3/aws/prepare-env-terraform.html">Preparing to Deploy PCF on AWS Using Terraform</a></li>
<li><a href="https://docs.pivotal.io/pcf/om/2-3/aws/config-terraform.html">Configuring BOSH Director on AWS Using Terraform</a></li>
</ul>
</td>
</tr>
<tr>
<td>Ops Manager v2.4</td>
<td>
<ul>
<li><a href="https://docs.pivotal.io/pcf/om/2-4/aws/prepare-env-terraform.html">Preparing to Deploy PCF on AWS Using Terraform</a></li>
<li><a href="https://docs.pivotal.io/pcf/om/2-4/aws/config-terraform.html">Configuring BOSH Director on AWS Using Terraform</a></li>
</ul>
</td>
</tr>
</table>
##<a id='resources'></a> Resource Requirements
Installing Ops Manager and PKS requires the following virtual machines (VMs):
<table>
<tr>
<th>VM</th>
<th>CPU</th>
<th>RAM</th>
<th>Storage</th>
</tr>
<tr>
<td>Pivotal Container Service</td>
<td>2</td>
<td>8 GB</td>
<td>16 GB</td>
</tr>
<tr>
<td>Pivotal Ops Manager</td>
<td>1</td>
<td>8 GB</td>
<td>160 GB</td>
</tr>
<tr>
<td>BOSH Director</td>
<td>2</td>
<td>8 GB</td>
<td>16 GB</td>
</tr>
</table>
Each Kubernetes cluster provisioned through PKS deploys the VMs listed below. If you deploy more
than one Kubernetes cluster, you must scale your allocated resources appropriately.
<table>
<tr>
<th>VM Name</th>
<th>Number</th>
<th>CPU Cores</th>
<th>RAM</th>
<th>Ephemeral Disk</th>
<th>Persistent Disk</th>
</tr>
<tr>
<td>master</td>
<td>1</td>
<td>2</td>
<td>4 GB</td>
<td>32 GB</td>
<td>5 GB</td>
</tr>
<tr>
<td>worker</td>
<td>1</td>
<td>2</td>
<td>4 GB</td>
<td>32 GB</td>
<td>50 GB</td>
</tr>
</table>