K8s In Action Flashcards
Describe the types of K8S services
For nodeport each cluster node open support on the note itself redirects traffic received on that port to underlying service accessible through a dedicated port on all notes
Load balancer Colin makes the service accessible through a dedicated load balancer provisioned from the cloud provider. Clients connect through load balancer‘s IP
Ingress resource:Operates at HTTP level (network layer seven) thus offer more features than later for service can
Components on the Control Plane
The etcd distributed persistent storage
The API server
The Scheduler
The Controller Manager
Node components
The Kubelet
The Kubernetes Service Proxy (kube-proxy)
The Container Runtime (Docker, rkt, or others)