Day 10: TLS Certificates Workflow and API
Grant Cluster Access
$ controlplane ~ ➜ ls
akshay.csr akshay.key # new user Akshay requesting access to cluster
$ cat akshay.csr | base64 -w 0 # encode the key to use in object yaml
Create Object
---
apiVersion: certificates.k8s.io/v1
kind...
prasanna-devops.hashnode.dev2 min read