Crd Setup ((top)) ✓
kubectl apply -f issuer.yaml
A Certificate Request Definition (CRD) is a Kubernetes resource that allows you to manage certificate requests and issuances. A CRD provides a way to define a certificate template, specify the issuer, and request a certificate. This simplifies the process of obtaining and managing certificates for your cluster. crd setup
Let's walk through creating a hypothetical CRD called a CronTab . kubectl apply -f issuer
kubectl apply -f my-cron.yaml