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 1 • Chapter 2
Kubernetes Architecture
Summary
false
Concept Check
What is a key component of Kubernetes Architecture?
Kubelet
Node.js
Docker
Tomcat
Which component manages Kubernetes Networking?
kube-proxy
Flannel
NGINX
Apache
What is responsible for scaling Applications in Kubernetes?
Persistent Volume
Horizontal Pod Autoscaler
Resource Quota
Pod Security Policy
What tool is used for Monitoring Kubernetes Cluster?
Grafana
Kibana
Elasticsearch
Prometheus
What is the role of an etcd in Kubernetes?
Ingress Controller
Key-value store for all cluster data
Pod Scheduler
Load Balancer
Check Answer
Previous
What is Kubernetes?
Next
Kubernetes Components