This page documents a version of Oakestra which is not the latest stable. Please refer to the latest docs for a current version.

With the Dashboard

You can also manage your infrastructure and deploy/monitor applications using the Oakestra frontend dashboard.

Dashboard Features

  • View the applications currently running on the cluster.
  • Create and modify individual services.
  • Check the status of running services.
  • Configure service-level agreements (SLAs).
  • Check the status and location of your clusters.
  • Create/manage users and organizations.

Deployment

Requirements

  • You have a running Oakestra setup (Root and Cluster Orchestrator).
  • You can access the APIs at <IP_OF_CLUSTER_ORCHESTRATOR>:10000.

When you start Oakestra using the standard installation scripts (as described in the Create Your First Oakestra Orchestrator section), the dashboard is automatically deployed along with the other Oakestra components.

You don’t need to perform any additional steps to deploy the dashboard.

Accessing the Dashboard

Once Oakestra is running, you can access the dashboard at:

http://<IP_OF_ROOT_ORCHESTRATOR>

Replace <IP_OF_ROOT_ORCHESTRATOR> with the IP address of the machine hosting your Root Orchestrator.

If the Oakestra components are not running or configured correctly, you can reach the login screen but will not be able to log in.

Using the Dashboard

Something Missing?

If you have any new feature ideas or if you find any bugs please open an issue in the GitHub repository.