Tuesday, July 21, 2020

# Kubernates #


  • kubectl get nodes
  • kubectl config get-context
  • kubectl config get-contexts
  • kubectl run hello-kubernetes --image=k8s.gcr.io/echoserver1.4 --port=8080






No comments:

Docker Swarn

Docker is a tool intended to make the process of creating, deploying and running applications easier by using container based virtualization...