+1 vote
in Kubernetes K8s by
What are the ways to provide API-Security on Kubernetes?

1 Answer

0 votes
by

The ways to provide API-Security on Kubernetes are:

  1. Using correct auth mode with API server authentication mode= Node.
  2. Make kubeless that protects its API via authorization-mode=Webhook.
  3. Ensure the kube-dashboard uses a restrictive RBAC (Role-Based Access Control) policy

Related questions

0 votes
asked Aug 4, 2023 in Kubernetes K8s by SakshiSharma
+1 vote
asked Feb 3, 2023 in VueJS by john ganales
...