mirror of
				https://github.com/traefik/traefik.git
				synced 2025-10-31 00:11:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: "Traefik Kubernetes Routing"
 | |
| description: "Reference the dynamic configuration with the Kubernetes Gateway provider in Traefik Proxy. Read the technical documentation."
 | |
| ---
 | |
| 
 | |
| # Kubernetes Configuration Reference
 | |
| 
 | |
| Dynamic configuration with Kubernetes Gateway provider.
 | |
| {: .subtitle }
 | |
| 
 | |
| ## Definitions
 | |
| 
 | |
| ```yaml
 | |
| --8<-- "content/reference/dynamic-configuration/gateway.networking.k8s.io_gatewayclasses.yaml"
 | |
| --8<-- "content/reference/dynamic-configuration/gateway.networking.k8s.io_gateways.yaml"
 | |
| --8<-- "content/reference/dynamic-configuration/gateway.networking.k8s.io_httproutes.yaml"
 | |
| --8<-- "content/reference/dynamic-configuration/gateway.networking.k8s.io_tcproutes.yaml"
 | |
| --8<-- "content/reference/dynamic-configuration/gateway.networking.k8s.io_tlsroutes.yaml"
 | |
| ```
 | |
| 
 | |
| ## Resources
 | |
| 
 | |
| ```yaml
 | |
| --8<-- "content/reference/dynamic-configuration/kubernetes-gateway-resource.yml"
 | |
| ```
 | |
| 
 | |
| ## RBAC
 | |
| 
 | |
| ```yaml
 | |
| --8<-- "content/reference/dynamic-configuration/kubernetes-gateway-rbac.yml"
 | |
| ```
 | |
| 
 | |
| {!traefik-for-business-applications.md!}
 |