Adding my notes while working with Kubernetes, It may be too beginner notes to start with !
Baby Step-1 , Tried to Install Kubernetes Playground on MacBook Pro
500 brew install kubernetes-cli
501 kubrctl version
502 kubectl version
503 kubectl cluster-info
504 history
London:~ esumit$ kubectl cluster-info
Kubernetes master is running at http://localhost:8080
To further debug and diagnose cluster problems, use ‘kubectl cluster-info dump’.
The connection to the server localhost:8080 was refused – did you specify the right host or port?
London:~ esumit$ kubectl version
Client Version: version.Info{Major:”1″, Minor:”11″, GitVersion:”v1.11.3″, GitCommit:”a4529464e4629c21224b3d52edfe0ea91b072862″, GitTreeState:”clean”, BuildDate:”2018-09-10T11:44:36Z”, GoVersion:”go1.11″, Compiler:”gc”, Platform:”darwin/amd64″}
The connection to the server localhost:8080 was refused – did you specify the right host or port?
London:~ esumit$ kubectl config get-clusters
NAME
London:~ esumit$ kubectl config get-contexts
CURRENT NAME CLUSTER AUTHINFO NAMESPACE
Install K8s from Scratch