Requirements | Description | Reason for Requirement |
---|---|---|
Kubernetes Cluster | Any Kubernetes cluster will work here - we can also choose the compute-plane cluster itself to install TrueFoundry helm chart | The TrueFoundry helm chart will be installed here |
Egress Access for TrueFoundryAuth | Egress access to https://auth.truefoundry.com | This is needed to verify the users logging into the TrueFoundry platform for licensing purposes |
Egress access For Docker Registry | 1. public.ecr.aws 2. quay.io 3. ghcr.io 4. docker.io/truefoundrycloud 5. docker.io/natsio 6. nvcr.io 7. registry.k8s.io | This is to download docker images for TrueFoundry, ArgoCD, NATS, ArgoRollouts, ArgoWorkflows, Istio |
values.yaml
for the helm chart installation -
tenant_name
, cluster_name
, truefoundry_image_pull_config_json
, tfy_api_key
, truefoundry_internal_jwt_jwks
and INITIAL_ADMIN_OAUTH_USER_PASSWORD
in the downloaded file. You can get these from the TrueFoundry teamhttp://localhost:5000
. You can login with the username and password provided by the TrueFoundry team.