-
Notifications
You must be signed in to change notification settings - Fork 39
/
intro.html.md.erb
76 lines (43 loc) · 4.03 KB
/
intro.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
---
breadcrumb: <%= vars.platform_name %> Documentation
title: Getting Started with TAS for VMs
owner: PCF Documentation
---
This topic gives a high-level conceptual overview and introduction to <%= vars.app_runtime_full %> (<%= vars.app_runtime_abbr %>). It is designed to:
* Introduce the <%= vars.app_runtime_abbr %> runtime to people who are unfamiliar with it.
* Provide context and explanations that support the how-to information in the Tanzu Application Service documentation.
* Explain that you can get started running apps without installing Ops Manager
and <%= vars.app_runtime_abbr %> by using Pivotal Web Services or PCF Dev.
If you want to learn about how <%= vars.app_runtime_abbr %> works or test it out yourself, this guide is for you.
## <a id='contents'></a> Contents
* [<%= vars.app_runtime_abbr %> Overview](../concepts/overview.html) - A general introduction to [Cloud Foundry Application Runtime](https://www.cloudfoundry.org/application-runtime/), the open-source software that underlies <%= vars.app_runtime_abbr %>. Read this first.
- [<%= vars.app_runtime_abbr %> Routing Architecture](../concepts/cf-routing-architecture.html)
- [Diego Components and Architecture](../concepts/diego/diego-architecture.html)
- [How Diego Balances App Processes](../concepts/diego/diego-auction.html)
- [How Apps Are Staged](../concepts/how-applications-are-staged.html)
- [App SSH Overview](../devguide/deploy-apps/app-ssh-overview.html)
- [High Availability in <%= vars.app_runtime_abbr %>](../concepts/high-availability.html)
* [<%= vars.app_runtime_abbr %> User Types](../customizing/user-types.html) - Explains the main categories of users:
the operators who run the platform, the runtime users who develop and manage apps and containers on the platform,
and the end users who use the cloud-based apps that the platform hosts.
- [Orgs, Spaces, Roles, and Permissions](../concepts/roles.html)
* [<%= vars.app_runtime_abbr %> Components](../concepts/architecture/index.html) - Describes the internal components of <%= vars.app_runtime_abbr %>, and how these specialized processes work together to support, maintain, and provide control over hosted apps. Each component performs a different function within the...
- [Cloud Controller](../concepts/architecture/cloud-controller.html)
- [Messaging (NATS)](../concepts/architecture/messaging-nats.html)
- [Gorouter](../concepts/architecture/router.html)
- [User Account and Authentication (UAA) Server](../concepts/architecture/uaa.html)
- [Garden](../concepts/architecture/garden.html)
- [HTTP Routing](../concepts/http-routing.html)
- [App SSH Components and Processes](../concepts/diego/ssh-conceptual.html)
* [<%= vars.app_runtime_abbr %> Security](../concepts/security.html) - An overview of how <%= vars.app_runtime_abbr %> protects its internal components and hosted apps from security threats.
- [Security Concepts](https://docs.pivotal.io/platform/<%= vars.current_major_version.sub('.', '-') %>/security/concepts/index.html)
- [Security Processes](https://docs.pivotal.io/platform/<%= vars.current_major_version.sub('.', '-') %>/security/process/index.html)
- [<%= vars.platform_name %> Security Overview and Policy](https://docs.pivotal.io/platform/<%= vars.current_major_version.sub('.', '-') %>/security/process/pcf-security.html)
- [Testing, Release, and Security Lifecycle](https://docs.pivotal.io/platform/<%= vars.current_major_version.sub('.', '-') %>/security/process/security-lifecycle.html)
- [Container Security](../concepts/container-security.html)
- [Container-to-Container Networking](../concepts/understand-cf-networking.html)
* [Pivotal Web Services](http://docs.run.pivotal.io/starting/index.html) - A subscription
<%= vars.app_runtime_abbr %> installation operated by <%= vars.company_name %>.
* [PCF Dev](https://docs.pivotal.io/pcf-dev/index.html) - A lightweight Pivotal Cloud Foundry that runs on your workstation,
for developing apps locally.
Pivotal Cloud Foundry is a previous version of <%= vars.ops_manager %> and <%= vars.app_runtime_abbr %>.