Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace PodSecurityPolicies #74

Closed
Tracked by #1218
cristiklein opened this issue Apr 16, 2021 · 1 comment
Closed
Tracked by #1218

Replace PodSecurityPolicies #74

cristiklein opened this issue Apr 16, 2021 · 1 comment
Labels
kind/investigation Investigating something new

Comments

@cristiklein
Copy link
Contributor

cristiklein commented Apr 16, 2021

What should be investigated.

PodSecurityPolicies are planned to be deprecated in Kubernetes 1.21 and removed in Kubernetes 1.25.

UPDATE 2021-11-26: Pod Security Standards are now officially supported and documented. They allow putting namespaces in the baseline, restricted or privileged security profiles.

Privileged seems to be what we need for "system" Pods, e.g., fluentd, falco.

Baseline seems to be what we need for "application" and user Pods, e.g., Harbor, Elasticsearch, Kibana.

What artifacts should this produce.

  • A demo of the future approach that solves the problems that PodSecurityPolicies currently do.
  • Action items to migrate to Pod Security Standards
@crssnd
Copy link

crssnd commented Jan 27, 2023

we will go with gatekeeper as a PSP replacement.
more specific issues will be opened

@crssnd crssnd closed this as completed Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/investigation Investigating something new
Projects
None yet
Development

No branches or pull requests

2 participants