Blame
|
1 | # Kubernetes |
||||||
| 2 | ||||||||
| 3 | ## Renew Client Token |
|||||||
| 4 | ||||||||
| 5 | The client token has an expiration time of one year. Ask the administrator for a renewed token once it's expired. |
|||||||
|
6 | |||||||
| 7 | ## Inspecting State |
|||||||
| 8 | ||||||||
| 9 | 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. |
|||||||
