Architecture
Last updated
Was this helpful?
Last updated
Was this helpful?
tryk8s.com
Kubelet - agent which monitors pods
POD - set of containers
has IP address
has persistent storage volumes
Deployment (rolled out with K8s)
Service
make deployments available from outside by single IP/port
Using round robin fashion using LB
Ingress
publish easy external access to services
Persistent volumes
persistent (networked) storage that can be mounted within a container by using Persistent Volume Claim
each pod
has a unique IP address
pod
may contain several containers