Installation

  1. Install Helm v3 on your machine if not already installed, as it is the only supported way to install the Admiralty agent at the moment.

    The Admiralty agent must be installed in all clusters that you want to connect. Repeat the following steps for each cluster:

  2. Set your current kubeconfig and context to target the cluster:

    export KUBECONFIG=changeme # if using multiple kubeconfig files
    kubectl config use-context changeme # if using multiple contexts
  3. Refer to the cert-manager documentation to install version 1.0+, if not already installed.

  4. Install the Admiralty agent with Helm v3:

    helm install admiralty oci://public.ecr.aws/admiralty/admiralty \
    --namespace admiralty --create-namespace \
    --version 0.16.0 \
    --wait