Deploying on OpenShift
Last updated
Last updated
Curiosity can be deployed using Docker images on , a platform that simplifies container orchestration and management.
In order to get started, you will need to have a working OpenShift cluster. You can get a local OpenShift for development following the .
The is available in the official Docker repository, and it is available in an always up-to-date tag (curiosityai/curiosity:latest
) and a versioned tag (curiosityai/curiosity:VERSION
)
Curiosity Workspace can be deployed using Docker images on OpenShift. To run Curiosity on OpenShift, you needto use a StatefulSet with attached persistent storage. A StatefulSet is a OpenShift resource that provides stable and unique identities for each pod in the set. Attached storage is a way of providing persistent and durable data volumes for the pods. By using a StatefulSet with attached storage, users can ensure that Curiosity Workspace maintains its state and data across pod restarts and updates.
Please refer to the for the version of your cluster for more information on how to deploy a stateful set.
Configure Curiosity using environment variables. See for a list of all configurable variables. If not set via configuration variables, the username and password for your first log is admin
. You can now follow the steps under .