2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-28 21:07:56 +00:00

Update kubernetes

John Johansen 2021-02-26 11:08:39 +00:00
parent a82d44f687
commit ebfecbeab8

@ -1,3 +1,6 @@
#
- profiles are per container
# Check you Kubernetes Version # 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. 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 # 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/