Kubernetes
Afficher l'espace disque consommé par un pod ES
root@nom_du_serveur ~ # kubectl -n efk exec elasticsearch-0 -- df -h /usr/share/elasticsearch/data
afficher les nodes
kubectl get node -o wide
afficher les namespace
kubectl get namespaces -o wide
afficher les pods
kubectl get pods --all-namespaces -o wide
afficher les persistentvolume
kubectl get persistentvolumes -o wide
afficher les persistentvolumesclaims
kubectl get persistentvolumeclaims --all-namespaces -o wide