Managed Services Playground

Connect to and run live demo operations against the managed services bound to this deployment. Services are detected automatically from environment variables — bind one on the platform, redeploy, and it lights up here. T

5 of 5 services bound·Bindings are read server-side; credentials never reach the browser.
🐘
PostgreSQL
postgres://managed-postgres:5432
Bound

Relational SQL database. Create a table, insert and query rows.

Operation log

Run an operation to see output…

🐬
MySQL
mysql://managed-mysql:3306
Bound

Relational SQL database. Create a table, insert and query rows.

Operation log

Run an operation to see output…

🔑
Redis
redis://172.28.224.1:6379
Bound

In-memory key/value store. Set keys, read them back, increment counters.

Operation log

Run an operation to see output…

🪣
S3 Object Storage
http://managed-minio:9000/testing-bucket-2bf817d9
Bound

S3-compatible bucket. Upload text objects, list, download and delete them.

Operation log

Run an operation to see output…

💾
Mounted Volume
/data/vol_testv
Bound

Persistent filesystem mount. Write files, list the directory, read and delete.

Operation log

Run an operation to see output…