Step 2: Install cert-manager

This step explains how to download and install cert-manager and Anthos Service Mesh (ASM), required for Apigee hybrid to operate.

Install cert-manager

  1. Use the following command to install cert-manager v0.14.2 from GitHub.
    kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v0.14.2/cert-manager.yaml

    You should see a response that the cert-manager namespace and several cert-manager resources have been created.

Summary

You now have cert-manager installed, and you are ready to install the ASM to provide the Istio ingress function connectivity for your hybrid runtime plane.

Next step

1 2 (NEXT) Step 3: Install ASM 4 5 6 7