Please enable JavaScript.
Coggle requires JavaScript to display documents.
K8s basics - Coggle Diagram
K8s basics
Core concepts
ETCD
API server
Kube controller manager
Kube scheduler
Kubelet
Kube proxy
Pods
Replica sets
Deployments
Namespaces
Services
Cluster IP
Node port
Load balancing
Imperative and declarative
Scheduling
Manual scheduling
Labels and selectors
Taints and tolerations
Node selectors
Node affinity
Resource limits
Daemon sets
Static pods
Multiple schedulers
Configuring schedulers
Application life cycle management
Rolling updates and rollback
Commands and arguments
Configure environment variables
Config maps
Secrets
Multi container pods
Init containers
Self healing applications
Storage
Docker storage
Volume drivers docker
CSI
Volumes
PV
PVC
SC
PVC-Pods
Cluster maintenance
OS upgrades
K8s software versions
Cluster upgrade
Backup and restore
ETCDCTL
Logging and monitoring
Monitor cluster components
Managing application logs
Security
Networking