The final step in setting up your EKS cluster is to deploy the Kubernetes dashboard to your cluster. The Kubernetes dashboard is a powerful and comprehensive web-based management interface for managing and monitoring your cluster and container applications, and is deployed as a container-based application within the kube-system namespace of your Kubernetes cluster. The dashboard consists of a number of components that I won't go into detail about here, but you can read more about the dashboard at https://github.com/kubernetes/dashboard.
To deploy the dashboard, we will first create a folder called todobackend-aws/eks/dashboard and proceed to download and apply the various components that comprise the dashboard ...