How to Implement Multi-Factor Authentication for Kubernetes CLI Operations?

0
8
Asked By TechieGadget123 On

I'm curious about how others are setting up multi-factor authentication (MFA) for updating or deleting resources in Kubernetes. What are some recommended methods or tools being used?

5 Answers

Answered By DevOpsJedi145 On

Have you considered using Pinniped along with Keycloak? They work well together to provide MFA options.

Answered By GitOpsGuru77 On

We rely on Flux GitOps with automated sanity checks on pull requests. It’s a way to ensure that changes are vetted before they go live, which could serve as an effective control.

Answered By IDPwhiz On

I think it's more of an identity provider (IDP) issue than a Kubernetes issue. Find an IDP that supports a four-eyes workflow and integrate that into your system.

Answered By CloudySky987 On

One approach I've seen is using OIDC with Entra. This setup helps streamline authentication while ensuring that MFA requirements are met.

Answered By NoCliAccess21 On

In our case, we don’t really provide CLI access to anyone. It seems like a secure route since not many users need such access.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.