AITest Cluster

AI Tools development platform — services and resources

Getting Started
Kubeconfig Setup Start Here
Get your kubectl configured to access the cluster. Instructions for Linux, macOS, and Windows with downloadable kubeconfig file.
kubeconfig.aitest.voyagerr.com
Cluster Services
Keycloak SSO Identity
Single sign-on with your company Active Directory credentials. Manages authentication for all cluster services.
sso.aitest.voyagerr.com
Harbor Container Registry Registry
Private container image registry. Push and pull images for your AI tools. Log in via OIDC, get your CLI secret from your user profile.
registry.aitest.voyagerr.com
Gangplank Auth
Alternative kubeconfig portal. Log in to get a kubeconfig with inline tokens. For the recommended kubelogin-based setup, use the Kubeconfig Setup page instead.
gangplank.aitest.voyagerr.com
API Endpoints
Kubernetes API API
The cluster API server. Not accessed directly — kubectl and other tools connect here automatically using your kubeconfig.
k8s.aitest.voyagerr.com:6443

Quick Start

1. Visit Kubeconfig Setup to install kubectl, kubelogin, and download your kubeconfig.

2. Run kubectl get nodes — a browser window will open for authentication.

3. After signing in, you're connected. Create a namespace and start deploying your AI tools.

Access Levels

AITest Admins — Full cluster-admin access. Can manage all resources across all namespaces.

AITest Users — Can create namespaces and get full control within their own namespaces.

Access is managed through Active Directory groups. Contact your admin if you need different permissions.

Pushing Container Images

1. Log in to Harbor with your company credentials.

2. Go to your User Profile (top right) and copy your CLI Secret.

3. Run docker login registry.aitest.voyagerr.com -u your.username and paste the CLI secret as the password.

4. Push images: docker push registry.aitest.voyagerr.com/library/your-image:tag