Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.69 KB

INSTALL.md

File metadata and controls

30 lines (21 loc) · 1.69 KB

Install Monoskope

Prerequisites

Required

  • jetstack/cert-manager used to generate certificates
    • Make sure to configure pki.certificates.certManagerApiVersion in the helm chart according to the needed version of the deployed cert-manager version
    • Minimum version required is v1.0.2
  • step-cli installed (you can use something similar too) for the PKI setup

Optional

Step-by-step setup

  1. Make sure you have the following available in your target cluster:
  2. Create m8 PKI. See certificate management for details.
  3. Configure an identity provider. See identity provider setup for details.
  4. Configure m8 Ambassador. See DNS and IP address setup for details.
  5. Deploy Helm Chart via finleap-connect chart repo and adjust the values to your needs.

Optional steps

  • Provision users and roles to your Monoskope instance via SCIM if your identity provider supports it. See Monoskope SCIM support for details.