Nodegroups
| Name | Instance Type | Purpose | Taint |
|---|---|---|---|
unkey | c7a.xlarge | Infrastructure, control plane, Unkey services | node-class=unkey:NoSchedule |
untrusted | c7a.4xlarge | Untrusted customer workloads (isolated) | node-class=untrusted:NoSchedule |
nodeSelector and tolerations.
YAML Configuration
unkey
Infrastructure and Unkey services (ArgoCD, cert-manager, control, gw, krane, restate, etc.)untrusted
Untrusted customer workloads only. No persistent volumes, no AWS identity.kube-proxy and vpc-cni run on untrusted nodes.
Troubleshooting
Pod stuck in pending? Check nodeSelector and tolerations:0/X nodes are available: X node(s) had taints that the pod didn't tolerate0/X nodes are available: X node(s) didn't match Pod's node affinity/selector

