<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>2025 on Radius Blog</title><link>https://blog.radapp.io/posts/2025/</link><description>Recent content in 2025 on Radius Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 18 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.radapp.io/posts/2025/index.xml" rel="self" type="application/rss+xml"/><item><title>Announcing Radius v0.54</title><link>https://blog.radapp.io/posts/2025/12/18/announcing-radius-v0.54/</link><pubDate>Thu, 18 Dec 2025 00:00:00 +0000</pubDate><guid>https://blog.radapp.io/posts/2025/12/18/announcing-radius-v0.54/</guid><description>&lt;p&gt;Today, we’re excited to announce the release of Radius v0.54. This update brings several improvements and fixes detailed below. You can find the full release notes on our &lt;a href="https://github.com/radius-project/radius/releases/tag/v0.54.0"&gt;GitHub releases page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you’re new to Radius, it’s a cloud-native application platform designed to simplify the deployment and management of Applications. To get started, visit our &lt;a href="https://docs.radapp.io/getting-started/"&gt;getting started guide&lt;/a&gt; and learn how to install Radius and create your first app.&lt;/p&gt;
&lt;h2 id="fixed-rad-workspace-show-errors-when-no-current-workspace-exists"&gt;Fixed &lt;code&gt;rad workspace show&lt;/code&gt; errors when no current workspace exists&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;rad workspace show&lt;/code&gt; command has been updated to improve usability. Previously, if no workspace was set, the command would return an error, which could be confusing. With this release, the command now logs an informational message to guide you when no current workspace exists. This change ensures a more user-friendly experience when managing workspaces. For more details, refer to the &lt;a href="https://docs.radapp.io/reference/cli/rad_workspace_show/"&gt;CLI documentation&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Deploy a RAG chatbot app using Radius</title><link>https://blog.radapp.io/posts/2025/11/24/deploy-a-rag-chatbot-app-using-radius/</link><pubDate>Mon, 24 Nov 2025 08:00:00 -0800</pubDate><guid>https://blog.radapp.io/posts/2025/11/24/deploy-a-rag-chatbot-app-using-radius/</guid><description>&lt;p&gt;Agentic AI applications are rapidly becoming a cornerstone of modern software, enabling systems to reason, act, and interact with data in unprecedented ways. As these intelligent applications grow in complexity, managing their infrastructure and governance becomes increasingly challenging. For instance, a Retrieval-Augmented Generation (RAG) chatbot application might require a combination of vector databases, large language models (LLMs), and traditional compute, on top of which considerations like dependency management, security, and compliance are layered. Indeed, when looking at some of the most popular AI sample applications, we see that they often involve multiple components and services that need to be orchestrated outside the bounds of the core application itself before the application can even run.&lt;/p&gt;</description></item><item><title>Announcing Radius v0.53.0</title><link>https://blog.radapp.io/posts/2025/11/12/announcing-radius-v0.53.0/</link><pubDate>Wed, 12 Nov 2025 04:12:56 +0000</pubDate><guid>https://blog.radapp.io/posts/2025/11/12/announcing-radius-v0.53.0/</guid><description>&lt;p&gt;Radius v0.53.0 is here! This latest release brings exciting updates to improve your experience with Radius, whether you&amp;rsquo;re deploying cloud-native Applications or managing internal developer platforms. You can explore the full release notes at &lt;a href="https://github.com/radius-project/radius/releases/tag/v0.53.0"&gt;Radius v0.53.0 Release Notes&lt;/a&gt;. If you&amp;rsquo;re new to Radius, visit &lt;a href="https://radapp.io"&gt;radapp.io&lt;/a&gt; to learn more about the platform and check out the &lt;a href="https://docs.radapp.io/getting-started/"&gt;getting started guide&lt;/a&gt; to install Radius and create your first app.&lt;/p&gt;
&lt;h2 id="contour-ingress-controller-installation-re-enabled"&gt;Contour ingress controller installation re-enabled&lt;/h2&gt;
&lt;p&gt;Radius v0.53.0 reintroduces support for installing the Contour ingress controller during &lt;code&gt;rad install kubernetes&lt;/code&gt; or &lt;code&gt;rad init&lt;/code&gt;. This enhancement is made possible by the availability of the &lt;a href="https://github.com/projectcontour/helm-charts/releases/tag/contour-0.1.0"&gt;Contour Helm Charts&lt;/a&gt;. With this update, you no longer need to manually install and configure a Contour ingress controller before deploying Gateway resources. This streamlines the setup process and ensures a smoother deployment experience for your Applications.&lt;/p&gt;</description></item><item><title>Happy 2nd birthday, Radius!</title><link>https://blog.radapp.io/posts/2025/10/21/happy-2nd-birthday-radius/</link><pubDate>Tue, 21 Oct 2025 00:00:00 +0000</pubDate><guid>https://blog.radapp.io/posts/2025/10/21/happy-2nd-birthday-radius/</guid><description>&lt;p&gt;On October 18, 2025 we celebrated two years since Radius was released as an open-source project! This milestone gives us a chance to reflect on our collective journey and the significant progress made with the community. This past year has been transformative for Radius, with a focus on providing an extensibility model for enterprises adopting Radius into their internal developer platforms and adding capabilities that improved operational maturity of the platform.&lt;/p&gt;</description></item><item><title>Announcing Radius v0.52.0</title><link>https://blog.radapp.io/posts/2025/10/14/announcing-radius-v0.52.0/</link><pubDate>Tue, 14 Oct 2025 16:29:59 +0000</pubDate><guid>https://blog.radapp.io/posts/2025/10/14/announcing-radius-v0.52.0/</guid><description>&lt;p&gt;Today marks the release of Radius v0.52.0, bringing usability improvements and refinements to enhance your experience with the Radius platform. This release focuses on making key commands more intuitive and user-friendly, while also addressing several important updates under the hood. You can find the full release notes on the &lt;a href="https://github.com/radius-project/radius/releases/tag/v0.52.0"&gt;Radius GitHub repository&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you’re new to Radius, it’s an open-source platform for building, deploying, and managing cloud-native applications. To get started, visit the &lt;a href="https://radapp.io"&gt;Radius website&lt;/a&gt; for an overview, or check out the &lt;a href="https://docs.radapp.io/getting-started/"&gt;getting started guide&lt;/a&gt; to install Radius and create your first app.&lt;/p&gt;</description></item><item><title>Announcing Radius v0.51.0</title><link>https://blog.radapp.io/posts/2025/10/02/announcing-radius-v0.51.0/</link><pubDate>Thu, 02 Oct 2025 00:00:00 +0000</pubDate><guid>https://blog.radapp.io/posts/2025/10/02/announcing-radius-v0.51.0/</guid><description>&lt;p&gt;Today, we’re excited to announce the release of Radius v0.51.0! This update introduces several enhancements to improve usability, streamline workflows, and address key user concerns. Whether you’re a developer or platform engineer, this release brings meaningful updates to help you manage your cloud-native Applications more effectively. You can find the full release notes &lt;a href="https://github.com/radius-project/radius/releases/tag/v0.51.0"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you’re new to Radius, visit &lt;a href="https://radapp.io"&gt;radapp.io&lt;/a&gt; to learn more about the platform and its capabilities. To get started, check out the &lt;a href="https://docs.radapp.io/getting-started/"&gt;getting started guide&lt;/a&gt; for step-by-step instructions on installing Radius and deploying your first application.&lt;/p&gt;</description></item><item><title>Announcing Radius v0.50.0</title><link>https://blog.radapp.io/posts/2025/09/18/announcing-radius-v0.50.0/</link><pubDate>Thu, 18 Sep 2025 00:00:00 +0000</pubDate><guid>https://blog.radapp.io/posts/2025/09/18/announcing-radius-v0.50.0/</guid><description>&lt;p&gt;Today marks an exciting milestone for the Radius community with the release of &lt;strong&gt;Radius v0.50.0&lt;/strong&gt;. This release introduces several significant enhancements designed to improve your experience as a developer or platform engineer. Whether you&amp;rsquo;re upgrading an existing installation or exploring Radius for the first time, this release has something for everyone. You can find the full release notes &lt;a href="https://github.com/radius-project/radius/releases/tag/v0.50.0"&gt;here&lt;/a&gt;. If you&amp;rsquo;re new to Radius, visit our &lt;a href="https://docs.radapp.io/getting-started/"&gt;getting started guide&lt;/a&gt; to learn how to install Radius and create your first app.&lt;/p&gt;</description></item><item><title>In-place upgrades now available</title><link>https://blog.radapp.io/posts/2025/09/16/in-place-upgrades-now-available/</link><pubDate>Tue, 16 Sep 2025 00:00:00 +0000</pubDate><guid>https://blog.radapp.io/posts/2025/09/16/in-place-upgrades-now-available/</guid><description>&lt;p&gt;Up until now, upgrading a Radius installation meant manually redeploying the control plane. This was cumbersome and risked downtime for your internal platform. &lt;strong&gt;Beginning with Radius v0.50, we&amp;rsquo;re excited to announce support for in-place upgrades of the Radius control plane.&lt;/strong&gt; Using the new &lt;code&gt;rad upgrade&lt;/code&gt; command, platform engineers can now upgrade a running Radius control plane to a new version without rebuilding their Environments or disrupting running applications. This enhancement makes it much easier to keep up with new Radius releases in production, thanks to built-in safety checks and a rollback capability.&lt;/p&gt;</description></item><item><title>Contribute Your First Resource Type and Recipe</title><link>https://blog.radapp.io/posts/2025/08/11/contribute-your-first-resource-type-and-recipe/</link><pubDate>Mon, 11 Aug 2025 00:00:00 +0000</pubDate><guid>https://blog.radapp.io/posts/2025/08/11/contribute-your-first-resource-type-and-recipe/</guid><description>&lt;p&gt;Radius helps platform engineers build powerful Internal Developer Platforms (IDPs) with curated resource catalogs that empower developers to build applications that adhere to all enterprise best practices. Key to delivering custom resource catalogs is the &lt;strong&gt;Radius Resource Types&lt;/strong&gt; feature.&lt;/p&gt;
&lt;p&gt;Think of Radius Resource Types as the developer&amp;rsquo;s interface to your platform. They define a contract—a set of properties developers use to provision infrastructure without needing to know the implementation details. Platform engineers then create &lt;a href="https://docs.radapp.io/guides/recipes/overview/"&gt;&lt;strong&gt;Recipes&lt;/strong&gt;&lt;/a&gt;—the implementation of that contract—using tools like Terraform or Bicep to deploy and manage the actual cloud resources, ensuring that best practices related to security, compliance, and cost are followed by default.&lt;/p&gt;</description></item><item><title>Future Proofing AI Applications via Radius Resource Types</title><link>https://blog.radapp.io/posts/2025/07/18/future-proofing-ai-applications-via-radius-resource-types/</link><pubDate>Fri, 18 Jul 2025 00:00:00 +0000</pubDate><guid>https://blog.radapp.io/posts/2025/07/18/future-proofing-ai-applications-via-radius-resource-types/</guid><description>&lt;h2 id="building-applications-in-the-ai-era"&gt;Building Applications in the AI Era&lt;/h2&gt;
&lt;p&gt;Imagine you’re an enterprise developer building your first AI-powered application. You start with Anthropic’s Claude, ramp on the APIs, write your application code, configure authentication, test the application and successfully deploy it to production. Everything is working great but, three months later, your organization migrates to an entirely different AI model, such as Google Gemini, for better results or for cost optimization. Suddenly, you’re facing days or weeks of refactoring and testing across environments before redeploying the same application using the different model.&lt;/p&gt;</description></item><item><title>Introducing Radius Resource Types</title><link>https://blog.radapp.io/posts/2025/06/17/introducing-radius-resource-types/</link><pubDate>Tue, 17 Jun 2025 00:00:00 +0000</pubDate><guid>https://blog.radapp.io/posts/2025/06/17/introducing-radius-resource-types/</guid><description>&lt;p&gt;The Radius maintainers and community have been hard at work enabling platform engineers to build internal developer platforms that are application-centric with a great developer experience. This week Radius launched &lt;a href="https://docs.radapp.io/tutorials/create-resource-type/"&gt;Radius Resource Types&lt;/a&gt;, reinforcing its core mission to decouple application definitions from underlying infrastructure.&lt;/p&gt;
&lt;p&gt;Enterprises integrating Radius into their internal developer platform tell us they need to customize the API for common resource types such as a PostgreSQL database to simplify the developer experience (allowing developers to select T-shirt sizes, for example). Others want to create abstract resource types such as a web service that may have a reverse proxy, an application container, and an in-memory cache all encapsulated in one single type. Radius Resource Types enable platform engineers to accomplish these exact scenarios. Platform engineers now have complete flexibility in defining the resources developers use in their applications and, separately, the implementation of those resources using Terraform configurations or Bicep templates (referred to generally as Recipes in Radius).&lt;/p&gt;</description></item><item><title>Deploy your Radius applications to Azure Container Instances</title><link>https://blog.radapp.io/posts/2025/06/03/deploy-your-radius-applications-to-azure-container-instances/</link><pubDate>Tue, 03 Jun 2025 08:00:00 -0800</pubDate><guid>https://blog.radapp.io/posts/2025/06/03/deploy-your-radius-applications-to-azure-container-instances/</guid><description>&lt;p&gt;An important part of the Radius vision is to be platform agnostic, and that includes the underlying compute such that Radius can deploy the same application across different compute platforms. Thus, it&amp;rsquo;s always been a goal to support additional container runtimes beyond just Kubernetes. That&amp;rsquo;s why we&amp;rsquo;re excited to share that Radius now supports deploying your applications to additional container platforms, beginning with &lt;a href="https://docs.radapp.io/guides/author-apps/azure/azure-container-instances/"&gt;Azure Container Instances&lt;/a&gt;. This integration provides Radius users with a serverless container compute option that enables platform engineers to build developer platforms that are decoupled from specific container runtimes while still benefiting from the Radius application-centric approach and separation of concerns.&lt;/p&gt;</description></item><item><title>Platform Engineering : Integrating Radius into your GitOps Flux workflow</title><link>https://blog.radapp.io/posts/2025/05/20/platform-engineering-integrating-radius-into-your-gitops-flux-workflow/</link><pubDate>Tue, 20 May 2025 08:00:00 -0800</pubDate><guid>https://blog.radapp.io/posts/2025/05/20/platform-engineering-integrating-radius-into-your-gitops-flux-workflow/</guid><description>&lt;p&gt;GitOps is an approach to managing infrastructure and applications using Git as the single source of truth and has become quite popular in the DevOps and Platform Engineering disciplines. This approach provides several benefits - including declarative management of infrastructure definitions and auditable change logs. Radius fits nicely into this workflow, allowing you to define your applications and infrastructure with Radius and then use GitOps to deploy and manage them across your deployment platforms.&lt;/p&gt;</description></item><item><title>Platform Engineering with Radius to build application-centric IDPs</title><link>https://blog.radapp.io/posts/2025/05/13/platform-engineering-with-radius-to-build-application-centric-idps/</link><pubDate>Tue, 13 May 2025 00:00:00 -0800</pubDate><guid>https://blog.radapp.io/posts/2025/05/13/platform-engineering-with-radius-to-build-application-centric-idps/</guid><description>&lt;p&gt;Very early in my career I worked on a long-forgotten system called the HP-3000. I wrote batch processing applications in Pascal to process financial transactions. Then I transitioned to being a web application developer. Moving from the world where each batch application had a single executable and maybe a few shared libraries to the world of web applications was a big change. I remember trying to wrap my head around how it all worked. There were so many different applications all communicating with other applications. Of course, I quickly learned that it was a simple model-view-controller pattern, and the application was just a collection of binaries and HTML templates.&lt;/p&gt;</description></item><item><title>Platform engineering with Radius at KubeCon London 2025</title><link>https://blog.radapp.io/posts/2025/04/24/platform-engineering-with-radius-at-kubecon-london-2025/</link><pubDate>Thu, 24 Apr 2025 08:00:00 -0800</pubDate><guid>https://blog.radapp.io/posts/2025/04/24/platform-engineering-with-radius-at-kubecon-london-2025/</guid><description>&lt;p&gt;I had a great time at KubeCon London earlier this month presenting and demoing Radius and meeting members of the Radius community! Thanks to everyone for taking time to stop by and chat. It was very fun to meet so many community members in person versus over video conference. 😊&lt;/p&gt;
&lt;p&gt;Anyone familiar with Radius will know that platform engineers have become the primary focus for the maintainers. That’s because so many Radius early adopters are platform engineering teams who are integrating Radius into their internal developer platforms (IDPs). A great example is &lt;a href="https://www.linkedin.com/in/nunoguedes"&gt;Nuno Guedes&lt;/a&gt; and his platform engineering team at &lt;a href="https://www.millenniumbcp.pt/"&gt;Millennium bcp&lt;/a&gt; (the largest private bank in Portugal). The Millennium bcp team has integrated Radius into their IDP and have been using it in production since December 2024. Nuno is the head of cloud at Millennium bcp and he and I co-presented on his use of Radius at KubeCon London. To learn more about how the Millennium bcp team is using Radius in their IDP, please check out our joint presentation &lt;em&gt;How Millennium bcp Leverages Radius to Empower Developer + Operator Collaboration&lt;/em&gt; (&lt;a href="https://www.youtube.com/watch?v=ZmcZlDCYDgE"&gt;CNCF YouTube channel&lt;/a&gt; | &lt;a href="images/kubecon-london-radius-presentation.pdf"&gt;Slides from presentation&lt;/a&gt;).&lt;/p&gt;</description></item><item><title>Radius feature roadmap update</title><link>https://blog.radapp.io/posts/2025/04/21/radius-feature-roadmap-update/</link><pubDate>Mon, 21 Apr 2025 08:00:00 -0800</pubDate><guid>https://blog.radapp.io/posts/2025/04/21/radius-feature-roadmap-update/</guid><description>&lt;p&gt;The Radius project maintainers would like to provide a progress update on our &lt;a href="https://aka.ms/radius-roadmap"&gt;feature roadmap&lt;/a&gt; to share some of the features that have been released, what&amp;rsquo;s coming next, and how the community can help shape the future of Radius.&lt;/p&gt;
&lt;p&gt;We invite the community to provide feedback on our priorities to jointly grow and enhance Radius. Please bookmark the &lt;a href="https://aka.ms/radius-roadmap"&gt;&lt;strong&gt;Radius roadmap&lt;/strong&gt;&lt;/a&gt; for updates on the full set of roadmap priorities.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;To see video demos of the latest Radius features, visit the &lt;a href="https://youtube.com/playlist?list=PLrZ6kld_pvgz8usAJCVqvUw5evfEzBCt-&amp;amp;si=0wPB_E43ktbMCc1i"&gt;Radius YouTube channel&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>