<@ULVA73B9P> does Prefect Kubernetes have any rest...
# marvin-ai
i
@Marvin does Prefect Kubernetes have any restrictions on which Kubernetes version is supported?
m
thought for 347.1 seconds
Short answer: there isn’t a published Kubernetes version matrix for Prefect’s Kubernetes integrations. In Prefect 3.x, the Kubernetes worker and Helm charts rely on stable APIs (core/v1 Pods, batch/v1 Jobs) and generally work across all currently supported Kubernetes versions. We don’t depend on deprecated APIs like PodSecurityPolicies. Useful references: - Prefect Kubernetes integration - Run flows on Kubernetes - Prefect Helm chart repo and chart source If you need a hard guarantee for a specific cluster version, tell me which K8s version you’re on and I can double-check any known caveats.