mirror of
https://github.com/slurm-personal/school-dev-k8s.git
synced 2026-06-27 13:50:24 +00:00
12 lines
200 B
Markdown
12 lines
200 B
Markdown
# Hostpath
|
|
|
|
1) Применяем манифест
|
|
|
|
```bash
|
|
kubectl apply -f ~/school-dev-k8s/practice/5.saving-data/1.hostpath/
|
|
|
|
kubectl get pod
|
|
kubectl get all
|
|
kubectl describe replicaset <TAB>
|
|
```
|