-
Notifications
You must be signed in to change notification settings - Fork 3
Kubernetes admin
stanislaw_jakiel edited this page Feb 22, 2019
·
3 revisions
Master only component. Accepts user request. Stores resources definitions in etcd
.
Master only component. Materializes user requests, watch
es the kube-apiserver, decides where and when schedule PODs.
PODs definition may contain some data that affects kube-scheduler
:
affinity/anti-affinity
nodeSelector
taints/tolerations
reservations/limits
It is possible to write custom scheduler
Master only component. Monitors *-controller
s, e.g., deployment-controller
Master/Worker component. Resides on every Node. Connects to the kube-apiserver
. Starts the actual containers via the container runtime.
Provides health-checks
Master/Worker component. Main network component, watches the service
s and materializes their rule on the Nodes (e.g. handles iptables
)
- General
- OS
- Networks
- Configuration
- Protocols
- Link layer
- Sockets
- Routing
- Tunneling
- Debugging
- LoRa
- Virtualization
- Infrastructure as a code
- Desktop environments
- Monitoring
- Benchmarking