diff --git a/docs/index.md b/docs/index.md index 772a6ea999..f06b555831 100644 --- a/docs/index.md +++ b/docs/index.md @@ -114,6 +114,11 @@ Hundreds of organisations and packages are using *pydantic*, including: : trusts *pydantic* (via FastAPI) and [*arq*](https://github.com/samuelcolvin/arq) (Samuel's excellent asynchronous task queue) to reliably power multiple mission-critical microservices. +[Robusta.dev](https://robusta.dev/) +: are using *pydantic* to automate Kubernetes troubleshooting and maintenance. For example, their open source + [tools to debug and profile Python applications on Kubernetes](https://home.robusta.dev/python/) use + *pydantic* models. + For a more comprehensive list of open-source projects using *pydantic* see the [list of dependents on github](https://github.com/samuelcolvin/pydantic/network/dependents).