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

Transfer files to Polyaxon workspaces over SSH
Use Polyaxon's generated SSH host with native SCP and SFTP to move files into and out of a running service workspace.
Sep 25, 2026
Polyaxon
ProductCli
Train a decision classifier on Polyaxon
Fine-tune an open Qwen model for bounded support-routing decisions with Polyaxon jobs, track the adapter, and serve the reviewed version through vLLM.
Sep 24, 2026
Polyaxon
LLMOpsFine Tuning
Deploy Laya typed decisions on Polyaxon
Serve the open Laya typed-decisions checkpoint through Polyaxon, with a CPU classifier endpoint, explicit model scope, and a review path for uncertain classifications.
Sep 23, 2026
Polyaxon
LLMOpsInference
Serve a Jev-style Qwen classifier on Polyaxon
Deploy an open Qwen model behind a typed classification API on Polyaxon, then check the decision schema and calibration before routing real work.
Sep 23, 2026
Polyaxon
LLMOpsInference
Serve DiffusionGemma on Polyaxon
Adapt Google's Gemma-on-Kubernetes deployment choices to Polyaxon with a DiffusionGemma vLLM service, a batch evaluation job, and an explicit compatibility checklist.
Sep 23, 2026
Polyaxon
LLMOpsInference
Run background commands in Polyaxon sandboxes
Start a background process, save its execution ID, reconnect to status and logs, and distinguish command limits from the lifetime of a Polyaxon sandbox.
Sep 22, 2026
Polyaxon
PolyaxonSandboxes
Schedule mapped runs in the order you specify
Use an ordered Polyaxon mapping for a curated list of experiments, control concurrency, and distinguish scheduling order from dependencies and completion order.
Sep 22, 2026
Polyaxon
PolyaxonOrchestration
Separate evaluator changes from application improvements
Compare old and new application outputs under both evaluator versions, inspect changed decisions, and retain the four comparisons in Polyaxon.
Sep 22, 2026
Polyaxon
LLMOpsEvaluation
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
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
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
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
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
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
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
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
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
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?
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 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
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
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
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
Use Kubernetes ValidatingAdmissionPolicy to check workload ownership and image references, with scoped warning and enforcement stages for ML namespaces.
Sep 14, 2026
Polyaxon
KubernetesGovernance