Stratos UI 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.
Stratos UI can be deployed in the following environments:
- Cloud Foundry, as an application. See guide
- Kubernetes, using a Helm chart. See guide
- Docker, using docker compose. See guide
- Docker, single container deploying all components. See guide
To get started quickly, we recommend following the steps to deploy the Stratos UI Console as a Cloud Foundry Application - see here.
You can also quickly deploy Stratos UI, using the all-in-one container.
$ docker run -p 4443:443 splatform/stratos-ui:latest
You can access the UI on https://localhost:4443
Take a look at the Feature Set for details on the feature set that Stratos UI provides.
Get an Overview of Stratos UI, its components and the different ways in which it can be deployed.
We very much welcome developers who would like to get involved and contribute to the development of the Stratos UI project. Please refer to the Contributing guide for more information.
For information to help getting started with development, please read the Developer's Guide.
The work done has been licensed under Apache License 2.0. The license file can be found here.