Get startedSign in

Installing Plural Console

Web based admin panel for all your Plural applications.

Description

Plural will install Plural Console in a dependency-aware manner onto a Plural-managed Kubernetes cluster with one CLI command.

Installation

We currently support Plural Console for the following providers:

plural bundle install console console-aws

Setup Configuration

  • console_dns: Fully Qualified Domain Name for the console dashboard, eg console.topleveldomain.com if topleveldomain.com is the hostname you inputed above.
  • kas_dns: Fully Qualified Domain Name for the console kubernetes proxy, eg kas.topleveldomain.com if topleveldomain.com is the hostname you inputed above.
  • git_user: git username for console to use in git operations, eg your github username
  • git_email: email for git operations by console
  • admin_name: name for the initial admin user
  • repo_url: the url to the remote git repo
  • access_token: github/gitlab access token to use for http git authentication
  • private_key: path to the private key to use for git authentication
  • public_key: path to the public key to use for git authentication
  • passphrase: passphrase to use for encrypted private keys (leave empty if not applicable)