Validate Lambda Managed Kubernetes with Polyaxon
Lambda Managed Kubernetes provides GPU nodes with the NVIDIA and network operators, storage classes, and cluster validation tooling already integrated. Your team still owns workload namespaces, access policy, storage use, and the Polyaxon queues exposed to users.
Outcome
A Lambda capacity class represented in Polyaxon with a repeatable check of the exact namespace, queue, GPU, and storage path used in production.
Infrastructure responsibilities
Lambda operates the cluster foundation
Lambda provisions the GPU infrastructure and maintains the managed Kubernetes, GPU, network, and storage integrations.
Your team owns application policy
Namespace access, workload configuration, storage semantics, secrets, quotas, and upgrade sign-off remain customer decisions.
Polyaxon connects the compute cluster
Installing Polyaxon Agent (compute cluster) connects this Kubernetes cluster to the control plane. Its queues and presets apply placement, connections, permissions, and lifecycle controls.
Prerequisites
- A Lambda 1-Click Cluster with Managed Kubernetes enabled and working kubectl access.
- A reviewed namespace, RBAC policy, registry access, storage class, and data persistence plan.
- The cluster connected to Polyaxon by installing Polyaxon Agent (compute cluster), with a queue or preset targeting the intended GPU capacity.
Validate the infrastructure
- 1
Validate the Lambda GPU pool
Schedule a small diagnostic through the same Polyaxon queue, namespace, and storage connection production jobs will use.
version: 1.1kind: componentname: gpu-readinessrun: kind: job container: image: nvidia/cuda:12.8.1-base-ubuntu22.04 command: ["bash", "-lc"] args: ["nvidia-smi"] resources: limits: nvidia.com/gpu: "1"Keep Lambda placement in the selected queue or preset. This published CUDA image checks GPU visibility only; pin a tag or digest compatible with your driver. Polyaxon does not provision the 1-Click Cluster.
- 2
Submit the operation
Run the component through the target Polyaxon project, queue, preset, and approval path.
polyaxon run -f lambda-readiness.yaml -q agent-name/queue-name - 3
Check the execution target
Verify node placement, GPU visibility, framework compatibility, storage throughput, DNS, and Polyaxon log and artifact collection.
polyaxon ops dashboard
Production checklist
Troubleshooting
The operation remains Pending
Compare the requested GPU count and queue selector with available Lambda nodes, then inspect taints, tolerations, quota, and autoscaling state.
Data disappears after the operation exits
Confirm that outputs target a persistent storage class or external object storage rather than node-local NVMe.
The connected compute cluster cannot submit or collect logs
Verify the Polyaxon Agent deployment, namespace RBAC, service account, network policy, registry access, and control-plane connectivity.
Sources
Official platform, library, model, and Polyaxon references used by this guide.
Lambda Managed Kubernetes
Provider guidance for the installed GPU and network operators, storage classes, validation, and customer responsibilities.
NVIDIA CUDA container
Published CUDA container tags used for the GPU visibility check.
Lambda cluster upgrades
Upgrade responsibilities, validation, maintenance windows, and customer sign-off.
Polyaxon job runtime
Job containers, resources, connections, initialization, and lifecycle settings.
Polyaxon resource scheduling
Kubernetes requests, limits, custom resources, queues, and placement controls.