☰
Courses
›
Kubernetes Zero to Hero
›
Monitoring & Production Scenarios
›
Video 88
Kubernetes End to End project on EKS
📚
Theory
0/5
🧪
Lab Practice
💬
Interview Questions
0%
Contents
0 of 5 sections complete · 5 min total
01
What is AWS EKS?
Elastic Kubernetes Service (EKS) is a managed Kubernetes offering from AWS. In a traditional Kubernetes setup (using tools like kubeadm or…
Cloud
1 min read
02
1
Managing the Data Plane: EC2 vs Fargate
While AWS manages the EKS Control Plane, you have two primary options for managing the Data Plane (where your application pods actually…
Cloud
1 min read
03
IAM OIDC Integration
Often, pods running in EKS need to interact with other AWS services (e.g., an Ingress Controller pod needs permission to create an…
Cloud
1 min read
04
Ingress vs. LoadBalancer Services
Exposing an application via a Service of type 'LoadBalancer' creates a dedicated AWS Load Balancer for every single service. If you have 50…
Comparison
1 min read
05
Ingress Controllers
Creating an Ingress YAML manifest does absolutely nothing on its own. It is merely a set of routing rules. You must install an 'Ingress…
Concept
1 min read