Notes to Self

Alex Sokolsky's Notes on Computers and Programming

k8s and Certificates

Generate CSR as described.

Show CSRs

kubectl get csr

Or to view the details:

kubectl get csr jane -o=yaml

Approve it:

kubectl certificate approve jane

Alternatively:

kubectl certificate deny agent-smith