-
Notifications
You must be signed in to change notification settings - Fork 113
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
Improve documentation by creating a user guide for recording and installing security profiles based on use cases #2389
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
What would you like to be added:
We should write a user guide for recording and installing security profiles based on use cases. This will improve the user experience when using the security profiles operator to manage security profiles in general.
With the introduction of spoc CLI, spo provides now capabilities to manage security profiles beyond the Kubernetes clusters. We should add a detailed step by step guide for following use cases:
Manage security profiles in-cluster
such as seccomp and apparmor, this is the standard use case to record and install security profiles within a k8s cluster.Manage security profiles for containers
outside of k8s, step by step guide how to use the spoc CLI in this caseManage security profiles on your local Linux system
, this is the case when someone wants to record and install a security profile for a process running on a local system, this use case is also now covered by the spoc CLI, and it can provide a seamless experience when Support in spoc CLI for install /remove apparmor profiles into the local system #2387 is implemented.Why is this needed:
Improve user experience and facilitate the spo adoption.
User story covered
The text was updated successfully, but these errors were encountered: