Prototype solution which will work in EKS/ECS backed by Fargate
Open
medium-priority
- Dominant language
- Go
- Stars
- 25
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Fargate is most problematic environment for now:
- najsil doesn't work because we can't grant NET_ADMIN perms
- landjail may not work, because older kernel is used in Fargate, and we don't have control on it
Good news is clone syscall is allowed, so it's still possible to try to make nsjail work in this ENV by using sockets (see SRT arch.) instead IPTables rules.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.