3fbf53ff99249e280ea9356f434e715c37a49122
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.
Description
Languages
Shell
100%