Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

kubernetes on windows 10

install kubernetes on windows 10 follow this step by step
 
1. install chocolatey , follow this link https://bit.ly/2XQg2kh, before install chocolatey run as powershell
2. after install chocolatey , typing choco install kubernetes-cli in your cli
3. goto cd %userprofile% mkdir .kube and then typing New-Item config -type file
4. set environment -> choice system -> path -> copy this C:Usersyourcomputername
5. download minikube follow this link https://bit.ly/3oU54WT, and then choice minikube-installer.exe
6. follow this image after install minikube successfully
 - https://i.imgur.com/HYJbcnj.png
 - https://imgur.com/5fEUG8W.png
 - https://imgur.com/wXNHayE.png
 - https://imgur.com/YFyLifN.png 
 - https://imgur.com/KIBBnLV.png
 - https://imgur.com/OJ3ARuU.png
7. enjoy successfully kubernetes is working
Comment

kubernetes windows install

curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/windows/amd64/kubectl.exe
Comment

PREVIOUS NEXT
Code Example
Shell :: npm install different version 
Shell :: git combine two branches into third 
Shell :: add shortcut to applications ubuntu 
Shell :: how to delete all text inside vi 
Shell :: kubernetes copy files to persistent volume 
Shell :: mac make bootable usb 
Shell :: mac force quit shortcut 
Shell :: git repo 
Shell :: common use of python sys library 
Shell :: remove a non empty directory 
Shell :: github how to add ssh key 
Shell :: bash if else if 
Shell :: bash commands guide 
Shell :: git add . 
Shell :: Stderr: VBoxManage.exe: error: UUID 
Shell :: set up vm arch 
Shell :: gedit linux install suing terminal 
Shell :: how to save a specific file in stash 
Shell :: there are stopped jobs 
Shell :: Default umask in /etc/login.defs could be more strict like 027 
Shell :: batch text 
Shell :: git grep line only 
Shell :: app-crashed 
Shell :: install lastools conda 
Shell :: registry key programfilesdir 
Shell :: install ntopng on ubuntu 20.04 
Shell :: git tag finalize app 
Shell :: how to put access.log in gitignore 
Shell :: instagram private viewer api github 
Shell :: keeping web server alive when terminal is off 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =