Opleiding: Running Containers on Amazon Elastic Kubernetes Service (Amazon EKS) (RCAEKS)
Running Containers on Amazon Elastic Kubernetes Service (Amazon EKS) (RCAEKS)
Amazon EKS makes it easy for you to run Kubernetes on AWS without needing to install, operate, and maintain your own Kubernetes control plane. In this course, you will learn container management and orchestration for Kubernetes using Amazon EKS.
You will build an Amazon EKS cluster, configure the environment, deploy the cluster, and then add applications to your cluster. You will manage container images using Amazon Elastic Container Registry (ECR) and learn how to automate application deployment. You will deploy applications using CI/CD tools. You will learn how to monitor and scale your environment by using metrics, logging, tracing, and horizontal/vertical scaling. You will learn how to design and manage a large container environment by designing for efficiency, cost, and resiliency. You will configure AWS networking services to support the cluster and learn how to secure your Amazon EKS environment.
This course includes instructor lecture, presentations, hands-on labs, demonstrations, and group exercises/discussions.
In this course, you will learn to:
- Review and examine containers, Kubernetes, and Amazon EKS fundamentals and the impact of containers on workflows.
- Build an Amazon EKS cluster by selecting the correct compute resources to support worker nodes.
- Secure your environment with AWS Identity and Access Management (IAM) authentication by creating an Amazon EKS service role for your cluster
- Deploy an application on the cluster. Publish container images to ECR and secure access via IAM poli...
This course is intended for:
- Those who will provide container orchestration management in the AWS Cloud including:
- DevOps engineers
- Systems administrators
Day 1
Module 0: Course Introduction
- Course preparation activities and agenda
Module 1: Container Fundamentals
- Design principles for building applications
- What are containers?
- Components of a container
- Writing Dockerfiles
Module 2: Kubernetes Fundamentals
- Challenges of managing many containers
- What is Kubernetes, and why is it important?
- Components of the Kubernetes control plane
- Kubernetes worker nodes and pods
- Key Kubernetes objects
- Managing Kubernetes with k...