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.
| Kind | Resource / short name | Support | Purpose |
|---|---|---|---|
NexoProxy | nexoproxies / nproxy | Reconciled | Generates the Proxy workload. |
NexoDeploymentProfile | nexodeploymentprofiles / ndp | Reconciled | Defines images, resources, and step catalog. |
NexoPipeline | nexopipelines / npipe | Reconciled | Orders pipeline references. |
NexoConnectionPipeline | nexoconnectionpipelines / ncpl | Schema only | Connection-policy schema not consumed by the pinned Operator. |
NexoVersionCompat | nexoversioncompats / nvc | Reconciled | Version-compatibility behavior. |
NexoRouter | nexorouters / nrouter | Reconciled | Upstream route selection. |
NexoTrafficSplit | nexotrafficsplits / nts | Reconciled | Traffic distribution. |
NexoReadWriteSplit | nexoreadwritesplits / nrws | Schema only | Read/write routing schema not consumed by the pinned Operator. |
NexoShadow | nexoshadows / nshadow | Reconciled | Shadow traffic. |
NexoCache | nexocaches / ncache | Reconciled | Response caching. |
NexoConnectionPooler | nexoconnectionpoolers / ncp | Reconciled | Connection pooling. |
NexoFilter | nexofilters / nfilter | Reconciled | Traffic filtering. |
NexoQueryGuard | nexoqueryguards / nqg | Schema only | Query-policy schema not consumed by the pinned Operator. |
NexoQuerySizeLimit | nexoquerysizelimits / nqsl | Reconciled | Size limits. |
NexoRateLimit | nexoratelimits / nrl | Reconciled | Rate limits. |
NexoTenantIsolation | nexotenantisolations / nti | Reconciled | Tenant boundaries. |
NexoPIIMasking | nexopiimaskings / npii | Reconciled | Sensitive-field masking. |
NexoFieldEncryption | nexofieldencryptions / nfe | Schema only | Encryption schema not consumed by the pinned Operator. |
NexoRewrite | nexorewrites / nrewrite | Reconciled | Message rewriting. |
NexoLogger | nexologgers / nlogger | Reconciled | Structured logging. |
NexoMetrics | nexometrics / nmetrics | Reconciled | Pipeline metrics. |
NexoAudit | nexoaudits / naudit | Reconciled | Audit events. |
NexoIndexAdvisor | nexoindexadvisors / nia | Schema only | Advisor schema not consumed by the pinned Operator. |
NexoEchoUntrusted | nexoechountrusteds / none | Schema only | Conformance 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
v1alpha1is 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: keepretains 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.