2020-12-18 19:57:46 +00:00
|
|
|
---
|
|
|
|
title: "Installing Pinniped"
|
|
|
|
cascade:
|
|
|
|
layout: docs
|
2021-02-17 23:02:57 +00:00
|
|
|
menu:
|
|
|
|
docs:
|
|
|
|
name: Install
|
|
|
|
weight: 10
|
2020-12-18 19:57:46 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
# 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).
|