https://store-images.s-microsoft.com/image/apps.6717.f78f4a98-91d3-4fd0-b657-0304d87628af.6eecdf1e-3f5b-4445-a166-7ba6f8317cf1.c45ede94-db8d-4a95-b406-cc4b9a9898fa
Pinniped CLI
pcloudhosting द्वारा
Just a moment, logging you in...
Version 0.33.0 + Free Support on OpenSUSE 15.6
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 pinnipedDisclaimer: 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.