https://store-images.s-microsoft.com/image/apps.6717.2f400189-49c8-4da5-9f5f-8993eb584728.61538727-97da-47bd-bc2d-9c91d5a72a0d.0f84609b-b130-4f42-b0f7-cdf4bb62e6d3

Pinniped CLI

by pcloudhosting

Version 0.33.0 + Free Support on ALMA LINUX 10

Pinniped CLI is an open-source, lightweight command-line tool designed to provide secure, identity-based authentication for Kubernetes clusters. It enables users to authenticate using external identity providers such as OIDC, LDAP, and enterprise SSO systems without storing long-lived credentials in kubeconfig files.

Features of Pinniped CLI:

  • Secure Kubernetes authentication using short-lived credentials.
  • Integration with external identity providers (OIDC, LDAP, SSO).
  • No static tokens or certificates stored in kubeconfig.
  • Client-side standalone binary with minimal dependencies.
  • Seamless integration with kubectl for cluster access.

To check the installed version of Pinniped CLI, run the following commands:

$ cd /opt
$ sudo chmod +x pinniped-cli-linux-amd64
$ sudo mv pinniped-cli-linux-amd64 /usr/local/bin/pinniped
$ pinniped version
$ which pinniped
Disclaimer: Pinniped CLI is provided under applicable open-source licenses and is distributed “as is.” Users are responsible for configuring identity providers, securing access credentials, and following best practices for authentication and authorization in Kubernetes environments.