https://store-images.s-microsoft.com/image/apps.6717.704de397-2703-4794-a726-ffedf09f2a96.1bcfb2a2-d88e-4fcf-89dd-f0f3683acc89.4c6361cd-2d8c-4ecf-8176-eeae675ce88a

Pinniped CLI

by pcloudhosting

Version 0.43.0 + Free Support on Debian 13

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.