Introducing Security Profiles for Container Permission Management (opens in new tab)
Introduction In this article, I want to introduce Security Profiles, a feature I added to Raind, a container runtime I have been developing. In a previous article, I introduced Raind as a runtime that aims to handle Docker-like standalone container execution and Kubernetes-style resources such as Pod, Deployment, Service, and Ingress as part of a single runtime stack. GitHub repository: This time, I would like to talk about one of the main features in the recent release: Security Profile. A S...
Read the original article