- Notifications
You must be signed in to change notification settings - Fork8
traefik/hub
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 ishere.
This JSON server is used to deploy JSON APIs using a configmap.
The Kubernetes manifests (YAML) to deploy those apps arehere.
The journey can starthere 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
About
Traefik Hub Tutorials