kubectl get [resource_type]
kubectl get deployments # Shows a list of all running deployments
kubectl get pods # Shows a list of all running pods
kubectl get services # Shows a list of all running services
kubectl get pvc # Show a list of all active Persistent Volume Claims