# Kubernetes ## Renew Client Token The client token has an expiration time of one year. Ask the administrator for a renewed token once it's expired. ## Inspecting State Use `k9s` to quickly inspect the state of kubernetes resources such as deployments, pods, persistent volume (claim)s and so on. K9s has a vim-like interface: Hit `:` before jumping to various views of resource types. Those can be abbreviated like `dp` for deployment or `pvc` for the claims.
