We have a few k8s clusters in AWS that were created using Kops.
We are trying to improve security by setting up RBAC using service accounts and users.
Unfortunately, some of our devs were given the master/admin certificates.
Would it be possible to regenerate the master certificates without creating a new cluster?
Other best practices related to security would also be appreciated! Thanks.