Please enable JavaScript.
Coggle requires JavaScript to display documents.
K8S (Deploying workload (Pod, ReplicaSet, ReplicationController, Job,…
K8S
Deploying workload
Pod
ReplicaSet
ReplicationController
Job
CronJob
StatefulSet
Deployment
Namespace
Mount
mnt
Process ID
pid
Network
net
Inter-process communication
ipc
UTS
hostname
&
domain name
User ID
user
Master node(control panel)
etcd
(reliable distributed data store that persistently stores the cluster config)
API server (
communicate with other components in master node
and
connect with worker node
)
Scheduler(assign a
worker node
to each deployable component of your app)
Controller manager
Service
Service
Endpoints
Ingress
Strorage
PersistentVolume
PersistentVolumeClaim
StorageClass
Config
ConfigMap
Secret
Worker node
kubelet (talks with
API server
and manage containers on its nodes)
Container Runtime
kube-proxy (load-balance
network traffic
between apps components)
command line