Cloud-Native Telco Transformation: Insights from Orange, Deutsche Telekom and Linux Foundation

Deutsche Telekom, Orange, and the Linux Foundation outline their 2025 cloud-native telecom roadmap, highlighting Kubernetes-native workloads, AI integration, observability, and zero-trust security models. Learn how open-source tooling, GitOps automation, and cultural transformation are reshaping next-gen telco operations.
Cloud-Native Telco Transformation: Insights from Orange, Deutsche Telekom and Linux Foundation

As global telecom operators accelerate their digital transformation journeys, the industry’s gaze is fixed on one pivotal shift: becoming truly cloud-native. At the “Cloud-Native Telco 2025” summit, leaders from Orange, Deutsche Telekom, and the Linux Foundation gathered for a high-impact discussion exploring the promise, progress, and path forward for cloud-native telecoms.

What DoesCloud-NativeReally Mean in Telecom?


One of the industry’s most persistent misconceptions is that cloud-native equals containerization. “The ‘C’ in CNF doesn’t stand for container,” emphasized Philippe Ensarguet, VP Software Engineering at Orange. “It stands for ‘cloud-native,’ and that means decoupled infrastructure, API-first automation, and declarative control.”

Cloud-native, they stressed, isn’t about lifting and shifting workloads into containers. It’s a holistic transformation that enables infrastructure to be:

  • Self-healing and observable
  • Configurable via declarative models (e.g., GitOps)
  • Managed like cattle, not pets
  • Orchestrated through Kubernetes-native toolsets

Frank Brockners, Distinguished Engineer at Cisco and board member of the Linux Foundation Networking group, noted that telecom cloud-native maturity requires going beyond traditional IT assumptions. “Kubernetes was built for stateless front-end services. Telco workloads have multiple network interfaces and need to shift packets at high speeds. This is not your average API service.”

Why Cloud-Native, and Why Now?Cisco

The urgency around cloud-native transformation is being driven by both internal pressures and external disruptions. Internally, telcos are struggling with legacy infrastructure that is inflexible, expensive to maintain, and slow to adapt to change. The rise of software-defined networking (SDN), network function virtualization (NFV), and automation pipelines has exposed the inefficiencies of older models.

Externally, hyperscalers and digital-native players are redefining what agility looks like. They roll out new features in days, not years. Meanwhile, regulators are pushing for open, interoperable, and resilient infrastructure that supports 5G and upcoming 6G deployments. For instance, the European Union’s Smart Networks and Services Joint Undertaking emphasizes cloud-native principles as prerequisites for achieving digital sovereignty.

All of this puts immense pressure on telcos to modernize. Those who fail to act risk being marginalized as commodity connectivity providers.

From Telco DNA to Tech DNA: Shifting from Legacy Telecom to Agile, Software-Driven Operations

Kai Steuernagel, VP of Cloud Technology at Deutsche Telekom, captured the strategic ambition: “We want generationless networks. Why do we still talk about 4G and 5G? These are just application updates on cloud-native platforms.”

This transformation demands breaking free from legacy operational structures and deeply embedded silos. Instead of managing static infrastructures and hardware-centric workflows, telcos must adopt practices from modern software engineering:

  • Continuous delivery through DevOps and NetDevOps
  • Distributed microservices over monolithic stacks
  • Cloud-native service exposure via APIs
  • Real-time observability and intelligent fault tolerance

As Ensarguet outlined, maturity in this journey can be tracked across three layers:

  • Infrastructure – Telcos must deploy secure, scalable Kubernetes environments across core, cloud, and edge.
  • Deployment Lifecycle – GitOps and declarative models streamline upgrades, patches, and version control.
  • Network Function Workloads – The final frontier. CNFs must be built from the ground up, not merely containerized replicas of VNFs.

Tooling and Open Source: The Enablers

Modern tooling is indispensable to the cloud-native shift. The panelists highlighted several foundational technologies but also emphasized the importance of industry collaboration.

The open-source ecosystem, particularly under the Linux Foundation, is providing the building blocks. Projects like ONAP (for orchestration), CNTT (reference architectures), Nephio (Kubernetes-native automation), and OpenTelemetry (observability) are forming a new telco operating system.

