estevaofay / minikube

Home Page:https://www.tabnews.com.br/estevaofay/como-rodar-um-cluster-kubernetes-local

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to create a local Kubernetes cluster using minikube

Minikube is a great utility to use when experimenting with Kubernetes official link

This repo will:

  • Install Minikube (via Homebrew)
  • Create a cluster
  • Create a single pod running nginx
  • Check the logs of that pod
  • Detroy the cluster

Scripts

The script(s) for this repo are under scripts/

Execute them with:

$ ./scripts/minikube.sh