Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 889 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 889 Bytes

offsite-k8s-workshop

A Kubernetes workshop with a New Relic focus.

Pre-requisites

This workshop was built and tested using Minikube. Below are the pre-requisites that need to be installed before proceeding.

brew install minikube kubectl helm git hyperkit

Start your cluster

minikube start --driver=hyperkit --cni=flannel --cpus=4 --memory=8000 -p minikube-workshop

Recommended Reading