Registry / networking / traefik-traefik-v2

traefik-traefik-v2

JSON →
library2.11.35gogounverified

Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy.

go get github.com/traefik/traefik/v2
INSTALL
IMPORT
SIG · TRAEFIK-TRAEFIK-V2
T
traefik-traefik-v2
networkinggov2.11.35
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

traefik
✓ github.com/traefik/traefik/v2

Import Traefik v2 package for plugin development

package main import ( "github.com/traefik/traefik/v2" ) func main() { // Traefik is typically run as a standalone binary, not imported as a library. // This package is used for building plugins or extending Traefik. _ = traefik.Version }
Debug
Known issues
gotchaTraefik v2 is primarily a standalone binary; importing as a library is for plugin development only.
fix
Use the official Traefik binary or Docker image for deployment.
affects: >=2.0.0
Upgrade
Version history
2.11.35latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources
traefik-traefik-v2 — go get traefik-traefik-v2 · libregistry