0% found this document useful (0 votes)
20 views

Architectures Sometimes Can Be: Complex

Uploaded by

Sheldon Cooper
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Architectures Sometimes Can Be: Complex

Uploaded by

Sheldon Cooper
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Architectures sometimes can be complex

Making Kubernetes Architecture easy

[email protected]
Kubernetes Architecture
Concept
Objectives
1. High-level overview

2. Kubernetes Master

3. Worker node

4. Kubernetes Architecture

5. Terminology

[email protected]
Overview

Worker Node-1

Pod
Master
Container

Cluster

[email protected]
Kubernetes Master

Scheduler
Kubelet

kubectl

API API Server

UI

etcd Controll
Manager

[email protected]
Kubernetes Worker Node
Internet

Kubelet Kube-Proxy

Docker
API
Server Pod

Container

[email protected]
Kubernetes Architecture
Internet

Scheduler
Kubelet Kube-Proxy

kubectl
Docker
API API Server

UI

etcd Controller
Manager

Master Worker Node


[email protected]
Kubernetes Architecture - Terminology

Master Worker

API Server Kubelet

Scheduler Kube-proxy

Controller Manager Pod

ETCD Containers

[email protected]
Summary
1. High-level overview

2. Kubernetes Master

3. Worker node

4. Kubernetes Architecture

5. Terminology

[email protected]
Coming up…

Installation Methods of
Kubernetes

You might also like