To Do List

https://www.youtube.com/watch?v=cpgOgRxZ0r8&list=PLdpzxOOAlwvKwTyYNJCUwGPvql0TrsPgv&index=11                      ...

Kind…

Installation  brew install kind Creating a Cluster kind create cluster Deleting a Cluster kind delete cluster Multinode Cluster # three node (two workers) cluster config kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: – role: control-plane – role:...