Guides articles
Browse Polyaxon articles about Guides. Page 1 of 6.

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
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
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
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
Use OR to combine metric thresholds, negated conditions, and independent groups of filters in Polyaxon queries.
Sep 13, 2026
Polyaxon
ProductCli
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
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
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 2.18.
Sep 11, 2026
Polyaxon
ProductCli
Route ML jobs to regional infrastructure with Polyaxon
Configure regional execution with Polyaxon agents, queues, and storage connections, then measure data-transfer costs without assuming same-region traffic is free.
Sep 10, 2026
Polyaxon
InfrastructureScheduling
Upload multiple files and folders with Polyaxon CLI
Upload code, configuration, and small datasets in one Polyaxon CLI command, then save the same path mappings in a declarative mount section.
Sep 8, 2026
Polyaxon
ProductCli
What is sovereign AI? Control across the AI lifecycle
Define sovereign AI as control over data, models, compute, operations, providers, and evidence, then implement it with Kubernetes.
Sep 4, 2026
Polyaxon
InfrastructureKubernetes
Fine-tune Mistral 7B with LoRA on Kubernetes
Plan a Mistral 7B LoRA fine-tuning workflow on Kubernetes with versioned data, GPU scheduling, Polyaxon tracking, evaluation, and adapter packaging.
Sep 3, 2026
Polyaxon
LLMOpsKubernetes
What are your ML jobs connecting to?
Trace image pulls, Git clones, S3 and GCS access, Hugging Face downloads, and artifact uploads across the lifecycle of Kubernetes jobs and sandboxes.
Sep 1, 2026
Polyaxon
KubernetesObservability
Pods, Jobs, or Services for AI agents?
Choose the Kubernetes execution shape for an AI agent by separating logical task identity from Pods, Jobs, Services, workflows, and sandbox lifecycles.
Aug 31, 2026
Polyaxon
AI AgentsKubernetes
ML infrastructure explained for business teams
Understand what ML infrastructure pays for, how it affects delivery and reliability, and how to evaluate an investment using measurable workflow outcomes.
Aug 19, 2026
Polyaxon
MLOpsInfrastructure
An AI agent deployment checklist for the first production release
Build an agent release checklist around Polyaxon qualification jobs, versioned components, artifact reports, termination settings, and manual approval.
Aug 17, 2026
Polyaxon
AI AgentsLLMOps
Place ML workloads close to their data
Design region-aware ML execution around dataset, registry, model, cache, artifact, and service locality without confusing proximity with data residency.
Aug 14, 2026
Polyaxon
InfrastructureKubernetes
Production LLM systems: Where to invest after the prototype
Use Polyaxon run tracking, comparison dashboards, resource monitoring, and repeatable evaluation to decide what to improve after an LLM prototype.
Aug 13, 2026
Polyaxon
LLMOpsMLOps
Docker build caching for ML workloads on Kubernetes
Reduce container build and startup time for ML jobs with reusable dependency layers, persistent build caches, and deliberate image and model caching.
Aug 11, 2026
Polyaxon
DockerKubernetes
Durable execution for AI agents
Build agent recovery around committed checkpoints, versioned inputs, safe side effects, and approval state so interrupted tasks can continue reliably.
Aug 11, 2026
Polyaxon
AI AgentsOrchestration
Designing the runtime layer for AI agents
Design agent execution around durable state, safe tool retries, approval waits, and recovery, with clear responsibilities for Polyaxon and your agent framework.
Aug 4, 2026
Polyaxon
AI AgentsOrchestration
Run ML workloads on your existing Kubernetes cluster
Plan a Polyaxon deployment on an existing Kubernetes cluster, covering GPUs, storage, identity, networking, workload ownership, and recovery.
Jul 29, 2026
Polyaxon
KubernetesInfrastructure
How to improve GPU utilization
A practical guide to improving GPU utilization by diagnosing queue delays, input bottlenecks, resource fragmentation, sharing, and recovery overhead.
Jul 17, 2026
Polyaxon
GuidesScheduling
Prompt versioning for production AI systems
Treat prompts as versioned production artifacts with lineage, evaluations, promotion workflows, rollback, ownership, and runtime observability.
Jul 9, 2026
Polyaxon
LLMOpsGuides