aldikhan13

RUNNING KUBERNETES ON WINDOWS 10

Jan 17th, 2021 (edited)
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. install kubernetes on windows 10 follow this step by step
  2.  
  3. 1. install chocolatey , follow this link https://bit.ly/2XQg2kh, before install chocolatey run as powershell
  4. 2. after install chocolatey , typing choco install kubernetes-cli in your cli
  5. 3. goto cd %userprofile% mkdir .kube and then typing New-Item config -type file
  6. 4. set environment -> choice system -> path -> copy this C:\Users\yourcomputername
  7. 5. download minikube follow this link https://bit.ly/3oU54WT, and then choice minikube-installer.exe
  8. 6. follow this image after install minikube successfully
  9. - https://i.imgur.com/HYJbcnj.png
  10. - https://imgur.com/5fEUG8W.png
  11. - https://imgur.com/wXNHayE.png
  12. - https://imgur.com/YFyLifN.png
  13. - https://imgur.com/KIBBnLV.png
  14. - https://imgur.com/OJ3ARuU.png
  15. 7. enjoy successfully kubernetes is working
  16.  
Add Comment
Please, Sign In to add comment