Webinar: Understanding and Deploying Kubernetes Pod Security Policies

preview_player
Показать описание


As cluster-admin, you’ve probably done due diligence using RBAC to create “non-admin” users and service accounts with narrowed access, but did you know that most cluster setups give anyone the ability to create a single Pod to land on any node as root?

In this Webinar, we’ll demonstrate the “escape” vector mentioned above, and then explain how Pod Security Policies (PSPs) aim to tackle these kinds of issues by restricting what Pods can do. Lastly, we will explore the instrumentation we use to build PSPs, roles and their bindings in a sustainable way. By the end of this webinar, you will understand how to easily build a progressive PSP “hierarchy” from privileged to fully restricted and then bind them to specific subjects (users, groups, service accounts, etc) to help you build more secure Kubernetes environments.
Рекомендации по теме
Комментарии
Автор

just a note to moderators, would be really great is 1080p encoding was made available. thanks!

danmendes
Автор

Wow! Very useful presentation. Thank you for taking time to present.

SatishKumar-jbqm
Автор

great presentation! Are the slides going to be made available?

Mr.Jeansson
Автор

Good video! Is it possible to get hand's on the code? Would like to see how rbac / clusterRoleBindings look like in the end

thomaszimmer