For example:

  • Istio and Linkerd provide traffic management, load balancing, and security for microservices.
  • eBPF enables real-time visibility and enforcement directly in the Linux kernel—essential for low-latency environments.
  • FluxCD and ArgoCD offer GitOps capabilities, allowing network changes to be tracked, audited, and reverted just like software code.
  • Prometheus, Grafana, and Jaeger create rich telemetry and tracing dashboards, enabling root-cause analysis and SLA adherence.

This toolchain is crucial for integrating vendor CNFs, automating lifecycle management, and maintaining cross-domain consistency.

Security & Observability in a Cloud-Native Telco

Security is no longer an afterthought—it’s a first-class design principle. In a cloud-native telco, workloads move frequently, autoscale, and operate in shared environments. Traditional perimeter-based models don’t work here.

Cloud-native telcos are adopting:

  • Zero-trust security models, where every interaction is authenticated and authorized
  • mTLS and SPIFFE/SPIRE, which provide identity and encryption at the workload level
  • eBPF and sidecar proxies to monitor traffic and enforce policies without relying on external appliances

Observability ties directly into security. Tools like OpenTelemetry provide standardized data for metrics, traces, and logs, ensuring visibility into every layer. Loki (for logs), Tempo (for traces), and Cortex (for metrics) help build an end-to-end picture of system health and behavior.

Together, these capabilities allow telcos to implement predictive maintenance, automated failover, and secure multi-tenant environments.

Real-World Progress: Who’s Getting It Right?

While challenges remain, several telcos are demonstrating real-world success:

  • T-Mobile (Deutsche Telekom) uses containerized network gateways that scale based on demand.
  • Rakuten Mobile operates one of the world’s first fully cloud-native mobile networks, achieving significant cost efficiencies.
  • Saudi Telecom has implemented full-stack observability and security using declarative automation.
  • Orange and Deutsche Telekom, through their work with the Silva project, are advancing GitOps automation across hybrid infrastructures.

These deployments prove that cloud-native architectures are not just possible—they’re pragmatic and profitable.

AI as a Cloud-Native Catalyst

Artificial Intelligence (AI) is both a use case and a catalyst for cloud-native evolution. As Brockners noted, the infrastructure required for AI closely mirrors that of cloud-native telco workloads. Both demand scalable compute, low-latency networking, and fine-grained observability.

In telcos, AI is being used to:

  • Predict network congestion and reroute traffic
  • Perform anomaly detection for proactive security
  • Automate customer experience personalization
  • Enable closed-loop orchestration with real-time response

Cloud-native infrastructure makes these applications feasible by allowing models to be deployed, tested, and retrained dynamically. Tools like KServe and Kubeflow are being used to deploy inference workloads alongside traditional CNFs.

Moreover, the concept of the “Internet of Agents” is gaining traction. This refers to distributed AI agents that collaborate across network domains to make operational decisions. For such systems to work, they must be rooted in cloud-native principles: decentralized control, API-based interactions, and shared observability.

Organizational and Cultural Shifts

Technology transformation must be accompanied by operational evolution. Telcos traditionally operate in tightly siloed structures, where network engineers, software developers, and operations teams function independently.

Cloud-native adoption demands:

  • Cross-functional teams using shared tools and common pipelines
  • Adoption of SRE models, where service reliability is measured, tracked, and improved continuously
  • Cultural change toward rapid iteration, blameless postmortems, and continuous learning

For example, NetDevOps workflows now allow engineers to manage network policies using version-controlled code. CI/CD pipelines help operators roll out changes gradually with automatic rollback on failure. These are radical shifts for many telcos, but essential.

Sustainability and the Cloud-Native Advantage

Cloud-native infrastructure also offers a powerful pathway to sustainability. As telcos face rising energy costs and carbon accountability, being able to optimize compute loads and power usage is becoming a competitive advantage.

By dynamically scaling workloads, telcos avoid idle server usage. Edge computing further improves sustainability by reducing backhaul data and enabling localized processing. In the long term, cloud-native telcos can:

  • Implement carbon-aware workload scheduling
  • Use energy-efficient protocols and dynamic routing
  • Monitor environmental KPIs alongside technical ones

