AIcademics
Gallery
Toggle theme
Sign In
Kubernaties
Unit 1
Introduction
What is Kubernetes?
Kubernetes Architecture
Kubernetes Components
Unit 2
Working with Docker
Introduction to Docker
Docker Installation and Setup
Working with Docker Images
Docker Containers and Volumes
Docker Compose and Multi-container Applications
Unit 3
Kubernetes in AWS
Setting Up Kubernetes on AWS
Networking in Kubernetes on AWS
Storage Management in Kubernetes on AWS
Scaling and Load Balancing in Kubernetes on AWS
Unit 3 • Chapter 2
Networking in Kubernetes on AWS
Summary
False
Concept Check
What is a commonly used networking plugin in Kubernetes on AWS?
Calico
Flannel
Calico
Weave Net
What is the default CNI plugin for Amazon EKS?
aws-vpc-cni
Calico
Flannel
aws-vpc-cni
Which networking solution provides network policies in Kubernetes on AWS?
Calico
Calico
Weave Net
Cilium
How does Networking work in AWS EKS by default?
Pods get secondary ENIs
Each pod gets a public IP
No networking is configured
Pods get secondary ENIs
Which plugin allows pod-to-pod communication within a VPC in AWS EKS?
aws-vpc-cni
Flannel
Weave Net
aws-vpc-cni
Check Answer
Previous
Setting Up Kubernetes on AWS
Next
Storage Management in Kubernetes on AWS