Deploying the Kubernetes dashboard

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 ...

Get Docker on Amazon Web Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.