Deploy Vault Radar Agent(s)
Beta feature
This feature is currently available as beta. The beta functionality is stable but possibly incomplete and subject to change. We strongly discourage using beta features in production.
The following environment variables will need to be set in order for the agent run and connect to HCP successfully:
It is recommended to deploy the Agent using Kubernetes. A sample manifest is included alongside the releases. An example deployment for the Agent may looks something like this:
The example manifest is using Kubernetes Secrets for the sensitive credentials, this requires base64 encoding the values, and then the secrets are loaded as environment variables on the pod(s). There are many ways you can configure the deployment as long as the environment variables vault-radar
requires are set on the pod(s).
When deployed, each pod will output logs to STDOUT
. You can tail the logs as you would any other kubernetes pod using the kubectl
command: