Advertisement
Guest User

KinD Cluster

a guest
Sep 20th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. ~ πŸž‚πŸž‚ kind version
  2. v0.5.1
  3.  
  4. ~ πŸž‚πŸž‚ kind create cluster --name test
  5. Creating cluster "test" ...
  6. βœ“ Ensuring node image (kindest/node:v1.15.3) πŸ–Ό
  7. βœ“ Preparing nodes πŸ“¦
  8. βœ“ Creating kubeadm config πŸ“œ
  9. βœ“ Starting control-plane πŸ•ΉοΈ
  10. βœ“ Installing CNI πŸ”Œ
  11. βœ“ Installing StorageClass πŸ’Ύ
  12. Cluster creation complete. You can now use the cluster with:
  13.  
  14. export KUBECONFIG="$(kind get kubeconfig-path --name="test")"
  15. kubectl cluster-info
  16.  
  17.  
  18. ~ πŸž‚πŸž‚ export KUBECONFIG="$(kind get kubeconfig-path --name="test")"
  19.  
  20.  
  21. ~ πŸž‚πŸž‚ kind get kubeconfig-path --name test
  22. /home/venkatn/.kube/kind-config-test
  23.  
  24.  
  25. ~ πŸž‚πŸž‚ kubectl get nodes
  26. NAME STATUS ROLES AGE VERSION
  27. test-control-plane Ready master 114s v1.15.3
  28.  
  29.  
  30. ~ πŸž‚πŸž‚ docker ps
  31. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
  32. 930465fcb2ab kindest/node:v1.15.3 "/usr/local/bin/entr…" 2 minutes ago Up 2 minutes 43693/tcp, 127.0.0.1:43693->6443/tcp test-control-plane
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement