21 lines
589 B
Markdown
21 lines
589 B
Markdown
|
---
|
||
|
title: "Installing Pinniped"
|
||
|
cascade:
|
||
|
layout: docs
|
||
|
---
|
||
|
|
||
|
# Installing Pinniped
|
||
|
|
||
|
## Install the CLI
|
||
|
|
||
|
- Find the appropriate binary for your platform from the [latest release](https://github.com/vmware-tanzu/pinniped/releases/latest).
|
||
|
|
||
|
- Use Homebrew on macOS: `brew install vmware-tanzu/pinniped/pinniped-cli`.
|
||
|
|
||
|
## Install the Concierge
|
||
|
|
||
|
- See the [concierge deployment guide](https://github.com/vmware-tanzu/pinniped/tree/main/deploy/concierge).
|
||
|
|
||
|
## Install the Supervisor
|
||
|
|
||
|
- See the [supervisor deployment guide](https://github.com/vmware-tanzu/pinniped/tree/main/deploy/supervisor).
|