Cleaning up

To finish let's clean up

  • Remove the secret that contains the token
  • Remove the issuer.
  • Remove the namespace jss-academy
kubectl -n jss-academy delete secret access-token-for-tpp
kubectl -n jss-academy delete issuer academy-issuer
kubectl delete ns jss-academy
Copy to clipboard

The TLS Protect for Kubernetes Agent periodically tracks changes to your cluster and on the next poll, will not show the deleted issuer in the dashboard anymore. To validate wait for a couple of minutes and log back into the TLS Protect for Kubernetes dashboard

In the next course, let's look at creating a Certificate resource using cert-manager that complies to the organization polices

On this page