Skip to content

janakiramm/minikube-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Setting up and configuring single node Kubernetes cluster with Minikube

These scripts will install and configure Minikube on Mac. The WordPress folder has the YML files for deploying the app on the cluster.

Check https://github.com/kubernetes/minikube for the latest version of Minikube

  • Clone this repo and run the following command to setup and configure Minikube
git clone https://github.com/janakiramm/minikube-demo.git

  • Run the shell script to download and install Minikube binary
sh setup-minikube.sh

  • To deploy WordPress on Minikube run the following command
cd WordPress && sh ./deploy.sh

  • Check the deployment on the Kubernetes dashboard
minikube dashboard

About

Setting up and configuring single node Kubernetes cluster with Minikube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages