Polyaxon v3 is coming →

Blog

Practical guides to MLOps, Kubernetes, LLM applications, and AI agents. Follow a learning path or see the changelog for product release notes.

Make vLLM prefix caching work for repeated prompts

Make vLLM prefix caching work for repeated prompts

Understand exact prefix reuse in vLLM, structure repeated context, account for replica routing, and compare cold and warm workloads with Polyaxon.

Sep 21, 2026

Polyaxon

LLMOpsInference
Resize CPU and memory without replacing Kubernetes Pods

Resize CPU and memory without replacing Kubernetes Pods

Use Kubernetes in-place resource resizing for running workloads, inspect whether changes took effect, and understand the limits for Polyaxon services.

Sep 21, 2026

Polyaxon

KubernetesScheduling
Native gang scheduling reaches beta in Kubernetes 1.37

Native gang scheduling reaches beta in Kubernetes 1.37

Explore native gang scheduling in Kubernetes 1.37, its potential for Polyaxon training and sandboxes, and how it compares with KAI, Kueue, and Volcano.

Sep 20, 2026

Polyaxon

KubernetesScheduling
Keep failed candidates visible in pipeline reports

Keep failed candidates visible in pipeline reports

Reconcile evaluation results against an expected candidate manifest, preserve failed and missing outcomes, and separate pipeline reporting from release approval.

Sep 19, 2026

Polyaxon

MLOpsOrchestration
Work inside a team from Python and the CLI

Work inside a team from Python and the CLI

Scope Polyaxon Python clients and CLI commands to a team, review runs across its projects, and keep explicit project targets and saved defaults clear.

Sep 19, 2026

Polyaxon

PolyaxonTeams
Design a search space before launching the sweep

Design a search space before launching the sweep

Use Polyaxon matrices to choose parameter scales, separate meaningful combinations, and control the size of a hyperparameter sweep.

Sep 18, 2026

Polyaxon

Hyperparameter TuningMLOps
Version the dataset behind every evaluation

Version the dataset behind every evaluation

Use Polyaxon data references, artifact logging, and registered versions to retain the dataset and split behind each evaluation.

Sep 18, 2026

Polyaxon

DataOpsMLOps
Keep distributed training workers close together

Keep distributed training workers close together

Understand native topology-aware workload scheduling, combine rack locality with gang placement, and assess the tradeoff between waiting and communication.

Sep 17, 2026

Polyaxon

KubernetesScheduling
Resume interrupted training without losing progress

Resume interrupted training without losing progress

Build recoverable PyTorch training jobs with complete checkpoints, durable storage, and explicit restoration. Practice recovery locally and with Polyaxon.

Sep 17, 2026

Polyaxon

MLOpsKubernetes
Work interactively with Polyaxon sandboxes

Work interactively with Polyaxon sandboxes

Choose between sandbox shells and exec, understand PTY lifetime and output replay, and manage terminal attachment explicitly through the Python SDK.

Sep 17, 2026

Polyaxon

ProductCli
Did you find better hyperparameters—or a lucky seed?

Did you find better hyperparameters—or a lucky seed?

Confirm hyperparameter finalists across matched training seeds, compare variation and paired differences, and reserve compute for a defensible final choice.

Sep 16, 2026

Polyaxon

Hyperparameter TuningMLOps
Connect your local tools to Polyaxon with SSH

Connect your local tools to Polyaxon with SSH

Connect native terminals and IDEs to a Polyaxon service, forward application ports, and use tmux explicitly when you want to resume a shell.

Sep 16, 2026

Polyaxon

ProductCli
Prevent data leakage in ML and LLM evaluation datasets

Prevent data leakage in ML and LLM evaluation datasets

Choose evaluation boundaries, keep related examples together, audit duplicate overlap, and retain reproducible split manifests for ML and LLM experiments.

Sep 16, 2026

Polyaxon

DataOpsMLOps
Keep long-running workloads authenticated through token rotation

Keep long-running workloads authenticated through token rotation

Use projected ServiceAccount tokens and refresh-aware clients so long-running training, notebooks, and services can keep authenticating without static credentials.

Sep 15, 2026

Polyaxon

KubernetesSecurity
Reconnect to your Polyaxon shell

Reconnect to your Polyaxon shell

Learn how ordinary ops shells differ from tmux sessions, then detach and reconnect to the same Polyaxon shell from the CLI or UI.

Sep 15, 2026

Polyaxon

ProductCli
Enforce ML workload rules with CEL admission policies

Enforce ML workload rules with CEL admission policies

Use Kubernetes ValidatingAdmissionPolicy to check workload ownership and image references, with scoped warning and enforcement stages for ML namespaces.

Sep 14, 2026

Polyaxon

KubernetesGovernance
Optimize LLM inference with repeatable benchmarks

Optimize LLM inference with repeatable benchmarks

Compare inference optimizations against a fixed workload, latency limits, and quality checks, with benchmark configurations and results tracked in Polyaxon.

Sep 14, 2026

Polyaxon

LLMOpsInference
Combine run filters with AND and OR

Combine run filters with AND and OR

Use OR to combine metric thresholds, negated conditions, and independent groups of filters in Polyaxon queries.

Sep 13, 2026

Polyaxon

ProductCli
Control notebook and inference service lifetimes

Control notebook and inference service lifetimes

Reuse Polyaxon's termination specification to bound notebook and inference service lifetimes, stop idle services, and distinguish inactivity from ongoing work.

Sep 13, 2026

Polyaxon

PolyaxonScheduling
Automate multiple runs with async Python clients

Automate multiple runs with async Python clients

Monitor several Polyaxon runs concurrently with async Python clients, retrieve recent logs, and manage concurrency, timeouts, and client cleanup.

Sep 12, 2026

Polyaxon

ProductPython
Tune LLM hyperparameters within a compute budget

Tune LLM hyperparameters within a compute budget

Design a small LoRA fine-tuning sweep, control its execution in Polyaxon, and compare validation quality, resource use, and repeatability.

Sep 12, 2026

Polyaxon

Hyperparameter TuningLLMOps
Control Kubernetes Job retries with pod failure policies

Control Kubernetes Job retries with pod failure policies

Stop retrying permanent errors, preserve the retry budget for marked disruptions, and inspect Kubernetes Job failure decisions with a concrete example.

Sep 11, 2026

Polyaxon

KubernetesScheduling
Write shorter Polyaxonfiles

Write shorter Polyaxonfiles

Use direct parameter values and let input and output defaults imply optionality, with a look ahead at simpler workload definitions planned for Polyaxon v3.

Sep 11, 2026

Polyaxon

ProductCli
Connect LLM production traces to evaluation runs

Connect LLM production traces to evaluation runs

Keep release, dataset, evaluator, and sampling context connected as you investigate LLM failures and compare fixes with Polyaxon.

Sep 10, 2026

Polyaxon

LLMOpsObservability