Quickstart
shoulders up
This will:
- Create a local vind cluster named
shoulders. - Install Cilium CNI with kube-proxy replacement and Gateway API support.
- Bootstrap FluxCD.
- Deploy all platform components via GitOps and wait for reconciliation.
Verify and explore:
shoulders status
shoulders workspace create team-a
shoulders workspace use team-a
shoulders app init my-app --image nginx
shoulders logs my-app
shoulders dashboard # Grafana (gateway host, falls back to port-forward)
shoulders portal # Headlamp (gateway host, falls back to port-forward)
shoulders reporter # Policy Reporter UI
Stop and resume without re-provisioning (local vind only):
shoulders stop
shoulders start
Tear down:
shoulders down
Next: Configuration and Workspaces.