Skip to content

Commit 46825e2

Browse files
author
Kevin Rutten
committed
Update README with roadmap
1 parent 0e59cd8 commit 46825e2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,18 @@
77
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/cloudfoundry/stratos/blob/master/LICENSE)
88
[![slack.cloudfoundry.org](https://slack.cloudfoundry.org/badge.svg)](https://cloudfoundry.slack.com/messages/C80EP4Y57/)
99

10+
# Roadmap
11+
12+
1. Upgrade Stratos Frontend to Angular >= v17 LTS (currently in progress)
13+
1. Convert GoLang backend (Jetstream) to use Cloud Foundry V3 API and remove Vi2 API calls
14+
1. Convert Frontend to call either Jetstream API or V3 API directly. V3 API calls can require more roundtrips than the V2 APIs they replace.
15+
1. Upgrade Stratos Frontend to Angular v18-v20 Active/LTS (v17 EOL is 2025-05-15)
16+
17+
1018
(Please note: The official repository is at cloudfoundry/stratos and the cloudfoundry-community/stratos will track this but may be used for some testing purposes)
1119

20+
# About
21+
1222
Stratos is an Open Source Web-based UI (Console) for managing Cloud Foundry. It allows users and administrators to both manage applications running in the Cloud Foundry cluster and perform cluster management tasks.
1323

1424
![Stratos Application view](website/static/images/screenshots/app-summary.png)
@@ -17,7 +27,7 @@ Please visit our new [documentation site](https://stratos.app/). There you can d
1727

1828
1. Our [introduction](https://stratos.app/docs/), including quick start, contributing and troubleshooting guides.
1929
1. How to [deploy](https://stratos.app/docs/deploy/overview) Stratos in a number of environments.
20-
1. [Cloud Foundry](https://stratos.app/docs/deploy/cloud-foundry/cloud-foundry), as an application.
30+
1. [Cloud Foundry](https://stratos.app/docs/deploy/cloud-foundry/cloud-foundry), as an application. (Recommended)
2131
1. [Kubernetes](https://stratos.app/docs/deploy/kubernetes), using a Helm chart.
2232
1. [Docker](https://stratos.app/docs/deploy/all-in-one), as a single container deploying all components.
2333
1. Configuring advanced features such a [Single Sign On](https://stratos.app/docs/advanced/sso) and Cloud Foundry '[invite to org](https://stratos.app/docs/advanced/invite-user-guide)'.

0 commit comments

Comments
 (0)