AWS, Cloud Computing, DevOps

5 Mins Read

Integrating AWS DevOps Services into Backstage – Part 2

Voiced by Amazon Polly

Introduction

In Part 1 of our Backstage DevOps toolkit series, we explored how integrating AWS services like AWS CodeBuild, AWS CodePipeline, Amazon Elastic Container Registry, and Amazon Elastic Container Service transforms your developer portal into a centralized command centre for AWS resources. These integrations streamlined workflows and eliminated constant context switching between platforms.

Now, let’s expand our toolkit beyond AWS-native services. Open-source DevOps tools represent the backbone of modern software delivery pipelines, offering flexibility, community-driven innovation, and vendor-agnostic approaches. By incorporating ArgoCD, Jenkins, Grafana, and Kubernetes plugins into Backstage, we create a truly comprehensive ecosystem.

What makes this combination particularly powerful is how these open-source tools complement AWS services. While AWS provides robust managed infrastructure, these tools enhance it with GitOps workflows, extended CI/CD capabilities, advanced observability, and container orchestration. Together, they create a seamless experience where cloud infrastructure and DevOps practices converge within your Backstage portal, giving teams the best of both worlds.

Pioneers in Cloud Consulting & Migration Services

  • Reduced infrastructural costs
  • Accelerated application deployment
Get Started

Jenkins Plugin

Jenkins plugin provides:

  • View all runs inside a folder
  • Last build status for the specified branch
  • View the summary of a build

Installation Steps

  1. Frontend package:

Install the frontend package in your Backstage app:

In packages/app/src/components/catalog/EntityPage.tsx add:

2. Backend package:

Install the backend package in your Backstage app:

In your packages/backend/src/index.ts make the following changes:

3. Configuration:

In your app-config.yaml or app-config.local.yaml add:

4. Annotation:

While creating the catalog file add the following annotations:

backstage

Kubernetes Plugin

Kubernetes in Backstage is a tool that’s designed around the needs of service owners, not cluster admins. Now, developers can easily check the health of their services, regardless of how or where those services are deployed, whether it’s on a local host for testing or in production on dozens of clusters around the world.

It will elevate the visibility of errors where identified and provide drill-down information about deployments, pods, and other objects for a service.

Installation Steps

  1. Frontend package:

From your Backstage root directory

Once the package has been installed, you need to import the plugin into your app by adding the “Kubernetes” tab to the respective catalog pages.

2. Backend package:

From your Backstage root directory

Then add it to your backend packages/backend/src/index.ts file:

3. Configuration:

Backstage supports multiple Kubernetes provider integrations. Let’s configure it for Amazon EKS

If you have generated static AWS security credentials, the configuration block (app-config.yaml) for AWS will look like this:

You get both the cluster URL and CA directly from the AWS console by going to Amazon EKS > Your cluster > Overview > Details. You will find them under ‘API server endpoint’ and ‘Certificate authority’, respectively.

4. Annotation:

There are many ways to surface your Kubernetes components as part of an entity. But the label selector takes precedence over the annotation/service id.

backstage2

backstage3

ArgoCD Plugin

The ArgoCD plugin for Backstage brings GitOps principles directly into your developer portal, creating a seamless connection between your Git repositories and Kubernetes deployments. This integration embodies the GitOps philosophy, where Git serves as the single source of truth for declarative infrastructure and applications. With ArgoCD in Backstage, teams can visualize the entire GitOps workflow from code commits to production deployment without switching contexts.

Installation Steps

  1. Frontend package:

Install AgroCD plugin using the following command:

Add deployment summary and deployment lifecycle to EntityPage.tsx:

2. Backend package:

To install it in your backend package, run:

Then add the plugin to your backend in packages/backend/src/index.ts:

3. Configuration:

In app-config.yaml add:

The following customResources component is added under the Kubernetes configuration in the app-config.yaml file:

4. Annotation:

Add one of the following annotations to the entity’s catalog-info.yaml file to enable Argo CD features in the backstage instance:

backstage4

backstage5

Grafana Plugin

The Grafana Dashboard plugin transforms Backstage into a metrics powerhouse by integrating observability data directly into your developer portal. It eliminates tool-switching, provides contextual metrics, speeds decision-making, and reduces incident resolution time by centralizing performance data alongside service documentation and deployment information.

Installation Steps

  1. Frontend package:

Add the plugin to your frontend app:

2. Configuration:

Add the command in app-config.yaml file:

Adding the EntityGrafanaDashboardsCard component to an entity’s page will display a list of dashboards related to that entity.

3. Annotations:

The following annotation returns the Grafana dashboards that have tags my-service (example)

backstage6

Conclusion

By integrating both AWS and open-source plugins into Backstage, you’ve created a comprehensive DevOps command centre that unifies infrastructure, CI/CD, observability, and deployment workflows.

This holistic toolkit eliminates tool fragmentation while empowering teams with unprecedented visibility and control.

Please check out Part 1 here.

Drop a query if you have any questions regarding Backstage and we will get back to you quickly.

Empowering organizations to become ‘data driven’ enterprises with our Cloud experts.

  • Reduced infrastructure costs
  • Timely data-driven decisions
Get Started

About CloudThat

CloudThat is an award-winning company and the first in India to offer cloud training and consulting services worldwide. As a Microsoft Solutions Partner, AWS Advanced Tier Training Partner, and Google Cloud Platform Partner, CloudThat has empowered over 850,000 professionals through 600+ cloud certifications winning global recognition for its training excellence including 20 MCT Trainers in Microsoft’s Global Top 100 and an impressive 12 awards in the last 8 years. CloudThat specializes in Cloud Migration, Data Platforms, DevOps, IoT, and cutting-edge technologies like Gen AI & AI/ML. It has delivered over 500 consulting projects for 250+ organizations in 30+ countries as it continues to empower professionals and enterprises to thrive in the digital-first world.

WRITTEN BY Karnam Bhargava

Karnam Bhargava, Research Associate at CloudThat, combines AWS knowledge with DevOps skills. His passion for cloud technologies and infrastructure automation translates into insightful technical content. Continuously expanding his knowledge across containerization, GitOps, and emerging cloud services to deliver valuable community insights and innovative solutions.

Share

Comments

    Click to Comment

Get The Most Out Of Us

Our support doesn't end here. We have monthly newsletters, study guides, practice questions, and more to assist you in upgrading your cloud career. Subscribe to get them all!