Today we installed kubectl and k3d, created a lightweight Kubernetes cluster with k3d, verified the nodes, and confirmed the cluster was reachable from the local Docker daemon.
kubectl & k3dShows the installation commands used to install kubectl and k3d on the machine.

k3d clusterShows the k3d cluster create command used to create the cluster and the creation output (nodes, ports, etc.).

Shows commands and output verifying the cluster and nodes (for example kubectl get nodes and kubectl cluster-info).

Shows starting the Docker daemon (if needed) and a sample kubectl command run to confirm workloads / pods are running.
