Configuring Integration with a Kubernetes Cluster

To set up Odin Automation integration with Kubernetes cluster, do the following:

  1. Log in to the OA Operations Control Panel.
  2. Go to System > Settings.
  3. Click Kubernetes Settings in the Integration section.
  4. Click Edit.
  5. Specify the connection settings:
    • Kubernetes API URL. Get this value by running the following command on the Kubernetes master:

      kubctl config view
    • Tiller API Authorization Bearer Token. To get this value, run the following command on the Kubernetes master:

      kubectl describe secret -n kube-system $(kubectl get secrets -n kube-system | grep tiller | cut -f1 -d ' ')| grep -E '^token' | cut -f2 -d':' | tr -d '\t'
    • Kubernetes Docker Repository Host. The host name of the Kubernetes Docker Repository host.
    • Helm Repository URL. Do not change the default value.
    • Kubernetes Host Certificate. Upload the following certificate file from the Kubernetes master:

      /etc/kubernetes/pki/apiserver.crt
  6. Click Submit to save the settings.