A Textual-based Terminal User Interface (TUI) application for viewing and managing the cosmotech simulation platform.
uv venv
uv pip install -e .
Create a .env file with the following configuration, replacing the by your tenant name:
host="https://kubernetes.cosmotech.com/cosmotech-api/<NAMESPACE>/v4"
server_url="https://kubernetes.cosmotech.com/keycloak/"
realm_name="<NAMESPACE>"
client_secret_key="<client secret>"
Activate the virtual environment:
source .venv/bin/activate
Get a summary of the object tree in the current namespace:
python3 eye/main.py
or use the app:
python3 eye/app.py
to get an various screens with an overview of the platform state