Skip to content

Helpful Tips#

  • Use a prompt that outputs your current Kubernetes context. One example is the Starship prompt that works in all shells. You should enable the kubernetes module.
  • Create an alias for kubectl simply named k. It makes typing commands that much faster.

    alias k=kubectl