Day 24/#30daysofK8s

Parthvi Vala
Feb 25, 2021

--

kube-proxy vs kubectl-proxy

kube-proxy allows communication between nodes.

kubectl-proxy creates a proxy with the kube-apiserver, so that we can directly call the kube-apiserver.

Authorization mechanisms in K8s include — 1)Node Authorization, 2) AttributeBAC, 3) RBAC, 4) Webhook

Node Authorization — Users trying to access API server, can access a node, if their certificate says they belong to a certain group and node.

--

--

Responses (1)