Skip to main content
Version: 0.2.0 (Private Preview)

Nexo Operator CRD catalog

All CRDs are namespaced, use API group nexo.io, and serve/store v1alpha1. The chart pins Operator build 20260611.352-008260c.

KindResource / short nameSupportPurpose
NexoProxynexoproxies / nproxyReconciledGenerates the Proxy workload.
NexoDeploymentProfilenexodeploymentprofiles / ndpReconciledDefines images, resources, and step catalog.
NexoPipelinenexopipelines / npipeReconciledOrders pipeline references.
NexoConnectionPipelinenexoconnectionpipelines / ncplSchema onlyConnection-policy schema not consumed by the pinned Operator.
NexoVersionCompatnexoversioncompats / nvcReconciledVersion-compatibility behavior.
NexoRouternexorouters / nrouterReconciledUpstream route selection.
NexoTrafficSplitnexotrafficsplits / ntsReconciledTraffic distribution.
NexoReadWriteSplitnexoreadwritesplits / nrwsSchema onlyRead/write routing schema not consumed by the pinned Operator.
NexoShadownexoshadows / nshadowReconciledShadow traffic.
NexoCachenexocaches / ncacheReconciledResponse caching.
NexoConnectionPoolernexoconnectionpoolers / ncpReconciledConnection pooling.
NexoFilternexofilters / nfilterReconciledTraffic filtering.
NexoQueryGuardnexoqueryguards / nqgSchema onlyQuery-policy schema not consumed by the pinned Operator.
NexoQuerySizeLimitnexoquerysizelimits / nqslReconciledSize limits.
NexoRateLimitnexoratelimits / nrlReconciledRate limits.
NexoTenantIsolationnexotenantisolations / ntiReconciledTenant boundaries.
NexoPIIMaskingnexopiimaskings / npiiReconciledSensitive-field masking.
NexoFieldEncryptionnexofieldencryptions / nfeSchema onlyEncryption schema not consumed by the pinned Operator.
NexoRewritenexorewrites / nrewriteReconciledMessage rewriting.
NexoLoggernexologgers / nloggerReconciledStructured logging.
NexoMetricsnexometrics / nmetricsReconciledPipeline metrics.
NexoAuditnexoaudits / nauditReconciledAudit events.
NexoIndexAdvisornexoindexadvisors / niaSchema onlyAdvisor schema not consumed by the pinned Operator.
NexoEchoUntrustednexoechountrusteds / noneSchema onlyConformance schema; not a supported production component.

Inspect installed schemas

kubectl get crd -o custom-columns=NAME:.metadata.name \
| grep '\.nexo\.io$'
kubectl get nexoproxies -A

Schema-change guidance

  • v1alpha1 is a Preview API.
  • No CRD declares a second served version or conversion webhook.
  • CRD updates are delivered with the Nexo Edge bundle.
  • helm.sh/resource-policy: keep retains CRDs after Helm uninstall.
  • The 0.2.0 Manager does not report supported kinds or a schema fingerprint.

Export existing custom resources and compare target schemas before an upgrade. Never delete retained CRDs until no Nexo installation or resource in the cluster uses them.

Search Nexo documentation

Type to search titles, headings, and page content.