A Kubernetes workshop with a New Relic focus.
This workshop was built and tested using Minikube. Below are the pre-requisites that need to be installed before proceeding.
- Install Minikube
- kubectl
- helm
- git
- hyperkit (if Docker Desktop is installed, you already have Hyperkit)
brew install minikube kubectl helm git hyperkit
minikube start --driver=hyperkit --cni=flannel --cpus=4 --memory=8000 -p minikube-workshop