mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-12 11:55:23 +02:00
16 lines
195 B
Markdown
16 lines
195 B
Markdown
![]() |
# kubens
|
||
|
|
||
|
> Utility to switch between Kubernetes namespaces.
|
||
|
|
||
|
- List the namespaces:
|
||
|
|
||
|
`kubens`
|
||
|
|
||
|
- Change the active namespace:
|
||
|
|
||
|
`kubens {{name}}`
|
||
|
|
||
|
- Switch to the previous namespace:
|
||
|
|
||
|
`kubens -`
|