mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Update kubernetes
parent
a82d44f687
commit
ebfecbeab8
1 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
#
|
||||
- profiles are per container
|
||||
|
||||
|
||||
# Check you Kubernetes Version
|
||||
AppArmor support was added to kubernetes in v1.4. Kubernetes older than v1.4 do not understand AppArmor annotations and they will be silently ignored.
|
||||
|
@ -12,5 +15,6 @@ kubectl get nodes -o=jsonpath=$'{range .items[*]}{@.metadata.name}: {@.status.no
|
|||
|
||||
|
||||
# References
|
||||
https://kubernetes.io/docs/tutorials/clusters/apparmor/
|
||||
|
||||
* https://kubernetes.io/docs/tutorials/clusters/apparmor/
|
||||
* https://sysdig.com/blog/manage-apparmor-profiles-in-kubernetes-with-kube-apparmor-manager/
|
||||
* https://www.alcide.io/whitelisting-processes-on-kubernetes-using-apparmor/
|
||||
|
|
Loading…
Add table
Reference in a new issue