Please enable JavaScript.
Coggle requires JavaScript to display documents.
Azure, k8s, have shared environment, new resource group
new service plan…
-
-
-
- new resource group
- new service plan
- new web app
-
-
-
-
-
hard to access, not default
-
-
cannot be changed, remain the same
-
-
-
-
decides the worker node where a pod gets scheduled, watches for new pods, take decisions based on multiple factor: node's size, container's resource requirements, ...
agent runs on each worker node, monitors the worker node's health, communicates with container runtime
runs on each node, maintains network rules and handles network traffic to and from pods, configures iptables rules for services, communicates with API server
-
static port, between 30000-32768
store sensitive information, the value are encoded using base64
store non-sensitive information, the value are not encoded
-
create a tunnel of communication that allows API Server and kubelet to securly communicate via TLS encryption
-
-