/scc-fun

Repository with files used for an SCC workshop

Fun with SCCs

This repository has some demo labs to help you understand how different SCC subsystems work.

It's highly recommended reviewing the following blogs in order to understand the concepts used in the labs:

Versions used

Labs have been tested with OCP v4.14.0.

Demo 1

SCC for workloads, learn how SCCs are accessed, ordered and prioritized for your workloads.

Start Here

Demo 2

Seccomp profiles, learn how to create your own seccomp profiles and use them on OpenShift.

Start Here

Demo 3

Capabilities, learn what they are and how you can allow/restrict their use on OpenShift.

Start Here

Demo 4

SCCs strategies, learn how to work with the different SCC strategies on OpenShift.

Start Here

Demo 5

Debugging SCCs Issues, apply your knowledge around SCCs to solve some issues related to SCCs.

Start Here

Demo 6

Privilege Escalation bit, learn how to control if your containers can run privilege escalation operators through the use of no_new_privs bit.

Start Here

Demo 7

Pod Security Admission, learn how it's configured in OCP 4.14 and what configurations you can do.

Start Here