docs: Fix typos

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2025-04-18 17:03:01 +02:00
parent 222b18a67f
commit 14bddfd10f
20 changed files with 28 additions and 26 deletions
@@ -25,7 +25,7 @@ For example:
- Should the POC be deployed on Kubernetes?
- How do you deploy the POC on my cloud provider?
To address these questions and reduce friction from deploying a POC, we built a [new CLI](https://github.com/backstage/backstage-deploy). The CLI is simply called `deploy` and is invokable with `npx`. With this new CLI, you can generate a Dockerfile and deploy a Backstage instance onto a preferred cloud provider. While the packages infrastructure is built to support all cloud providers, currently the CLI only offers an AWS implementation. In the future, we plan to add additional cloud providers to the package and [welcome any contributions](https://github.com/backstage/backstage/blob/6996b3338d678efc03307112524060e9dc2ad769/CONTRIBUTING.md) extending the suite of cloud provider implementations!
To address these questions and reduce friction from deploying a POC, we built a [new CLI](https://github.com/backstage/backstage-deploy). The CLI is simply called `deploy` and is invocable with `npx`. With this new CLI, you can generate a Dockerfile and deploy a Backstage instance onto a preferred cloud provider. While the packages infrastructure is built to support all cloud providers, currently the CLI only offers an AWS implementation. In the future, we plan to add additional cloud providers to the package and [welcome any contributions](https://github.com/backstage/backstage/blob/6996b3338d678efc03307112524060e9dc2ad769/CONTRIBUTING.md) extending the suite of cloud provider implementations!
**So, what about Kubernetes?** Since the CLI is designed specifically for the POC phase, we believe that Kubernetes isnt the right fit as Kubernetes is better suited for production workloads. So, we explored lightweight, container-based solutions, and landed on [Amazon Lightsail](https://docs.aws.amazon.com/lightsail/index.html) as a hosting service for the POC.
Amazon Lightsail supports [lightweight container](https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-services) deployments [at a low cost](https://aws.amazon.com/lightsail/pricing/), and has a [free trial for new users](https://aws.amazon.com/lightsail/pricing/?loc=ft#AWS_Free_Tier)! Given Lightsails ease of use and affordability, we recommend using Lightsail over Kubernetes to test out your Backstage POC.
@@ -74,7 +74,7 @@ While Kubernetes observability was requested to be provided out of the box, we q
- Fetching runtime security vulnerability information across different stages
![Security vulnerabilities in context](assets/2024-09-24/backstage_catalog_security_vulnerabilites.png)
![Security vulnerabilities in context](assets/2024-09-24/backstage_catalog_security_vulnerabilities.png)
### Error logs at hand
+1 -1
View File
@@ -3,7 +3,7 @@ title: Backchat GenAI
author: benwilcock
authorUrl: https://github.com/benwilcock
category: Services
description: Access your favorite open source GenAI GUIs privately from Backstage. Chat wth large language models in your portal. Choose from hundreds of LLMs. Run inferencing wherever you like - local or remote, CPU or GPU - it's up to you!
description: Access your favorite open source GenAI GUIs privately from Backstage. Chat with large language models in your portal. Choose from hundreds of LLMs. Run inferencing wherever you like - local or remote, CPU or GPU - it's up to you!
documentation: https://github.com/benwilcock/backstage-plugin-backchat
iconUrl: /img/backchat-logo.png
npmPackageName: '@benbravo73/backstage-plugin-backchat'
+1 -1
View File
@@ -8,6 +8,6 @@ documentation: https://github.com/harness/backstage-plugins/tree/main/plugins/ha
iconUrl: https://static.harness.io/ng-static/images/favicon.png
npmPackageName: '@harnessio/backstage-plugin-harness-iacm'
tags:
- infrastrucure-as-code
- infrastructure-as-code
- resource-management
addedDate: '2024-07-03'
+1 -1
View File
@@ -3,7 +3,7 @@ title: Statuspage.io Plugin
author: AxisCommunications
authorUrl: https://github.com/AxisCommunications
category: Monitoring
description: The Statuspage plugin allows you to embedd https://statuspage.io components, component groups and dashboards in Backstage.
description: The Statuspage plugin allows you to embed https://statuspage.io components, component groups and dashboards in Backstage.
documentation: https://github.com/AxisCommunications/backstage-plugins/blob/main/plugins/statuspage/README.md
iconUrl: https://raw.githubusercontent.com/AxisCommunications/backstage-plugins/main/plugins/statuspage/media/logo.png
npmPackageName: '@axis-backstage/plugin-statuspage'
+3 -1
View File
@@ -165,7 +165,9 @@ const Community = () => {
<BannerSectionGrid
header={
<>
<h2 className="text--primary">Offical Backstage Initiatives</h2>
<h2 className="text--primary">
Official Backstage Initiatives
</h2>
<h1>Stay tuned to the latest developments</h1>
</>