Hey everyone! I'm curious about how to manage access to a cluster using client certificates. Are there any tools available to help handle these client certificates for a large team of developers? It seems like creating and renewing certificates can be a bit cumbersome. Any tips or advice would be greatly appreciated! Thanks!
4 Answers
cert-manager is a fantastic tool for managing certificates. It automates the issuance and renewal process, which might be exactly what you need for your large group of developers.
You could try using Teleport. It’s a handy tool for managing access and could streamline how you handle certificates.
Have you considered using OIDC (OpenID Connect)? It's worth looking into as an alternative authentication method that might simplify things for your team.
Just curious, what do you mean by saying creating and renewing certs is not the 'imperial way'? Can you elaborate on that?

Sounds like a good option! Have you used it before?