kubectl

  1. Rob

    Install kubectl and minikube on Linux

    Kubernetes is a great way to deploy your applications - and it's VERY popular out there with teams working in technology. Before you get going though, you'll need to install the kubectl cli tool and you may as well install minikube so you can test things out. Minikube is a non-production...
  2. Rob

    kubectx is pretty handy

    I've only just started with kubernetes, but just set up kubectx (symlinked it as kctx as not to break tab completion on kubectl) and it's pretty great. It allows you to quickly see which cluster you're in and quickly able to switch to another one - especially if you have the completion set up...
Top