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

推荐订阅源

V
Visual Studio Blog
量子位
大猫的无限游戏
大猫的无限游戏
Hugging Face - Blog
Hugging Face - Blog
S
SegmentFault 最新的问题
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
Google DeepMind News
Google DeepMind News
小众软件
小众软件
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
博客园 - 聂微东
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog
雷峰网
雷峰网
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell

AI demand is so high, AWS customers are trying to buy out its entire capacity | Network World

Cisco: Latest news and insights 2026 network outage report and internet health check Selector targets the network visibility gap in multi-cloud infrastructure AI reshapes cybersecurity workforce priorities as IT teams brace for new risks Top network and data center events of 2026 How AI is transforming network incident response (and where it still falls short) Google opens TPUs to enterprises beyond its own cloud via Blackstone JV AI, cybersecurity skills top IT pay premiums Startup Bolt Graphics promises 5x performance over Nvidia’s best GPU Wireless security is a battle of AI vs. AI NetOps teams look to AI to automate Day 2 operations Digital twins reshape network and data center management Network outages, power failures strain data center resiliency Five takeaways from Cisco's blowout quarter and what it means to customers Cisco to cut nearly 4,000 jobs despite strong growth in AI, enterprise networking Startup SPAN teams with Nvidia to put data center nodes in your backyard Hard drive shortage affecting enterprise storage needs Wi-Fi 8 is closer than you think. Here’s what you need to know Cisco open-sources agentic AI security spec HPE revamps private cloud stack for enterprises rethinking VMware Versa takes aim at fragmented enterprise security with CSPM, orchestration update, and AI agent controls Red Hat opens Ansible to AI agents, within limits Red Hat offers endless Linux support — for a fee Red Hat: Sovereignty is more than just compliance Tech job postings hit three-year high as AI demand fuels hiring rebound HPE memory server targets compute-heavy and agentic AI workloads PCI group begins work on new spec to support bandwidth-hungry apps like AI, HPC Q&A: Quantum physicist Sonia Fernández-Vidal on why classical computing isn't going anywhere OpenAI-led consortium seeks to address AI processing bottlenecks AWS hit by US-East-1 outage after data center thermal event
StarlingX 12.0 is right on time for mixed-hardware edge d...
2026-05-04 · via AI demand is so high, AWS customers are trying to buy out its entire capacity | Network World

Keeping time across a distributed network is harder than it sounds. The OpenInfra Foundation is now out with StarlingX 12.0, and precision timing support is one of its headline additions.

This is the first major release of 2026 for StarlingX, the open-source distributed cloud platform used by Verizon, Vodafone, T-Systems and KDDI for 5G and O-RAN infrastructure.

StarlingX 12.0 builds on the 11.0 update that came out in November. StarlingX is a fully integrated cloud infrastructure platform that combines the Linux kernel, Kubernetes, OpenStack and Ceph for edge and distributed cloud deployments. Key new features in StarlingX 12.0 include:

  • Consolidated OIDC authentication: A single OpenID Connect proxy replaces a fragmented dual-database system, unifying authentication across all platform interfaces.
  • NetApp storage support: NetApp is now supported as a standalone storage backend or in combination with Ceph.
  • Unified Software Management improvements: Backup and restore operations require fewer steps and avoid restarts and full reinstalls.
  • PTP Partial Timing Support (PTS): Precision timing can now be distributed across deployments where not every node has PTP-capable hardware.


“Prior to PTS, such nodes would either rely on software timestamping with unpredictable error, require local GNSS (Global Navigation Satellite System), or be excluded from precise-timing workloads altogether,” Matt Peters, senior director of cloud engineering at Wind River, told Network World.

PTP Partial Timing Support extends precision timing to mixed-hardware deployments

Precision Time Protocol is the mechanism distributed systems use to synchronize clocks to sub-microsecond accuracy across nodes. It underpins 5G radio access networks, O-RAN deployments and a growing range of industrial and financial applications. Until 12.0, StarlingX required PTP-capable hardware on every node in a deployment, making phased hardware rollouts and mixed-fleet environments difficult to support.

“Partial Timing Support (PTS), aligned with ITU-T G.8275.2, allows only a subset of the network elements to be PTP-aware while still distributing time to nodes that lack full PTP hardware capability,” Peters said.

The accuracy tradeoff under PTS is defined by the standard. ITU-T G.8275.2 sets a bounded maximum time error of plus or minus 0.5 milliseconds, accepting the presence of non-PTP-aware segments and uncorrected packet delay variation (PDV). Where NIC-level hardware timestamping is available, StarlingX uses it to reduce PDV. Where it is not, Peters noted that timing accuracy is relaxed but bounded rather than uncontrolled.

Compared to Full Timing Support, PTS trades nanosecond or sub-microsecond precision for deployment flexibility. “Application latency is not materially impacted, but time determinism and phase precision are lower,” Peters said. 

StarlingX exposes tunable PTP parameters including servo behavior, thresholds and holdover settings, letting operators optimize timing for specific network topologies and PDV characteristics.

Precision timing demand extends well beyond telecom

The PTS addition matters most in deployments that cannot absorb a full hardware refresh before enabling precision timing. Peters identified where demand for PTP support is strongest outside of telecom.

“Beyond telecom, the earliest and strongest driver of PTP adoption has been industrial automation, where time-based control, robotics, machine vision, and TSN require sub-microsecond coordination across distributed systems,” Peters said. “Power grids and utilities are another major driver, using PTP for synchrophasors, protection relays, and fault analysis where microsecond-accurate, traceable timestamps are critical to grid stability.”

Financial services represent additional demand, particularly for high-frequency trading and regulatory timestamping. Peters also cited autonomous and smart transportation systems, where sensor fusion and coordinated decision-making depend on consistent time across nodes.

User authentication gets a single point of control

Prior to 12.0, StarlingX operators managed users across two separate databases. One was a Keystone database for StarlingX APIs and CLIs used to manage infrastructure. The other was an OIDC database for Kubernetes APIs and CLIs covering both additional infrastructure management and hosted application management. Any change to user privileges had to be replicated across both systems.

The 12.0 release consolidates all authenticated endpoints behind a single OpenID Connect proxy.

“With the move to consolidate on using only OIDC authentication for all user-authenticated interfaces, this simplifies operational management of users and user privileges by having to only manage users in a single database,” Greg Waines, a senior member of technical staff at Wind River and a StarlingX Technical Steering Committee member, told Network World.

The implementation uses Dex, an open-source OpenID Connect identity provider, deployed and configured automatically at install time. Kubernetes is configured to use OIDC out of the box, making kubectl-based workflows available immediately after deployment. The platform also supports remote OIDC identity providers including those with MFA capability.

Broader enterprise positioning reflects growing interest outside telecom

StarlingX has its roots in telecom, but the project has always targeted broader use cases, from industrial IoT across factory floors to retail systems spanning thousands of locations to large data center deployments. 

The 12.0 release explicitly positions StarlingX as a general-purpose distributed cloud platform, and Waines said that reflects existing momentum rather than a new direction.

“Whether you’re a company looking for a VMware alternative, a factory that reached the stage of starting to modernize their infrastructure, a company in Europe who needs a powerful platform while also prioritizing digital sovereignty, StarlingX delivers the base functionality that you need,” Waines said.

SUBSCRIBE TO OUR NEWSLETTER

From our editors straight to your inbox

Get started by entering your email address below.