xavi78 / KubernetesExample

Example Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KubernetesExample

Example To UP Minikube

$>minikube start

To Dashboard

$> minikube dashboard

To UP wordpress infrastructure execute

$> kubectl apply -k ./

To expose web in minikueb. $> minikube service wordpress --url

About

Example Kubernetes