|
|
|
@ -14,6 +14,7 @@ plugins=(... kubectl) |
|
|
|
| Alias | Command | Description | |
|
|
|
| Alias | Command | Description | |
|
|
|
|:--------|:------------------------------------|:-------------------------------------------------------------------------------------------------| |
|
|
|
|:--------|:------------------------------------|:-------------------------------------------------------------------------------------------------| |
|
|
|
| k | `kubectl` | The kubectl command | |
|
|
|
| k | `kubectl` | The kubectl command | |
|
|
|
|
|
|
|
| kca | `kubectl --all-namespaces` | The kubectl command targeting all namespaces | |
|
|
|
| kaf | `kubectl apply -f` | Apply a YML file | |
|
|
|
| kaf | `kubectl apply -f` | Apply a YML file | |
|
|
|
| keti | `kubectl exec -ti` | Drop into an interactive terminal on a container | |
|
|
|
| keti | `kubectl exec -ti` | Drop into an interactive terminal on a container | |
|
|
|
| | | **Manage configuration quickly to switch contexts between local, dev and staging** | |
|
|
|
| | | **Manage configuration quickly to switch contexts between local, dev and staging** | |
|
|
|
|