Configuring Integration with 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 connection settings:
    • Kubernetes API URL. You can 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. Hostname of Kubernetes Docker Repository host.
    • Helm Repository URL. Leave the default value unmodified.
    • Kubernetes Host Certificate. Upload the following certificate file from the Kubernetes master:

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