API / Venafi Interview questions
What is the Venafi Kubernetes Agent?
The Venafi Kubernetes Agent is a lightweight component that runs inside a Kubernetes cluster and reports certificate and cert-manager usage data back to the central Venafi control plane (TPP or Certificate Manager SaaS).
It doesn't issue certificates itself — that's cert-manager's job, working through a Venafi/CyberArk issuer. Instead, the agent collects data on installed cert-manager versions, certificate resources, and Kubernetes cluster metadata, and periodically pushes a snapshot up to Venafi so security teams get visibility into what's issued across every cluster, even ones that were spun up outside a formal request process.
It exists because Venafi (through its Jetstack acquisition) built cert-manager itself, and wanted a way to fold that widely used open-source tool into the same governance and reporting layer as the rest of the enterprise's certificate inventory.
More Related questions...