Files
civilsociety-dev/content/learning/getting_started.md
2025-03-31 20:44:14 -07:00

16 lines
256 B
Markdown

+++
title = 'Getting Started'
+++
```bash
# See https://k3s.io/
curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode=644
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
```
## Future
Consider defaults:
- [Longhorn](https://docs.k3s.io/storage).