Most frequently used Kubernetes commands
Tools used
kubectl — Command line utility to talk to Kubernetes cluster
kubeadm — Used to bootstrap the cluster
kubefed — Command line to control a Kubernetes Cluster Federation
Commands
Run curl test temporarily
kubectl run --rm mytest --image=...
charankumar.hashnode.dev6 min read