August 29 2025 # Overview Key takeaways * Nebius provides just enough UI to launch basic GPU infra. They largely compete on price. * Managed k8s control plane is free (but you still need to add billing details) * Applications are deployed into managed infra -- bunch of stuff abstracted away here but it feels relatively clean & simple * The application framing is a little loose, e.g. you can deploy applications that cover vLLM (which then asks for a model), or models like DeepSeek-R1 (which bundles vLLM). I assume that most users don't have dozens of apps so this probably works just fine. # Pricing From https://nebius.com/prices ![[Pasted image 20250902154702.png]] ![[Pasted image 20250902154832.png]] ![[Pasted image 20250902154926.png]] ![[Pasted image 20250902154913.png]] # Product Info Architecture Major product concepts * Compute * Managed offerings: Kubernetes, Ray, Soperator, MLflow, PostgreSQL * Applications * Observability * Object Storage * Container Registry * Network ![[Pasted image 20250829154549.png]] Here's the left nav -- from an April video they recently added Managed Ray, Managed Soperator, and removed Managed Spark. Soperator enables you to run slurm over k8s: https://github.com/nebius/soperator. ![[Pasted image 20250829154641.png]] # Compute ![[Pasted image 20250829155139.png]] ![[Pasted image 20250829155329.png]] # Managed Service for Kubernetes ## Dashboard ![[Pasted image 20250829155404.png]] ## Create a cluster ![[Pasted image 20250829160809.png]] ## Cluster dashboard ![[Pasted image 20250829161033.png]] ## Deploy App (vLLM) ![[Pasted image 20250829161119.png]] ![[Pasted image 20250829161211.png]] ## Create Node groups for Kubernetes ![[Pasted image 20250829161326.png]] ![[Pasted image 20250829161349.png]] ![[Pasted image 20250829161403.png]] With GPU ![[Pasted image 20250829161438.png]] ![[Pasted image 20250829161451.png]] # Applications Nebius breaks out applications into 2 broad sections: Standalone Apps and Apps for Managed Service for Kubernetes ![[Pasted image 20250829154822.png]] ## Browse applications ![[Pasted image 20250829154718.png]] ## Deploy vLLM ![[Pasted image 20250829161712.png]] ## Deploy DeepSeek-R1 ![[Pasted image 20250829162046.png]] ## View Installed Applications ![[Pasted image 20250829162244.png]] # Observability ![[Pasted image 20250829162317.png]] #product-teardown