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

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

android - Go back to previous fragment -