ContainerNursery
Container orchestration and routing platform
Open it
Routes
| Protocol | Address | JAR | Provider |
|---|---|---|---|
| https | www.nursery.wasmserver.com | container-nursery-wui.jar | unknown |
| https | api.nursery.wasmserver.com | Built-in admin endpoint | unknown |
| https | nursery.wasmserver.com | redirect-to-https.jar | danger_jarfile |
Repositories
| Repository | Layer | Description |
|---|---|---|
| ContainerNursery | other | Core orchestration engine and built-in admin |
| ContainerNurseryWui | wui | Web UI for container management |
| ContainerNurseryCli | cli | Command-line interface for ContainerNursery |
| ContainerNurseryApi | api | API client library for ContainerNursery |
Documentation Edit this page
ContainerNursery
The container orchestration platform that serves as the foundation for all hosted services. ContainerNursery manages container lifecycles, routing, and deployment for the entire infrastructure.
Routes
No url:// route exists for ContainerNursery because it IS the host platform itself.
Architecture
+---------------------------+
| ContainerNursery |
| (Host Orchestrator) |
+---------------------------+
| Built-in Admin API |
| api.nursery.wasmserver.com|
+-------------+-------------+
|
+-------------v-------------+
| ContainerNursery WUI |
| www.nursery.wasmserver.com |
| container-nursery-wui.jar |
+---------------------------+
Dependencies
None. ContainerNursery is the foundational layer of the infrastructure.
Dependents
All other hosted services depend on ContainerNursery for container orchestration, routing, and deployment.
Deployment
ContainerNursery runs directly on the host machine. It is not deployed as a container within itself. Updates to ContainerNursery require a process restart on the host, typically managed via HardwareControlFabric.
Health Checks
https://api.nursery.wasmserver.com- Admin API availabilityhttps://nursery.wasmserver.com- permanent redirect towww.nursery.wasmserver.com(redirect-to-https.jar)https://www.nursery.wasmserver.com- WUI availability
Notes
- ContainerNursery is the single point of orchestration for the entire platform. If it goes down, all hosted services are affected.
- The built-in admin endpoints provide direct access to container management without going through the WUI.
- Route management, container lifecycle, and JAR deployment are all handled through ContainerNursery's API.
Read at commit 45ba0b30ed3b