Files
2026-05-31 12:22:25 +00:00

858 B

Gravitee APIM — k3s lab

Gravitee APIM OSS + GKO on a single-node k3s cluster, with end-to-end TLS and GitOps-driven API management.

Repository layout

platform/   Helm values, deployment scripts, PKI config
apis/       GKO API definitions (ApiV4Definition CRDs)
apps/       GKO application definitions

Documentation

  • platform/README.md — full deployment guide: architecture, PKI, secrets, credential injection via Gravitee Secret Manager, nginx TLS config, GKO setup
  • apis/task-management.md — test procedure for the task-management API (OAuth2 client credentials + OIDC Authorization Code/PKCE flows)

Quick start

cd platform
./deploy.sh

Requires k3s with cert-manager and nginx ingress installed, and Helm repos bitnami, elastic, graviteeio added.