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
2021-03-03 15:32:04 +01:00
```yaml tab="apiextensions.k8s.io/v1"
--8< -- " content / reference / dynamic-configuration / kubernetes-crd-definition-v1 . yml "
```
```yaml tab="apiextensions.k8s.io/v1beta1"
--8< -- " content / reference / dynamic-configuration / kubernetes-crd-definition-v1beta1 . 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
```