https://kubernetes.io/docs/user-guide/kubectl-cheatsheet/ mohammedrafi@NOC-RAFI:~$ kubectl kubectl controls the Kubernetes cluster manager. Find more information at https://github.com/kubernetes/kubernetes. Basic Commands (Beginner): create Create a resource by filename or stdin expose Take a replication controller, service, deployment or pod and expose it as a new Kubernetes Service run Run a particular image on the cluster run-container Run a particular image … Continue reading kubectl-cheatsheet
Day: October 4, 2017
Kubernetes with minikube
mohammedrafi@NOC-RAFI:~$ curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.22.2/minikube-linux-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 85.3M 100 85.3M 0 0 6926k 0 0:00:12 0:00:12 --:--:-- 7483k mohammedrafi@NOC-RAFI:~$ minikube Minikube is a CLI tool that provisions and manages … Continue reading Kubernetes with minikube
