Running an Application on Kubernetes
Explore the lab code for the “Running an Application on Kubernetes” chapter.
We'll cover the following...
Walkthrough
List the nodes in your K8s cluster.
$ kubectl get nodesNAME STATUS ROLES AGE VERSIONk3s-qsk...d5idm Ready <none> 5m v1.28.2+k3s1k3s-qsk...jhnpn Ready <none> 5m v1.28.2+k3s1k3s-qsk...um2r2 Ready <none> 5m v1.28.2+k3s1
List all Nodes
Run the following from the root of the GitHub repo. If you’re ...