-
Notifications
You must be signed in to change notification settings - Fork 68
/
azure-requirements.html.md.erb
93 lines (78 loc) · 2.26 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
---
title: Azure Prerequisites and Resource Requirements
owner: TKGI
---
This topic describes the prerequisites and resource requirements for installing VMware Tanzu Kubernetes Grid Integrated Edition (TKGI) on Microsoft Azure.
##<a id='prerequisites'></a> Prerequisites
Before installing Tanzu Kubernetes Grid Integrated Edition:
1. Review the sections below.
1. Install and configure Ops Manager.
To install Ops Manager, follow the instructions in [Installing and Configuring Ops Manager on Azure](azure-om-install-config.html).
##<a id='subscription'></a> Subscription Requirements
For Tanzu Kubernetes Grid Integrated Edition and Kubernetes services to run correctly, you must have at least a `standard` subscription
tier.
##<a id='resources'></a> Resource Requirements
Installing Ops Manager and Tanzu Kubernetes Grid Integrated Edition requires the following virtual machines (VMs):
<table>
<tr>
<th>VM</th>
<th>CPU</th>
<th>Memory (GB)</th>
<th>Ephemeral Disk (GB)</th>
</tr>
<tr>
<td>BOSH Director</td>
<td>2</td>
<td>8</td>
<td>16</td>
</tr>
<tr>
<td>Ops Manager</td>
<td>1</td>
<td>8</td>
<td>120</td>
</tr>
<tr>
<td>TKGI API</td>
<td>2</td>
<td>8</td>
<td>64</td>
</tr>
<tr>
<td>TKGI Database</td>
<td>2</td>
<td>8</td>
<td>64</td>
</tr>
</table>
<p class="note"><strong>NOTE:</strong> VMware recommends deploying TKGI on its own dedicated Ops Manager instance, rather than on a shared Ops Manager that also hosts other runtimes such as Tanzu Application Service.</p>
<%= partial '_increase_persistent_disk' %>
<h3> Kubernetes Cluster Resources </h3>
Each Kubernetes cluster provisioned through Tanzu Kubernetes Grid Integrated Edition deploys the VMs listed below. If you deploy more
than one Kubernetes cluster, you must scale your allocated resources appropriately.
<table>
<tr>
<th>VM</th>
<th>VM Count</th>
<th>CPU Cores</th>
<th>Memory (GB)</th>
<th>Ephemeral Disk (GB)</th>
<th>Persistent Disk (GB)</th>
</tr>
<tr>
<td>Control Plane</td>
<td>1</td>
<td>2</td>
<td>4</td>
<td>32</td>
<td>5</td>
</tr>
<tr>
<td>Worker</td>
<td>1</td>
<td>2</td>
<td>4</td>
<td>32</td>
<td>50</td>
</tr>
</table>