Login
Remember
Register
Ask a Question
What are the ways to provide API-Security on Kubernetes?
+1
vote
asked
May 26, 2021
in
Kubernetes K8s
by
sharadyadav1986
What are the ways to provide API-Security on Kubernetes?
api-security
kubernetes-api
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 26, 2021
by
sharadyadav1986
The ways to provide API-Security on Kubernetes are:
Using correct auth mode with API server authentication mode= Node.
Make kubeless that protects its API via authorization-mode=Webhook.
Ensure the kube-dashboard uses a restrictive RBAC (Role-Based Access Control) policy
...