惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
博客园 - 叶小钗
H
Help Net Security
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare Blog
S
SegmentFault 最新的问题
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
量子位
H
Hackread – Cybersecurity News, Data Breaches, AI and More
V
V2EX
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
J
Java Code Geeks
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
Blog — PlanetScale
Blog — PlanetScale
Last Week in AI
Last Week in AI

Help Net Security

ChatGPT advanced account security adds passkeys and hardware keys Week in review: High-severity LPE vulnerability in the Linux kernel, cPanel 0-day exploited for months Automating Pentest Delivery: A Step-by-Step Guide - PlexTrac Open-source privacy proxy masks PII before prompts reach external AI services Shadow AI risks deepen as 31% of users get no employer training Identity is the control plane for distributed infrastructure AI traffic is getting bigger, louder, and less predictable New infosec products of the month: April 2026 cPanel zero-day exploited for months before patch release (CVE-2026-41940) Cisco releases open-source toolkit for verifying AI model lineage Met Police face criticism for using AI to spy on their own officers Nine-year-old Linux kernel flaw enables reliable local privilege escalation (CVE-2026-31431) Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security IP Fabric MCP server adds governance and control to enterprise AIOps workflows - Help Net Security Aqua Compass MCP server enables real-time investigation and containment of runtime threats - Help Net Security Google brings instant email verification to Android, no OTP needed - Help Net Security If cyber espionage via HDMI worries you, NCSC built a device to stop it - Help Net Security Apple fixes iPhone bug that let FBI retrieve deleted Signal messages(CVE-2026-28950) - Help Net Security GopherWhisper APT group hides command and control traffic in Slack and Discord - Help Net Security OpenAI tackles a bad habit people have when interacting with AI - Help Net Security A year in, Zoom's CISO reflects on balancing security and business - Help Net Security Scenario: Open-source framework for automated AI app red-teaming - Help Net Security GDPR works, but only where someone enforces it - Help Net Security Ransomware, fraud, and lawsuits drive cyber insurance claims to new peaks - Help Net Security Google’s Workspace Intelligence promises privacy while running on your data - Help Net Security Cyberattack on French government agency triggers phishing alert - Help Net Security Claude Mythos finds 271 Firefox flaws, Mozilla believes zero-days are numbered - Help Net Security Prove Identity Platform connects verification, authentication, and fraud prevention - Help Net Security New Mirai variants target routers and DVRs in parallel campaigns - Help Net Security Acronis GenAI Protection gives MSPs control over AI usage and data risks - Help Net Security
Modelplane: Open-source control plane for AI inference - ...
Anamarija Pogorelec · 2026-06-26 · via Help Net Security

Organizations that run open-weight models on hardware they own operate GPU fleets spread across clouds, neoclouds, and on-premise data centers. Each fleet handles model placement, replica scaling, infrastructure provisioning, weight distribution, and traffic routing. Teams have built this coordination layer by hand, one operator at a time.

Modelplane AI inference control plane

Upbound, the company behind the Crossplane project, released Modelplane, an open-source control plane that manages fleet-wide coordination for AI inference. The software installs in a user’s own environment and orchestrates models, the serving stack, and the infrastructure beneath them. It runs across cloud, neocloud, and on-premise systems, from a single GPU to multi-node deployments. The first public version, v0.1.0, carries the Apache 2.0 license.

Built on Crossplane

Modelplane builds on Crossplane, a Cloud Native Computing Foundation graduated project used to run internal platforms at organizations including Apple, Nike, SAP, IBM, and Akamai. Modelplane runs as a control plane on its own cluster, above the inference clusters that serve models. The system continuously reconciles a fleet toward a state the operator declares, provisioning clusters, scheduling deployments onto compatible clusters, scaling replicas, caching weights, and routing traffic through one gateway.

“Kubernetes became the standard control plane for compute. Crossplane extended that model to cloud infrastructure,” said Bassam Tabbara, CEO and founder of Upbound. He said AI inference “needs the same layer.”

Two roles and one API

The software divides work into two roles. Platform teams create resources that define the GPU fleet and the hardware classes available on it, fronted by an inference gateway. Developers declare a model, its engine, and a replica count, and receive a single OpenAI-compatible endpoint. The endpoint supports weighted canary and A/B rollouts across the replicas it selects.

A developer deploys a model with a declarative manifest that names the model, the serving engine image, and the GPU memory a node must offer. Modelplane then schedules the replica onto a cluster with free, compatible GPUs and composes the resources between the two roles on the operator’s behalf. The system stays neutral about the serving engine, so one API can serve any container-based engine and any deployment topology. The engine flags a developer writes carry parallelism, quantization, and KV transfer.

Security and policy controls

The gateway routes inference requests and applies cost, compliance, and sovereignty policies, with fallback to managed providers. That control point carries weight for regulated and sovereign enterprises, where inference runs inside infrastructure a company governs directly for security, sovereignty, or compliance reasons. The repository ships with a published security policy, a code of conduct, and contribution guidelines.

Upbound names three groups of users for the project: neoclouds and AI factories that build managed inference services on their own hardware, regulated and sovereign enterprises, and AI-native companies with large inference spend moving to open-weight models.

Modelplane is available for free on GitHub.

Must read:

Subscribe to the Help Net Security ad-free monthly newsletter to stay informed on the essential open-source cybersecurity tools. Subscribe here!