7be680cbe5
* docs: initial migration to docusaurus * website: add custom font, update blurbs and icons * website: update splash * root: update links to docs * flows: use .pbflow extension so docusaurus doesn't mangle the files * e2e: workaround prospector * Squashed commit of the following: commit1248585dca
Author: Jens Langhammer <jens.langhammer@beryju.org> Date: Sun Nov 15 20:46:53 2020 +0100 e2e: attempt to fix prospector error again commit1319c480c4
Author: Jens Langhammer <jens.langhammer@beryju.org> Date: Sun Nov 15 20:41:35 2020 +0100 ci: install previous python version for upgrade testing * web: update accent colours and format * website: format markdown files * website: fix colours for text * website: switch to temporary accent colour to improve readability * flows: fix path for TestTransferDocs * flows: fix formatting of tests
32 lines
914 B
Markdown
32 lines
914 B
Markdown
---
|
|
title: Rancher
|
|
---
|
|
|
|
## What is Rancher
|
|
|
|
From https://rancher.com/products/rancher
|
|
|
|
:::note
|
|
An enterprise platform for managing Kubernetes Everywhere
|
|
Rancher is a platform built to address the needs of the DevOps teams deploying applications with Kubernetes, and the IT staff responsible for delivering an enterprise-critical service.
|
|
:::
|
|
|
|
## Preparation
|
|
|
|
The following placeholders will be used:
|
|
|
|
- `rancher.company` is the FQDN of the Rancher install.
|
|
- `passbook.company` is the FQDN of the passbook install.
|
|
|
|
Create an application in passbook and note the slug, as this will be used later. Create a SAML provider with the following parameters:
|
|
|
|
- ACS URL: `https://rancher.company/v1-saml/adfs/saml/acs`
|
|
- Audience: `https://rancher.company/v1-saml/adfs/saml/metadata`
|
|
- Issuer: `passbook`
|
|
|
|
You can of course use a custom signing certificate, and adjust durations.
|
|
|
|
## Rancher
|
|
|
|
![](./rancher.png)
|