All Projects → janakiramm → Minikube Demo

janakiramm / Minikube Demo

Setting up and configuring single node Kubernetes cluster with Minikube

Programming Languages

shell
77523 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].