Yes, there are working examples of Ory services running on local Kubernetes clusters. The Ory community has contributed several projects that demonstrate this setup. According to the [Community projects](https://www.ory.sh/docs/ecosystem/community#community-projects) section in the Ory documentation, there are a few relevant examples: 1. [Microservices app example using Ory, NestJS, Kubernetes](https://github.com/getlarge/ticketing) 2. [APISIX as gateway with Ory, linkerd, and kustomize](https://github.com/iverly/kube-apisix-linkerd-ory-kustomize) Additionally, Ory provides official Kubernetes Helm Charts for deploying Ory services. As mentioned in the [Open source projects](https://www.ory.sh/docs/open-source) documentation: - [Ory Kubernetes Helm Charts](https://github.com/ory/k8s): Kubernetes Helm Charts for the Ory ecosystem. You can find more information about these charts at [k8s.ory.sh](https://k8s.ory.sh/helm/). These resources should help you get started with running Ory services on a local Kubernetes cluster. However, please note that the specific setup and configuration may vary depending on your requirements and the particular Ory services you want to deploy.