// Prerequisites Before you start building the pod-restart-notifier operator, make sure you have the following software dependencies installed on your …
posts tagged #Operator
// Minikube Start a local Kubernetes cluster. # Use virtual machines like with the VirtualBox or Hyper-V drivers minikube start --nodes=3 --memory=2g …