Skip to main content

3 docs tagged with "gke"

View all tags

Install PaletteAI on GKE

This guide covers installing PaletteAI on GKE. The deployment uses the hub-as-spoke pattern with Zot as the Open Container Initiative (OCI) registry.

Install PaletteAI on GKE with Gateway API

This guide covers installing PaletteAI on GKE using the Kubernetes Gateway API to expose the Canvas and Dex services instead of a Kubernetes Ingress. The Gateway API is the successor to the Ingress API and separates infrastructure concerns (the Gateway) from routing concerns (HTTPRoute resources). If you prefer the GKE Ingress controller, follow the Install PaletteAI on GKE guide instead.

Set Up GKE Spokes

This guide is only required if you are deploying PaletteAI with dedicated spoke clusters separate from your hub cluster. If using the default hub-as-spoke pattern, skip this guide and proceed to Install PaletteAI on GKE.