kubernetes - what's the difference between authorization and admission controller? -
admission controller intercepts requests after authentication , authorization, result in permit or deny request. point of view, can control in more detail. what's design consideration admission controller?
an example might clarify difference resource quota admission controller: http://kubernetes.io/v1.0/docs/design/admission_control_resource_quota.html. user might have authority read pods in particular namespace, not quota create new ones.
Comments
Post a Comment