Skip to content

Quick-Start

Minimal Getting Started Setup

Install the following charts with default values.yaml if not already installed:

To configure MetalLB, you will need to also add metallb-config and adapt it to your own needs.

Getting started using Charts with your own Domain


Important Charts

MetalLB installation

MetalLB

This step is mandatory if you don’t intend to use another LoadBalancer. We have a full guide explaining the setup on the MetalLB-Config Setup Guide page on how to setup MetalLB. Please refer to that page for more info before continuing.

Prometheus and CNPG system app installations

Prometheus CNPG

Many of the popular TrueCharts charts rely on Prometheus Operator and Cloudnative-PG Operator to be installed PRIOR to installing another chart that may rely on functionality these operators provide. If you’re unsure if you’re using any TrueCharts charts that require Prometheus or CNPG functionality, we advise you install these charts first anyway before attempting to then install any other charts.

Here is a list of charts that rely on CNPG functionality. If you intend to deploy any of these charts, you must install the Cloudnative-PG Operator chart first as above.

Traefik installation for Ingress / Reverse-Proxy support with TrueCharts Charts

Traefik

Traefik is our “ingress” or “reverse-proxy” solution of choice and is integrated into all our charts in order to make it as easy as possible to secure your charts. To support this, we supply a separate Traefik “ingress” app, which has been pre-configured to provide secure and fast connections. Please check the Traefik How-To for basic instructions and a video as well.

An optional but extra function enabled by Traefik and supported by many Truecharts Charts like Nextcloud, is the ability to use a middleware to use your charts remotely. You can setup a basicAuth middleware using our guide Add Traefik Basic Auth to Charts.

Cert-Manager (operator) and Clusterissuer installation for certificate management

Cert-Manager

TrueCharts only supports the usage of Cert-Manager (both the operator portion and the main clusterissuer) for certificate management inside charts. We highly recommend setting up clusterissuer using our clusterissuer setup-guide before adding Ingress to your applications.

Blocky DNS provider for split-DNS installation and guide

Blocky

Blocky is the optional, but preferred DNS solution for TrueCharts. It’s a DNS proxy, DNS enhancer and ad-blocker which supports “split-DNS” through K8S-Gateway and is highly-available. The Blocky Setup-Guide will cover basic setup options which will get you up and running and is not all inclusive.