Skip to content

Getting Started

Install the operator, apply a sample custom resource, and watch it mint a token.

Prerequisites

  • Go 1.25+
  • Docker (or another OCI builder — set CONTAINER_TOOL in the Makefile)
  • kubectl pointed at a Kubernetes cluster
  • kubebuilder (only needed for regenerating scaffolded code)

Walkthrough

  1. Installmake install / make run against a cluster.
  2. Deploy — build and push the manager image, make deploy.
  3. Try it — create an API-credential Secret, apply a sample CR, observe rotation.
  4. Tear down — remove the CR, uninstall the operator.