forked from pivotal-cf/docs-pks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
azure-requirements.html.md.erb
118 lines (101 loc) · 3.29 KB
/
azure-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
112
113
114
115
116
117
118
---
title: Azure 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 Microsoft Azure.
##<a id='prerequisites'></a> Prerequisites
Before you install PKS, you must satisfy Azure subscription requirements 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>
###<a id='resources'></a> Subscription Requirements
For PKS and Kubernetes services to run correctly, you must have at least a `standard` subscription
tier.
###<a id='ops-man'></a> Install and Configure Ops Manager
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 Azure, not the manual procedures. The Terraform procedures are the currently supported path for deploying Ops Manager on Azure 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/azure/prepare-env-terraform.html">Preparing to Deploy PCF on Azure Using Terraform</a></li>
<li><a href="https://docs.pivotal.io/pcf/om/2-3/azure/config-terraform.html">Configuring BOSH Director on Azure 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/azure/prepare-env-terraform.html">Preparing to Deploy PCF on Azure Using Terraform</a></li>
<li><a href="https://docs.pivotal.io/pcf/om/2-4/azure/config-terraform.html">Configuring BOSH Director on Azure 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>120 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>