CyberArk Sentry – Secrets Manager — Question 3

You are setting up the Secrets Provider for Kubernetes to support rotation with Push-to-File mode.
Which deployment option should be used?

Answer options

Correct answer: C

Explanation

The correct choice is Sidecar, as it allows the Secrets Provider to run alongside the main application and manage secret rotation effectively. Init containers are used for initialization tasks before the main application starts, while application containers focus on running the application itself, and Service Broker is not relevant to the specific deployment of the Secrets Provider.