Traefik Hub
Welcome to this repository!
This repository contains source code showing how to use:
- Traefik Hub API Gateway
- Traefik Hub API Management
All APIs are implemented using a tiny JSON server in Go; the source code is here.
This JSON server is used to deploy JSON APIs using a configmap.
The Kubernetes manifests (YAML) to deploy those apps are here.
The journey can start here for a quickstart with a global overview
.
βββ api-gateway # Traefik Hub API Gateway tutorials
β βββ 1-getting-started
β βββ 2-secure-applications
βββ api-management # Traefik Hub API Management tutorials
β βββ 1-getting-started
β βββ 2-access-control
β βββ 3-api-lifecycle-management
β βββ 4-protect-api-infrastructure (WIP)
βββ src
βββ api-server # API server source code
βββ manifests # Yaml to deploy all apps