There are different deployment approaches for integrating Traefik with Oracle Cloud Infrastructure (OCI) and Oracle Kubernetes Engine (OKE). In this repository we explore different use cases from the Traefik API Gateway and Traefik API Management deployed in OKE.
Extends the official documentation: https://doc.traefik.io/traefik-hub/operations/oracle-oci/oci-apim-marketplace
Full-featured solution with developer portal, API plans, and catalog management.
Features: Developer Portal, API Plans, Catalog Items, SSO and JWT Auth (more use cases to be added) Use Case: Complete API management
Lightweight gateway for direct API exposure with JWT authentication.
Features: Direct API routing, JWT Auth and Middleware support (more use cases to be added) Use Case: Simple API gateway without management overhead
- Full API Management: Navigate to
traefik_apim/
- API Gateway Only: Navigate to
traefik_apigateway/
├── traefik_apim/ # Full API Management
│ ├── README.md
│ ├── resources/ # Kubernetes manifests
│ └── img/ # Documentation images
└── traefik_apigateway/ # API Gateway
├── README.md
└── resources/ # Kubernetes manifests