Part 3: Deploying an Application on EKS
This part will cover topics related to features that help you deploy your application on EKS. This section includes a complete guide for storing container images on Amazon ECR, providing persistent volumes for your application with AWS storage services such as EBS and EFS, defining the Pod security and granting permissions with IAM, and exposing and load balancing your Kubernetes application. In the last two chapters, we will look at more advanced topics such as using AWS Fargate, and how to use App Mesh to control and monitor our deployments
This section contains the following chapters:
- Chapter 11, Building Applications and Pushing Them to Amazon ECR
- Chapter 12, Deploying Pods with Amazon Storage
- Chapter 13, Using IAM for Granting Access to Applications
- Chapter 14, Setting Load Balancing for Applications on EKS
- Chapter 15, Working with AWS Fargate
- Chapter 16, Working with a Service Mesh