int128 is an independent open-source publisher whose entire catalog currently centers on kubelogin, a lightweight kubectl plugin that streamlines Kubernetes OpenID Connect authentication. By intercepting kubectl commands, the tool transparently orchestrates OIDC flows, obtains and caches short-lived ID tokens, and injects them into kubeconfig so clusters can be reached without repetitive browser logins or static credential files. DevOps teams use it to gate staging and production clusters against corporate identity providers such as Azure AD, Google, Okta, or Keycloak, while CI pipelines embed it to give short-term, least-privilege access to ephemeral namespaces. Security officers value its support for PKCE, device-code flows, and automatic token refresh, which together shrink the attack surface compared with service-account certificates. Because kubelogin is written in Go and distributed as a single binary, it drops into existing toolchains on Windows, macOS, and Linux without elevated rights, and it respects the kubectl configuration conventions already familiar to operators. Although the portfolio is presently focused on this one utility, the publisher’s GitHub presence indicates an emphasis on minimalist, developer-oriented tooling that solves narrow infrastructure pain points. The software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always installing the latest release and allowing batch installation alongside other applications.

kubelogin

This is a kubectl plugin for Kubernetes OpenID Connect (OIDC) authentication

Details