Create Role and RBAC for cluster with minimum access:
Step-1: openssl genrsa -out poc.key 2048
The command you provided generates a new RSA private key using OpenSSL with a key length of 2048 bits. The private key will be saved to a file named "poc.key" in the current directory.
openssl: This is the c...
siddhantgupta.hashnode.dev4 min read