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 :: extract tar.gz in linux 
Shell :: download subfolder from github 
Shell :: pyinstaller exe version info 
Shell :: delete namespace 
Shell :: ubuntu change username 
Shell :: what is a shell 
Shell :: sudo apt-get ignore warning 
Shell :: linux env 
Shell :: git checkout previous commit 
Shell :: check laptop battery health using upower 
Shell :: How to push to a new repositiory in github 
Shell :: setup git project 
Shell :: npm install webpack 
Shell :: install aws cli v2 
Shell :: git pull from previous commit 
Shell :: ubuntu wifi enabled no internet connection 
Shell :: install node specific version 
Shell :: uninstall get help windows 10 
Shell :: delete branch github 
Shell :: how to install SunraPhpSimpleHtmlDomParser composer 
Shell :: wsl 
Shell :: mac generate ssh private key 
Shell :: whats home directory variable linux 
Shell :: bash if set variable 
Shell :: install laravel dompdf 
Shell :: list files in git 
Shell :: install fleetssl 
Shell :: create permanent git credentials windows 
Shell :: add more changes to same commit 
Shell :: how to delete last push github 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =