Elevation of Privilege
Learn about preventing elevation of privilege, commonly known as privilege escalation.
We'll cover the following...
Privilege escalation is gaining higher access than what is granted. The aim is to cause damage or gain unauthorized access.
Let’s look at a few ways to prevent this in a Kubernetes environment.
Protecting the API server
Kubernetes offers several authorization modes that help safeguard access to the API server. These include: ...