Some operators are even exploring Green SLAs, where energy efficiency is guaranteed as part of the service contract.

What’s Next: 2027–2030 Milestones

Looking ahead, the 2027–2030 window is pivotal. This period aligns with:

  • The start of 6G commercial trials
  • Broader edge cloud proliferation
  • Massive IoT scaling and real-time digital twin applications

To be ready, telcos must:

  • Finalize their shift from VM-based infrastructure to Kubernetes-native platforms
  • Adopt AI-assisted operations (AIOps) at scale
  • Establish shared orchestration frameworks with ecosystem partners

Public-private collaborations, such as the EU’s SNS program and open-source consortiums like LF Networking, will be key to standardizing this future.

Final Thought: Cloud-Native is the Launchpad, Not the Destination

As Brockners summarized: “Cloud-native isn’t the goal—it’s the foundation for how we build and operate telecom networks in the AI era.”

This journey is not about technology for its own sake. It’s about enabling smarter, faster, more resilient, and more sustainable networks that can evolve at the pace of digital demand. Cloud-native is the new baseline for innovation.


Recent Content

5G-Advanced is redefining mobile networks through AI-native intelligence, sustainability, and advanced capabilities like XR support, NTN integration, and low-latency industrial IoT. Built on 3GPP Releases 18–20, it enables predictive automation, 30% energy savings, and sets the stage for 6G.
Memphis Light, Gas and Water (MLGW) and Nokia have launched the first standalone private 5G network by a U.S. municipal utility. This $31 million investment will modernize infrastructure across Memphis and Shelby County, enhancing real-time monitoring, outage response, cybersecurity, and smart grid capabilities for over 420,000 customers.
Predicting AI’s future is difficult, but its impact on work and life is certain. Many organizations are hesitant, “nibbling around the corners” instead of embracing transformative applications. This slow adoption, however, has allowed us to better understand and utilize large language models. The AI revolution mirrors the steam engine transformation, with organizations needing to integrate AI to stay competitive. The biggest winners will be those that successfully integrate AI, gaining a significant advantage. The most significant transformation will be in knowledge management, how organizations make decisions and leverage collective intelligence.
The FCC has approved T-Mobile’s $4.4B acquisition of UScellular and a 50% stake in Metronet, marking a strategic push into rural 5G and fixed broadband. While the moves improve network reach and service speeds, regulators caution that market consolidation among the Big Three wireless providers may restrict long-term competition and innovation.
Americans spend $166 billion annually on mobile phone services, making up 4% of all household bill expenses. A new doxoINSIGHTS report reveals median monthly costs of $96, with wide variations by state and city. Nebraska and Dallas top the charts, while tools like doxoINSIGHTS help users compare costs and save on mobile bills.
Connected aviation is transforming airports with secure private networks, IoT, and real-time data. This article unpacks how smart airports boost efficiency, safety, and passenger experience while unlocking new business value with real-world case studies from Heathrow, Changi, Dubai, and more.
Whitepaper
Telecom networks are facing unprecedented complexity with 5G, IoT, and cloud services. Traditional service assurance methods are becoming obsolete, making AI-driven, real-time analytics essential for competitive advantage. This independent industry whitepaper explores how DPUs, GPUs, and Generative AI (GenAI) are enabling predictive automation, reducing operational costs, and improving service quality....
Whitepaper
Explore the collaboration between Purdue Research Foundation, Purdue University, Ericsson, and Saab at the Aviation Innovation Hub. Discover how private 5G networks, real-time analytics, and sustainable innovations are shaping the "Airport of the Future" for a smarter, safer, and greener aviation industry....
Article & Insights
This article explores the deployment of 5G NR Transparent Non-Terrestrial Networks (NTNs), detailing the architecture's advantages and challenges. It highlights how this "bent-pipe" NTN approach integrates ground-based gNodeB components with NGSO satellite constellations to expand global connectivity. Key challenges like moving beam management, interference mitigation, and latency are discussed, underscoring...

Download Magazine

With Subscription

Subscribe To Our Newsletter

Scroll to Top