mirror of
https://github.com/traefik/traefik.git
synced 2025-05-06 16:03:05 +00:00
23 lines
414 B
Markdown
23 lines
414 B
Markdown
# Kubernetes Configuration Reference
|
|
|
|
Dynamic configuration with Kubernetes Custom Resource
|
|
{: .subtitle }
|
|
|
|
## Definitions
|
|
|
|
```yaml
|
|
--8<-- "content/reference/dynamic-configuration/kubernetes-crd-definition.yml"
|
|
```
|
|
|
|
## Resources
|
|
|
|
```yaml
|
|
--8<-- "content/reference/dynamic-configuration/kubernetes-crd-resource.yml"
|
|
```
|
|
|
|
## RBAC
|
|
|
|
```yaml
|
|
--8<-- "content/reference/dynamic-configuration/kubernetes-crd-rbac.yml"
|
|
```
|