2022-04-15 15:44:08 +02:00
---
title: "Traefik Kubernetes CRD Documentation"
description: "Learn about the definitions, resources, and RBAC of dynamic configuration with Kubernetes CRD in Traefik Proxy. Read the technical documentation."
---
2019-04-05 11:32:04 +02:00
# Kubernetes Configuration Reference
Dynamic configuration with Kubernetes Custom Resource
{: .subtitle }
2020-01-07 11:26:05 +01:00
## Definitions
2022-06-24 12:40:08 +02:00
```yaml tab="apiextensions.k8s.io/v1 (Kubernetes v1.16+)"
2021-03-03 15:32:04 +01:00
--8< -- " content / reference / dynamic-configuration / kubernetes-crd-definition-v1 . yml "
```
2020-01-07 11:26:05 +01:00
## Resources
```yaml
--8< -- " content / reference / dynamic-configuration / kubernetes-crd-resource . yml "
```
## RBAC
2019-04-05 11:32:04 +02:00
```yaml
2020-01-07 11:26:05 +01:00
--8< -- " content / reference / dynamic-configuration / kubernetes-crd-rbac . yml "
2019-04-05 11:32:04 +02:00
```
2023-06-09 01:18:05 -06:00
2023-09-13 10:38:05 -06:00
{!traefik-for-business-applications.md!}