mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 19:04:55 +02:00
16 lines
252 B
Markdown
16 lines
252 B
Markdown
# kubens
|
|
|
|
> Utility to switch between Kubernetes namespaces.
|
|
> More information: <https://github.com/ahmetb/kubectx>.
|
|
|
|
- List the namespaces:
|
|
|
|
`kubens`
|
|
|
|
- Change the active namespace:
|
|
|
|
`kubens {{name}}`
|
|
|
|
- Switch to the previous namespace:
|
|
|
|
`kubens -`
|