Summary
In this chapter, we have learned how to use kubectl
to list nodes running in the cluster, get information about the nodes and their resources usage; we've seen how to cordon, drain, and remove nodes; and we had an introduction to node pools.
We have learned new skills that can be applied in real-world scenarios to conduct maintenance on Kubernetes nodes.
In the next chapter, we're going to learn how to create and deploy applications to a Kubernetes cluster using kubectl
.