Files
2021-09-28 14:01:30 +05:00

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>
```