Can customers enforce security policies in multi-cloud environments using Nuon?

Last updated: January 29, 2026

QUESTION

Can customers enforce security policies in multi-cloud environments using Nuon? 

ANSWER

Yes, Nuon integrates with Kyverno and Open Policy Agent (OPA) to enforce identity-based security policies across all deployed environments. Customers can define access restrictions, compliance rules, and resource limits dynamically.

The policies defined in the app are cloud-agnostic.

The Kyverno policies are defined in the policies.toml and policies sub directory at the root of your app configuration.

# policies

[[policy]]
type     = "kubernetes_cluster"
contents = "./disallow-ingress-nginx-custom-snippets.yaml"

DOCS