21 lines
390 B
Markdown
21 lines
390 B
Markdown
# Kubernetes
|
|
|
|
## CLI Tools
|
|
|
|
kubectl: <https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/>
|
|
|
|
helm: <https://helm.sh/docs/intro/install/>
|
|
|
|
## Install a Kubernetes Server
|
|
|
|
For k3s, see [k3s](/active/software_k3s/k3s.md)
|
|
|
|
For k0s, see [k0s](/active/software_k0s/k0s.md)
|
|
|
|
## Notes
|
|
|
|
```bash
|
|
# Quickly set a new namespace
|
|
kubectl config set contexts.default.namespace metallb-system
|
|
```
|