Cells for NetBSD: kernel-enforced, jail-like isolation
4 hours ago
- #cellmgr
- #workflow
- #NetBSD
- Demonstrates a minimal workflow with cellmgr to bootstrap a host and deploy a simple HTTP service.
- Steps include: initializing host integration, creating a desired cell manifest, adding a declarative apply plan, converging runtime state, and verifying the service runs.
- Showcases commands like cellmgr system bootstrap, cellmgr cell create, and cellmgr apply to manage and automate service deployment.
- Provides verification steps to check the running cell, open the HTTP endpoint, and export Prometheus-compatible metrics for monitoring.