Traefik logo

Traefik

Traefik is a modern open-source HTTP reverse proxy and load balancer that makes deploying microservices and API gateways easy with automatic service discovery, Let's Encrypt integration, and a rich middleware ecosystem.

4 APIs 1 Capabilities 0 Features
API GatewayKubernetesLoad BalancerOpen SourceReverse Proxy

APIs

Traefik Proxy

Traefik is a leading modern reverse proxy and load balancer that makes deploying microservices easy with native support for Kubernetes, Docker, and automatic TLS certificate pro...

Traefik REST API

The Traefik REST API exposes runtime configuration and state for all routers, services, middlewares, and entry points in a running Traefik instance. It provides read-only HTTP e...

Traefik Ping API

The Traefik Ping API provides a simple health check endpoint at `/ping` that returns HTTP 200 with the body "OK" when the Traefik process is alive and ready. It is used for live...

Traefik Dashboard

The Traefik Dashboard is a built-in web UI that provides a real-time visual overview of all configured routers, services, middlewares, and entry points. It is served from the sa...

Capabilities

Traefik Proxy Operations

Unified workflow capability for operating and observing Traefik reverse proxy and API gateway instances. Combines configuration inspection, routing management, health monitoring...

Run with Naftiko

Semantic Vocabularies

Traefik Context

0 classes · 9 properties

JSON-LD

API Governance Rules

Traefik API Rules

16 rules · 8 errors 8 warnings

SPECTRAL

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🚀
Getting Started
Getting Started
📰
Blog
Blog
📄
Change Log
Change Log
👥
GitHub Organization
GitHub Organization
👥
GitHubRepository
GitHubRepository
🔗
Issue Tracker
Issue Tracker
🔗
JSON-LD
JSON-LD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
Community
Community
👥
Stack Overflow
Stack Overflow
🔗
Spectral
Spectral
🔗
Vocabulary
Vocabulary
🔗
JSONStructure
JSONStructure

Sources

Raw ↑
aid: traefik
name: Traefik
description: >-
  Traefik is a modern open-source HTTP reverse proxy and load balancer that
  makes deploying microservices and API gateways easy with automatic service
  discovery, Let's Encrypt integration, and a rich middleware ecosystem.
type: Index
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
  - API Gateway
  - Kubernetes
  - Load Balancer
  - Open Source
  - Reverse Proxy
url: >-
  https://raw.githubusercontent.com/api-evangelist/traefik/refs/heads/main/apis.yml
created: '2026-03-18'
modified: '2026-05-03'
specificationVersion: '0.19'
apis:
  - aid: traefik:traefik
    name: Traefik Proxy
    description: >-
      Traefik is a leading modern reverse proxy and load balancer that makes
      deploying microservices easy with native support for Kubernetes, Docker,
      and automatic TLS certificate provisioning.
    humanURL: https://traefik.io/traefik/
    tags:
      - API Gateway
      - Kubernetes
      - Reverse Proxy
    properties:
      - type: Documentation
        url: https://doc.traefik.io/traefik/
      - type: Getting Started
        url: https://doc.traefik.io/traefik/getting-started/quick-start/
      - type: Reference
        url: https://doc.traefik.io/traefik/reference/static-configuration/cli/
      - type: Change Log
        url: https://github.com/traefik/traefik/blob/master/CHANGELOG.md
      - type: GitHubRepository
        url: https://github.com/traefik/traefik
  - aid: traefik:traefik-api
    name: Traefik REST API
    description: >-
      The Traefik REST API exposes runtime configuration and state for all
      routers, services, middlewares, and entry points in a running Traefik
      instance. It provides read-only HTTP endpoints for inspecting HTTP, TCP,
      and UDP routing configuration, as well as version and overview statistics.
      The API must be enabled in static configuration and should be secured
      before use in production.
    humanURL: https://doc.traefik.io/traefik/operations/api/
    tags:
      - Configuration
      - Management
      - Observability
      - REST
    properties:
      - type: Documentation
        url: https://doc.traefik.io/traefik/operations/api/
      - type: Reference
        url: https://doc.traefik.io/traefik/operations/api/#endpoints
      - type: OpenAPI
        url: openapi/traefik-api-openapi.yml
  - aid: traefik:traefik-ping
    name: Traefik Ping API
    description: >-
      The Traefik Ping API provides a simple health check endpoint at `/ping`
      that returns HTTP 200 with the body "OK" when the Traefik process is
      alive and ready. It is used for liveness probes in container orchestration
      environments and can be configured on a dedicated entry point.
    humanURL: https://doc.traefik.io/traefik/operations/ping/
    tags:
      - Health Check
      - Liveness
      - Monitoring
      - Operations
    properties:
      - type: Documentation
        url: https://doc.traefik.io/traefik/operations/ping/
  - aid: traefik:traefik-dashboard
    name: Traefik Dashboard
    description: >-
      The Traefik Dashboard is a built-in web UI that provides a real-time
      visual overview of all configured routers, services, middlewares, and
      entry points. It is served from the same API handler as the REST API
      and can be accessed via the Traefik entry point or a custom route.
    humanURL: https://doc.traefik.io/traefik/operations/dashboard/
    tags:
      - Dashboard
      - Management
      - Observability
      - UI
    properties:
      - type: Documentation
        url: https://doc.traefik.io/traefik/operations/dashboard/
common:
  - type: Website
    url: https://traefik.io/
  - type: Documentation
    url: https://doc.traefik.io/traefik/
  - type: Getting Started
    url: https://doc.traefik.io/traefik/getting-started/quick-start/
  - type: Blog
    url: https://traefik.io/blog/
  - type: Change Log
    url: https://github.com/traefik/traefik/blob/master/CHANGELOG.md
  - type: GitHub Organization
    url: https://github.com/traefik
  - type: GitHubRepository
    url: https://github.com/traefik/traefik
  - type: Issue Tracker
    url: https://github.com/traefik/traefik/issues
  - type: JSON-LD
    url: json-ld/traefik-context.jsonld
  - type: JSONSchema
    url: json-schema/traefik-router-schema.json
  - type: JSONSchema
    url: json-schema/traefik-service-schema.json
  - type: Community
    url: https://community.traefik.io/
  - type: Stack Overflow
    url: https://stackoverflow.com/questions/tagged/traefik
  - type: Spectral
    url: rules/traefik-api-rules.yml
  - type: Vocabulary
    url: vocabulary/traefik-vocabulary.yml
  - type: JSONStructure
    url: json-structure/traefik-router-structure.json
maintainers:
  - FN: Kin Lane
    email: [email protected]