diff --git a/pages/common/kubectx.md b/pages/common/kubectx.md new file mode 100644 index 000000000..5aeab3639 --- /dev/null +++ b/pages/common/kubectx.md @@ -0,0 +1,19 @@ +# kubectx + +> Utility to manage and switch between `kubectl` contexts. + +- List the contexts: + +`kubectx` + +- Switch to a named context: + +`kubectx {{name}}` + +- Switch to the previous context: + +`kubectx -` + +- Delete a named context: + +`kubectx -d {{name}}`