1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-16 07:35:24 +02:00
tldr/pages/common/kubens.md
2025-04-25 05:54:18 +03:00

16 lines
244 B
Markdown

# kubens
> Utility to switch between Kubernetes namespaces.
> More information: <https://manned.org/kubens>.
- List the namespaces:
`kubens`
- Change the active namespace:
`kubens {{name}}`
- Switch to the previous namespace:
`kubens -`