Now that our EKS cluster and worker nodes are in place and we have confirmed that we can deploy to the cluster, it's time to deploy the todobackend application to EKS. You have already performed the majority of the hard work earlier when you defined the various resources required to run your application locally in Kubernetes, and all that is required is to adapt some of the external resources such as the load balancer and persistent volume for the database service to use AWS native services.
You are now required to perform the following configuration tasks:
- Configuring support for persistent volumes using the AWS Elastic Block Store (EBS)
- Configuring support for AWS Elastic Load Balancers
- Deploying the sample application