Embrace GitOps
-
Declarative
Navecd integrates CUE natively - A type safe configuration language with the benefits of general-purpose programming languages
-
Versioned and Immutable
OCI repositories as the source of truth for defining the desired system state
-
Pulled Automatically
Navecd automatically pulls the desired state declarations, written as CUE values, from OCI repositories
-
Continuously Reconciled
Navecd is a Kubernetes Controller, which continuously observes actual system state and applies the desired state
Deploy anything
-
Kubernetes Manifests
Deployments, StatefulSets, Pods, ConfigMaps, ..., anything you can deploy to Kubernetes can be deployed with Navecd.
-
Helm
Got a Helm Chart? Deploy it with Navecd.