Deploying Accurate

  1. (Optional) Prepare cert-manager

    Accurate depends on cert-manager to issue TLS certificate for admission webhooks. If cert-manager is not installed on your cluster, install it as follows:

    $ curl -fsLO https://github.com/jetstack/cert-manager/releases/latest/download/cert-manager.yaml
    $ kubectl apply -f cert-manager.yaml
    
  2. Setup Accurate Helm repository

    $ helm repo add accurate https://cybozu-go.github.io/accurate/
    $ helm repo update
    
  3. Configuration Helm chart values

    Read Configurations for details.

  4. Install the Accurate Helm chart

    $ helm install --create-namespace --namespace accurate accurate accurate/accurate -f values.yaml