« Back to home

JIT Groups Using JIT Groups to manage just-in-time, self-service access to Kubernetes resources

Although Kubernetes resources are best managed using infrastructure-as-code (IaC), it’s sometimes useful to be able to interact with the cluster directly – whether that’s for diagnostics or other purposes. However, as with any other access, it’s best to grant such access only when needed and to let it auto-expire when it’s no longer required. Continue »