0% found this document useful (0 votes)
50 views1 page

Configuracion Minikube Windows

The document provides instructions for installing and configuring Kubernetes and Minikube on Linux, Windows, and Docker. It includes commands to download Kubernetes and Minikube binaries, configure the Minikube driver as virtualbox or hyperv, start Docker, stop Apollo instances, copy files to directories, and run commands to setup Minikube and load Docker images.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views1 page

Configuracion Minikube Windows

The document provides instructions for installing and configuring Kubernetes and Minikube on Linux, Windows, and Docker. It includes commands to download Kubernetes and Minikube binaries, configure the Minikube driver as virtualbox or hyperv, start Docker, stop Apollo instances, copy files to directories, and run commands to setup Minikube and load Docker images.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

#curl -LO https://storage.googleapis.

com/kubernetes-release/release/`curl -s
https://storage.googleapis.com/kubernetes-
release/release/stable.txt`/bin/linux/amd64/kubectl
#curl -LO minikube
https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64

# minikube config set driver virtualbox


# curl -LO https://storage.googleapis.com/minikube/iso/minikube-v1.11.0.iso
# curl -LO https://storage.googleapis.com/kubernetes-
release/release/v1.18.0/bin/windows/amd64/kubectl.exe
# curl -LO https://storage.googleapis.com/kubernetes-
release/release/v1.18.3/bin/linux/amd64/kubelet
# To reconfigure minikube
minikube delete
# To setup driver
minikube config set driver hyperv

- Start Docker
- On appollo installer directory
- Stop appollo instances
./appollo-stop.sh master

- On kubernetes directory
- Execute minikube-installer.exe to install minikube

- Copy kubectl.exe to C:\Program Files\Kubernetes\Minikube directory


- Copy kompose-windows-amd64.exe

- Run git bash as administrator


- Setup minikube

cd /d/Instaladores/Proyecto/Docker/kubernetes

export MINIKUBE_HOME=/d/Instaladores/Proyecto/Docker/kubernetes/minikube_home
minikube start --vm-driver=virtualbox --iso-
url=file://d/Instaladores/Proyecto/Docker/kubernetes/minikube-v1.11.0.iso --hyperv-
virtual-switch "DockerNat" --v=7 --alsologtostderr

docker save "${1}" | pv | (eval $(minikube docker-env) && docker load)

docker save "${1}" | pv | (eval $(minikube docker-env) && docker load)

You might also like