...

/

Running an Application on Kubernetes

Running an Application on Kubernetes

Explore the lab code for the “Running an Application on Kubernetes” chapter.

Walkthrough

List the nodes in your K8s cluster.

$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
k3s-qsk...d5idm Ready <none> 5m v1.28.2+k3s1
k3s-qsk...jhnpn Ready <none> 5m v1.28.2+k3s1
k3s-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 ...