forked from pivotal-cf/docs-pcf-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathruntimes.html.md.erb
66 lines (42 loc) · 2.95 KB
/
runtimes.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
---
title: Pivotal Platform Runtimes
owner: <%= vars.product_name %> Documentation
---
<% current_page.data.title = vars.product_name + " Runtimes" %>
This topic describes the runtime environments you can install on the <%= vars.product_name %> platform.
## <a id='overview'></a>Overview
<%= vars.product_name %> includes runtime environment options that support apps and containers running
on Linux and Windows VMs at different levels of resource usage and isolation.
You install your chosen runtime or runtimes using the Ops Manager Installation
Dashboard.
<%= vars.product_name %> includes support for the following primary runtime environments:
- [Pivotal Application Service (PAS)](#pas)
- [Enterprise Pivotal Container Service (PKS)](#pks)
## <a id='pas'></a>Pivotal Application Service (PAS)
PAS lets developers develop and manage cloud-native apps and software services
running on Linux. PAS is based on the open-source Cloud Foundry Application Runtime
project. To install and configure PAS, see [Configuring PAS](configure-pas.html).
As an alternative to PAS, you can install [Small Footprint PAS](#small-footprint)
to deploy your app using fewer resources.
After you install the PAS runtime tile, you can also install the following runtime
tiles that extend the functionality of PAS:
- [PAS for Windows](#pasw)
- [<%= vars.product_name %> Isolation Segment](#ist)
### <a id='small-footprint'></a>Small Footprint PAS
Small Footprint PAS is an alternative to PAS that uses significantly fewer VMs than PAS, but limits system capacity and availability.
For more information about Small Footprint PAS, see [Getting Started with Small Footprint PAS](small-footprint.html).
### <a id='pasw'></a>PAS for Windows
PAS for Windows lets <%= vars.product_name %> host apps on Windows VMs and enables <%= vars.product_name %> developers to push
.NET apps to these Windows cells. You must install PAS before you can install PAS
for Windows.
For more information about PAS for Windows, see [PAS for Windows](https://docs.pivotal.io/platform/application-service-windows/index.html).
### <a id='ist'></a><%= vars.product_name %> Isolation Segment
<%= vars.product_name %> Isolation Segment extends PAS to run apps in separate segments with their own
isolated computing, routing, and logging resource pools. Operators replicate and
configure an Isolation Segment tile for each new resource pool they want to create.
You must install PAS before you can install <%= vars.product_name %> Isolation Segment.
To install <%= vars.product_name %> Isolation Segment, see [Installing <%= vars.product_name %> Isolation Segment](installing-pcf-is.html).
## <a id='pks'></a>Enterprise Pivotal Container Service (PKS)
PKS lets operators provision, operate, and manage enterprise-grade Kubernetes
clusters on <%= vars.product_name %>. PKS is based on the open-source Cloud Foundry Container Runtime project.
To install and configure PKS, see [Installing Enterprise PKS](https://docs.pivotal.io/pks/installing.html).