Skip to main content

Pre-Installation Checklist

Actionable Item
Actionable Item
  • Private Kubernetes Cluster Setup:
    • Ensure that your Kubernetes cluster is set up correctly, with the necessary configurations.
  • Refer to Cluster Preparation Guide for detailed instructions.

Actionable Item

Actionable Item
  • DNS Configuration: Configure DNS records to map the FQDN (Fully Qualified Domain Name) to the external IP address of your cluster. This will be used to access the IDHub application externally.
  • Refer to the FQDN Configuration Guide for detailed instructions

Actionable Item
  • Admin Access: Confirm that you have admin access to the Kubernetes cluster, as this is essential for managing and deploying IDHub.

Actionable Item
  • Cluster Tools: Install the required tools to interact with the Kubernetes cluster:
    • Kubectl: Kubernetes command-line tool.
    • Helm: Helm is used for managing charts and deploying applications. Ensure that you have the latest version of Helm (compatible with Helm 3.x.x).
    • jq: A lightweight and flexible command-line JSON processor, required for executing IDHub installation scripts.