AWS Elastic Kubernetes Service - Beginner
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed container service for running and scaling Kubernetes applications in the cloud or on-premises
Created by Luciano Giacchetta
Included in Careers:
USD 0.0
Includes 65% OFF
7-Day Money Back Guarantee
This course includes
- 6 Modules
- 12 Videos
- 18 Practices
- Full-time access
- Mobile & Tablet access
- Course Certificate
What you'll learn
- Deployment options
- How to install kubectl
- How to install and use eksctl
- Create a cluster with AWS CLI and eksctl
- Cluster authentication
- Clusters: Creation, update, and deletion
- Nodes: Managed node groups. creation and deletion of node groups
- Compatible storage types for EKS
- VPC, Security Groups, and Subnets requirements for clusters
Course Contents
12 Hours 0 Minutes
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that you can use to run Kubernetes on AWS without having to install, operate, and maintain your own control plane or Kubernetes nodes
The Amazon EKS control plane consists of control plane nodes that run Kubernetes software, such as the Kubernetes API server and etcd
A Kubernetes node is a machine that runs applications in containers
This module covers storage options for Amazon EKS clusters
Your Amazon EKS cluster is created in a VPC. The Amazon VPC Container Network Interface (CNI) plugin provides pod networks
Amazon EKS uses IAM to provide authentication to your Kubernetes cluster (via the aws eks get-token command), but it still relies on Kubernetes's native role-based access control (RBAC) for authorization