In this chapter, we will learn about operating the EKS cluster we set up in the previous chapter. The typical tasks of systems engineering would be to launch workloads, adding and deleting compute nodes, setting up additional users to utilize the cluster, and so on and so forth; these are the tasks that we will detail in this chapter.
One of the first things we have to do is to set up command-line access to our cluster, which makes programmatic interaction with the cluster possible. ...