Pre-Installation Checklist
Actionable Item
- Choose your Deployment Environment
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
- Minimum System Requiements: Ensure your Kubernetes cluster meets the minimum system requirements
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.
- Refer to the Kubectl Installation Guide for platform-specific instructions.
- 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.
- Refer to the jq Installation Guide for detailed steps.
- Kubectl: Kubernetes command-line tool.