kind create cluster --name my-cluster
kind create cluster --name my-cluster --config kind-config.yaml
kubectl apply -f zephy-resource.yaml
kubectl apply -f zephy.yaml
I wanted to understand how kubernetes work and since I am still in my process of learning about it, I thought that trying to create something simple like a CRD would give me a better understaning of the underlying architecture of the components of kubernetes.
All credits go to: https://medium.com/@disha.20.10/building-and-extending-kubernetes-a-writing-first-custom-controller-with-go-bc57a50d61f7