Which annotation is used to apply an AppArmor profile to a pod?
This is the correct annotation format to apply an AppArmor profile to a container.
Why this answer
The annotation 'container.apparmor.security.beta.kubernetes.io/<container_name>' is used to specify the AppArmor profile for a container. Option A is correct because it uses the proper prefix and container name placeholder.