NOTE If you are looking for the Stable, V1 version of Stratos, this is in the master branch.
Development effort has switched over to Version 2. This is being developed in the v2-master branch which is set to be the GitHub project default.
Version 2 does not currently have feature parity with the Version 1 - see the Development Roadmap for more information. Development efforts are focused on getting to a release of V2.
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.
Stratos 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 Console as a Cloud Foundry Application - see here.
You can also quickly deploy Stratos, using the all-in-one container:
$ docker run -p 4443:443 splatform/stratos-ui:latest
You can access the UI on https://localhost:4443
We use ZenHub for project planning. Feel free to head over to the Boards tab and have a look through our pipelines and milestones. Please note in order to view the Github ZenHub Boards tab you will need the ZenHub browser extension. Alternatively, to view the planning board without the extension visit our ZenHub Project Page
Take a look at the Feature Set for details on the feature set that Stratos provides.
Get an Overview of Stratos, its components and the different ways in which it can be deployed.
Take a look at the Development Roadmap to see where we are heading. We update our status page each week to summarize what we are working on - see the Status Page.
Browse through features and issues in the project's issues page or Zenhub Board.
What kind of code is in Stratos? We've integrated Code Climate for some code quality and maintainability metrics. Take a stroll around the project page
We very much welcome developers who would like to get involved and contribute to the development of the Stratos project. Please refer to the Contributing guide for more information.
For information to help getting started with development, please read the Developer's Guide.
We have a channel (#stratos) on the Cloud Foundy Slack where you can ask questions, get support or give us feedback. We'd love to hear from you if you are using Stratos.
You can join the Cloud Foundry Slack here - https://slack.cloudfoundry.org/ - and then join the #stratos channel.
The work done has been licensed under Apache License 2.0. The license file can be found here.