forked from pivotal-cf/docs-pks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
azure-requirements.html.md.erb
122 lines (102 loc) · 3.63 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
119
120
121
122
---
title: Azure Prerequisites and Resource Requirements
owner: PKS
---
<strong><%= modified_date %></strong>
This topic describes the prerequisites and resource requirements for installing <%= vars.product_full %> on Microsoft Azure.
##<a id='prerequisites'></a> Prerequisites
Before you install <%= vars.product_short %>, you must satisfy Azure subscription requirements and install one of the following:
* Ops Manager <%= vars.ops_man_version_2_5 %>
* Ops Manager <%= vars.ops_man_version_2_6 %>
<p class="note"><strong>Note:</strong> You use Ops Manager to install and configure <%= vars.product_short %>. Each
version of Ops Manager supports multiple versions of <%= vars.product_short %>. To confirm that your Ops Manager version
supports the version of <%= vars.product_short %> that you install, see <a href="release-notes.html"><%= vars.product_short %> Release Notes</a>.</p>
###<a id='resources'></a> Subscription Requirements
For <%= vars.product_short %> 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 <%= vars.product_short %> 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 <%= vars.product_short %>.</p>
<table>
<tr>
<th>Version</th>
<th></th>
</tr>
<tr>
<td>Ops Manager v2.5</td>
<td>
<ul>
<li><a href="https://docs.pivotal.io/pcf/om/2-5/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-5/azure/config-terraform.html">Configuring BOSH Director on Azure Using Terraform</a></li>
</ul>
</td>
</tr>
<tr>
<td>Ops Manager v2.6</td>
<td>
<ul>
<li><a href="https://docs.pivotal.io/pcf/om/2-6/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-6/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 <%= vars.product_short %> 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>
<%= partial '_increase_persistent_disk' %>
<h3> Kubernetes Cluster Resources </h3>
Each Kubernetes cluster provisioned through <%= vars.product_short %> 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>