Merge pull request #17556 from backstage/bailey/kubecon-eu-blog
[docs] move to mdx for blog posts so we can truncate
This commit is contained in:
-1
@@ -13,7 +13,6 @@ It’s the first open source infrastructure platform by Spotify that allows you
|
||||
|
||||

|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## As simple as writing a plugin.
|
||||
-1
@@ -9,7 +9,6 @@ authorImageURL: https://pbs.twimg.com/profile_images/121166861/6919c047c0d0edaac
|
||||
|
||||
Two days ago, we released the open source version of [Backstage](https://backstage.io/), our homegrown developer portal. And we learned a thing or two via the feedback we received. So, I wanted to take this opportunity to further explain what we’re trying to do with Backstage — and more importantly, what we want to give to the greater engineering community beyond Spotify.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## What’s the big infrastructure problem?
|
||||
-1
@@ -9,7 +9,6 @@ authorImageURL: https://pbs.twimg.com/profile_images/1224058798958088192/JPxS8uz
|
||||
|
||||
We’re proud to announce that our first internal plugin at Spotify has been open-sourced as part of Backstage. This plugin works with the newly open-sourced [lighthouse-audit-service](https://github.com/spotify/lighthouse-audit-service) to run and track Lighthouse audits for your websites.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## What is Lighthouse?
|
||||
-1
@@ -11,7 +11,6 @@ We want users to be able to create their own version of Backstage quickly and ea
|
||||
|
||||
In this blog post we’ll look at what a Backstage app is and how to create one using our [CLI](https://www.npmjs.com/package/@backstage/cli).
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## What is a Backstage app?
|
||||
-1
@@ -9,7 +9,6 @@ authorImageURL: https://avatars0.githubusercontent.com/bih
|
||||
|
||||
Just a few weeks ago, we released our internal plugin for [Lighthouse website audits] as our first open source plugin, so the whole community could use it. Today, we’re excited to add a new plugin to that list — say hello to the [Tech Radar plugin]!
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## What is Tech Radar?
|
||||
-1
@@ -9,7 +9,6 @@ authorImageURL: https://avatars2.githubusercontent.com/u/46946747
|
||||
|
||||
One of the great things about the open source community is once you put your work out there, you really never know where it might end up. That’s certainly the case here.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
When Weaveworks decided to build an X-ray diagnostics app to help fight COVID-19, they pulled together a lot of different open source resources — from projects big and small, built by both familiar tech partners and some brand new ones, too.
|
||||
-1
@@ -12,7 +12,6 @@ We released the open source version of Backstage a little less than two months a
|
||||
|
||||

|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## Progress so far
|
||||
-1
@@ -9,7 +9,6 @@ image: https://backstage.io/blog/assets/6/header.png
|
||||
|
||||

|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## You asked, we listened
|
||||
-1
@@ -9,7 +9,6 @@ authorImageURL: https://avatars1.githubusercontent.com/u/1236238?s=460&v=4
|
||||
|
||||
Getting authentication right is important. It helps keep your platform safe, it’s one of the first things users will interact with, and there are many different authentication providers to support. To this end, we chose to use [Passport](http://www.passportjs.org/) to provide an easy-to-use, out-of-the-box experience that can be extended to your own, pre-existing authentication providers (known as strategies). The Auth APIs in Backstage serve two purposes: identify the user and provide a way for plugins to request access to third-party services on behalf of the user. We’ve already implemented Google and GitHub authentication to provide examples and to get you started.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## What is Passport?
|
||||
-1
@@ -10,7 +10,6 @@ authorURL: https://twitter.com/stalund
|
||||
<source src="/blog/assets/2020-08-05/feature.mp4" type="video/mp4" />
|
||||
</video>
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## Balancing autonomy and standardization
|
||||
+8
-3
@@ -7,10 +7,15 @@ authorURL: https://github.com/garyniemen
|
||||
|
||||
Since we [open sourced Backstage](https://backstage.io/blog/2020/03/16/announcing-backstage), one of the most requested features has been for a technical documentation plugin. Well, good news. The first open source version of TechDocs is here. Now let’s start collaborating and making it better, together.
|
||||
|
||||
<iframe width="780" height="440" src="https://www.youtube.com/embed/mOLCgdPw1iA" frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen>
|
||||
</iframe>
|
||||
<iframe
|
||||
width="780"
|
||||
height="440"
|
||||
src="https://www.youtube.com/embed/mOLCgdPw1iA"
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowFullScreen
|
||||
></iframe>
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
Internally, we call it TechDocs. It’s the most used plugin at Spotify by far — accounting for about 20% of our Backstage traffic (even though it is just one of 130+ plugins). Its popularity is evidence of something simple: We made documentation so easy to create, find, and use — people actually use it.
|
||||
-1
@@ -8,7 +8,6 @@ authorURL: https://twitter.com/stalund
|
||||
|
||||

|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
Backstage garnered quite a bit of interest from developers and organizations when it was first announced, and community interest continues to grow as plugins and new features are added with the open source community. We released the open source version of Backstage ‘early’. That was intentional. Because even though we’ve been using Backstage internally for years, we wanted the open source version to be developed with input and contributions from the community. And that’s exactly the product that’s going into the [CNCF Sandbox](https://www.cncf.io/sandbox-projects/) today.
|
||||
-1
@@ -8,7 +8,6 @@ authorURL: http://twitter.com/katherinemzhou
|
||||
|
||||
We are excited to launch the Backstage Design System, which includes a [Figma UI kit](https://www.figma.com/community/file/850673348101741100), a rich set of [reusable code components](http://backstage.io/storybook) on Storybook, and [Guidelines](https://backstage.io/docs/dls/design) for designers and developers as they build plugins for Backstage.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## Not just the way it looks
|
||||
-1
@@ -12,7 +12,6 @@ Now you may be thinking, “Yeah, sure, that sounds nice and all, but how does B
|
||||
|
||||

|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
Think of plugins as a mini version of an infrastructure tool or service — just the parts you need, made quick and easy. The advantage of using a Backstage plugin instead of a tool’s dedicated UI is that all your infrastructure is packaged into a “single pane of glass” instead of being spread out like independently built “islands”. Once you grow your infrastructure portfolio, the complexity really starts to add up. The Backstage plugin model allows you to add more tools without increasing the cognitive load for your users.
|
||||
+8
-2
@@ -7,11 +7,17 @@ authorURL: https://twitter.com/janisa_a
|
||||
|
||||
How did Spotify save millions on cloud costs within a matter of months?? We made cost optimization just another part of the daily development process. Our newly open sourced [Cost Insights plugin](https://github.com/backstage/backstage/tree/master/plugins/cost-insights) makes a team’s cloud costs visible — and actionable — right inside Backstage. So engineers can see the impact of their cloud usage (down to a product and resource level) and make optimizations wherever and whenever it makes sense. By managing cloud costs from the ground up, you can make smarter decisions that let you continue to build and scale quickly, without wasting resources.
|
||||
|
||||
<iframe width="780" height="440" src="https://www.youtube.com/embed/YLAd5hdXR_Q" frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>
|
||||
<iframe
|
||||
width="780"
|
||||
height="440"
|
||||
src="https://www.youtube.com/embed/YLAd5hdXR_Q"
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowFullScreen
|
||||
></iframe>
|
||||
|
||||
Are we turning engineers into accountants? Nope, we’re just letting engineers do what they do best, in the place that feels natural to them: inside Backstage.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## Why put a cost management tool in the hands of engineers?
|
||||
-1
@@ -10,7 +10,6 @@ authorURL: https://github.com/Rugvip
|
||||
|
||||

|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
Backstage has a great and growing community of users and contributors. With so much valuable feedback, this inevitably means that sometimes we will go back and revise design decisions that introduce breaking changes. Furthermore, as we continue to ship new features and systems, we’ll continue this cycle of iterating, gathering feedback, and iterating again before reaching a stable API.
|
||||
-1
@@ -11,7 +11,6 @@ TLDR; We’re rethinking the Kubernetes developer experience with a new feature:
|
||||
|
||||
And since Backstage uses the native Kubernetes API, the feature works with whichever cloud provider (AWS, Azure, GCP, etc.) or managed service (OpenShift, IBM Cloud, GKE, etc.) you already use.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## The missing link between K8s and your service
|
||||
+6
-4
@@ -8,7 +8,6 @@ authorURL: https://www.linkedin.com/in/austinlamon
|
||||
|
||||
One of the greatest strengths of Backstage also presents a never-ending challenge: Backstage is highly customizable and allows you to easily build a unique developer portal suited to your organization’s needs. The downside of this flexibility is that it can be hard to know where to start. Backstage can do so many things — integrating every part of your tech infrastructure and developer experience — but if you set off building a developer portal without a plan, it’s easy to get overwhelmed by all the possibilities. To help you form your plan, this post will detail how Spotify came to design our internal portal and recommend potential models for you to use when designing and building your own.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## Infrastructure as tech culture
|
||||
@@ -24,12 +23,14 @@ Spotify’s developers were facing three big challenges on a daily basis:
|
||||
- They needed to keep an eye on what squads around them might be building to ensure they could reuse systems when they needed to solve similar problems in the future.
|
||||
|
||||
In short, Spotify developers needed to continue building industry leading features at breakneck speed, while simultaneously maintaining a mental model for all the software at Spotify (oh, and help every new joiner develop that mental model as well!).
|
||||
<br/>
|
||||
|
||||
<br />
|
||||
|
||||
## Three jobs: Create, manage, explore
|
||||
|
||||
Around the same time, the [jobs to be done](https://hbr.org/2016/09/know-your-customers-jobs-to-be-done) framework was becoming popular and luckily, a few Spotifiers helped guide the vision for a _sense-making tool for developers_ toward using it. After user research and many failed attempts, we landed on three jobs Spotify developers needed to do consistently:
|
||||
<br/>
|
||||
|
||||
<br />
|
||||
|
||||
- **Create**: Spotify developers want to delight their customers with incredible features. They create new software to do that.
|
||||
- **Manage**: Spotify developers are proud of their work and treat their software and data like products. That requires maintaining all the software they own on an ongoing basis.
|
||||
@@ -74,7 +75,8 @@ Within today’s complex development environments, there are barriers both big a
|
||||
After talking with companies who have already adopted Backstage, we’ve seen a few common strategies for getting started. The different strategies are based on the size of your engineering org (which often also corresponds with how fast you’re growing).
|
||||
|
||||

|
||||
<br/>
|
||||
|
||||
<br />
|
||||
|
||||
### My org has ~200 engineers (and is growing fast)
|
||||
|
||||
-1
@@ -13,7 +13,6 @@ In order to grow Backstage further, Spotify is increasing the support we provide
|
||||
|
||||
And while Spotify remains committed to maturing the Backstage platform — both as original creator and active maintainer — we also want to make room for the community to take greater ownership. Backstage may have started inside Spotify, but it belongs to all of you. So, we hope you join us in what’s next.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## What’s next: More support for adopters and contributors
|
||||
+2
-3
@@ -13,7 +13,6 @@ So, you don’t just get an improved out-of-the-box experience for searching wha
|
||||
|
||||
With one query, your teams can find exactly what they’re looking for: anything and everything.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## Search and explore
|
||||
@@ -81,9 +80,9 @@ That's why we have put effort into making your search page experience composable
|
||||
|
||||
A good example of the level of customization the platform allows is how list items are displayed in search results. A search result component can be a list, this list can consist of different list items (search results returned from the search engine) — but these list items could look different depending on what the search result returns in terms of its fields.
|
||||
|
||||
Let’s say that for an entity returned from the software catalog maybe the most important information to show is the name, while a result returned from the TechDocs plugin should maybe show the text content as the most important information. This can be customized by creating <CustomResultListItem /> components (like TechDocsResultListItem or CatalogResultListItem or whatever list item component you want) and configuring them in the app.
|
||||
Let’s say that for an entity returned from the software catalog maybe the most important information to show is the name, while a result returned from the TechDocs plugin should maybe show the text content as the most important information. This can be customized by creating `<CustomResultListItem />` components (like `TechDocsResultListItem` or `CatalogResultListItem` or whatever list item component you want) and configuring them in the app.
|
||||
|
||||
If there is no need to customize your search result list items, the <DefaultResultListItem /> component is there for you to reuse.
|
||||
If there is no need to customize your search result list items, the `<DefaultResultListItem />` component is there for you to reuse.
|
||||
|
||||
## Getting started with Backstage Search
|
||||
|
||||
-1
@@ -9,7 +9,6 @@ authorImageURL: https://avatars.githubusercontent.com/u/3645856?v=4
|
||||
|
||||
**TLDR**; At a high level, Backstage performs three main jobs: [Create, Manage, and Explore](https://backstage.io/blog/2021/05/20/adopting-backstage#three-jobs-create-manage-explore). Throughout the year, we’ve been focussed on improving the stability and scalability of these areas while enhancing the feature sets based upon requests from the community. Software Templates — which enable push-button deployments with all your standards and best practices built-in — is our first feature-complete release candidate to graduate to beta. Read on to learn how this release improves template customization and flexibility, as well as performance.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
Let’s rewind a little bit, around a year in fact. Backstage had been open sourced, and we released our first version of Software Templates and our Scaffolder plugin.
|
||||
+11
-4
@@ -9,7 +9,6 @@ authorImageURL: https://avatars.githubusercontent.com/u/3496491?v=4
|
||||
|
||||
**TLDR:** Another beta has landed! We continue to focus on improving the stability and scalability of Backstage while enhancing its functionality. Thanks to focused efforts from the TechDocs core team and community, we're happy to say that TechDocs — [our docs-like-code solution](https://backstage.io/blog/2020/09/08/announcing-tech-docs) for all the software in your catalog — is now, after [Software Templates](https://backstage.io/blog/2021/07/26/software-templates-are-now-in-beta), the second core feature to graduate to beta.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
In addition to new features and improvements, we made numerous compatibility updates ahead of this feature release. You'll find support for a variety of CI systems, cloud storage solutions, and source control systems — so that TechDocs works for most orgs, right out of box. But there's much more to explore in this beta, thanks to contributions from the community.
|
||||
@@ -22,7 +21,10 @@ When we set out to define what beta looked like, we combed through GitHub issues
|
||||
|
||||
TechDocs can be transformational once fully up and running (update your code and your docs with the same pull request!). But for first-time users and especially those unfamiliar with the MkDocs ecosystem upon which TechDocs is built, there are often many small, obtuse hurdles that can get in the way of success. Leading up to the beta release, we worked to surface and improve relevant errors and other details during the documentation generation process. Better still, all of this detail is now provided to users _in real-time_, as docs are generated and refreshed.
|
||||
|
||||
<p>🙌 Shout out to <a href="https://github.com/dhenneke">Dominik Henneke</a> for implementing the interactive experience.</p>
|
||||
<p>
|
||||
🙌 Shout out to <a href="https://github.com/dhenneke">Dominik Henneke</a> for
|
||||
implementing the interactive experience.
|
||||
</p>
|
||||
|
||||
## Custom homepages: Make TechDocs yours
|
||||
|
||||
@@ -30,7 +32,10 @@ TechDocs can be transformational once fully up and running (update your code and
|
||||
|
||||
We strive to make it so that you can mold Backstage into the shape that best fits your organization. With this beta release, just as you can with the Catalog entities and [Search](https://backstage.io/blog/2021/06/24/announcing-backstage-search-platform#composable-search-page-experiences), you can now customize and compose your own TechDocs homepage. Use it to level up the front page of your Backstage documentation by highlighting golden documentation at your company, or use the new and improved (and Catalog-inspired) experience. Read more about [how to customize the TechDocs homepage](https://backstage.io/docs/features/techdocs/how-to-guides#how-to-customize-the-techdocs-home-page).
|
||||
|
||||
<p>🙏 Thanks to <a href="https://github.com/kuangp">Phil Kuang</a> for the improved default TechDocs home experience.</p>
|
||||
<p>
|
||||
🙏 Thanks to <a href="https://github.com/kuangp">Phil Kuang</a> for the
|
||||
improved default TechDocs home experience.
|
||||
</p>
|
||||
|
||||
## Simpler YAML annotations: What's in a ref?
|
||||
|
||||
@@ -40,7 +45,9 @@ We often forget that in order to enable TechDocs on a Catalog entity, documentat
|
||||
|
||||
In the beta, we've simplified this annotation dramatically for documentation authors, aligning its value with TechDocs' docs-like-code philosophy itself. In the vast majority of cases, its value will simply be `dir:.` — which means this catalog entity contains documentation and the mkdocs.yml file describing this documentation lives in the current directory. We continue to support edge cases for [other techdocs-ref annotation values](https://backstage.io/docs/features/techdocs/how-to-guides#how-to-understand-techdocs-ref-annotation-values), as well.
|
||||
|
||||
<p>👏 Another round of applause for Dominik for driving this improvement through.</p>
|
||||
<p>
|
||||
👏 Another round of applause for Dominik for driving this improvement through.
|
||||
</p>
|
||||
|
||||
## Everything neat and tidy
|
||||
|
||||
-1
@@ -11,7 +11,6 @@ We’re excited to celebrate an important milestone for the Backstage community:
|
||||
|
||||
Before digging into why we believe this is so important, we want to send a huge “thank you” to all the Backstage adopters and contributors who have helped grow the Backstage community. First, to the publicly listed adopters as your visible support for the project excites others to learn more about Backstage. Second, to those non-listed adopters, many of whom still engage in the community via issues, comments, or code contributions. Thank you!
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## Why we care about public adopters
|
||||
+16
-3
@@ -15,7 +15,6 @@ In 2021 we’ve seen the project and community grow in every dimension, reaching
|
||||
|
||||
Now let’s hear from the maintainers and look at the stats!
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## The community grew…and grew
|
||||
@@ -49,11 +48,25 @@ Along with the growth in contributors, PRs, and issues, our active, thriving com
|
||||
|
||||
Watch the visualization below to see where in the world all those contributions came from this past year.
|
||||
|
||||
<iframe width="780" height="440" src="https://www.youtube.com/embed/O1xtDv_XDt4" frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>
|
||||
<iframe
|
||||
width="780"
|
||||
height="440"
|
||||
src="https://www.youtube.com/embed/O1xtDv_XDt4"
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowFullScreen
|
||||
></iframe>
|
||||
|
||||
### What does 9,000 contributions look like?
|
||||
|
||||
<iframe width="780" height="440" src="https://www.youtube.com/embed/bCqhoK7it2g" frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>
|
||||
<iframe
|
||||
width="780"
|
||||
height="440"
|
||||
src="https://www.youtube.com/embed/bCqhoK7it2g"
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowFullScreen
|
||||
></iframe>
|
||||
|
||||
Can you spot your name in the video above?
|
||||
|
||||
-1
@@ -11,7 +11,6 @@ _This blog post is co-authored by Emma Indal ([@emmaindal](https://github.com/em
|
||||
|
||||
_TLDR;_ We’re excited to announce the arrival of homepage templates for Backstage. It can be intimidating to build up your own instance of Backstage, so we decided to make your life a bit easier by giving you an out-of-the-box homepage to hit the ground running. This template can be found in our [Backstage Storybook](https://backstage.io/storybook/?path=/story/plugins-home-templates--default-template), as well as future templates that we build.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## Why homepage templates?
|
||||
-1
@@ -9,7 +9,6 @@ authorImageURL: https://avatars.githubusercontent.com/u/8433119?v=4
|
||||
|
||||
_TLDR;_ The Spotify team recently announced [Backstage Upgrade Helper](https://backstage.github.io/upgrade-helper): a tool that helps adopters keep their Backstage application up-to-date. **Spoiler alert**: this is also a hidden and heartwarming tale about the beauty of open source innovation.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## Upgrading Backstage was a common pain point
|
||||
+8
-2
@@ -9,7 +9,6 @@ authorImageURL: https://avatars1.githubusercontent.com/u/1236238?s=460&v=4
|
||||
|
||||
**TLDR:** Backstage has turned two. Of course, this is software, so we expect things to move fast. But when you have a passionate, worldwide community building together, we’ve now seen firsthand just how fast that can be. We’re marking our second year as a community by becoming a CNCF incubating project, reaching 100 public adopters, releasing version 1.0 of the core app, and other very nice birthday gifts. Rather than a toddler finding their feet, Backstage today is beginning to look awfully grown-up for a two-year-old.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## Out of the Sandbox and into Incubation
|
||||
@@ -50,7 +49,14 @@ The Backstage community is truly global with adopters and contributors from almo
|
||||
|
||||
We asked a few contributors and maintainers to share their thoughts around this two-year milestone.
|
||||
|
||||
<iframe width="780" height="440" src="https://www.youtube.com/embed/-j-waaybcH0" frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>
|
||||
<iframe
|
||||
width="780"
|
||||
height="440"
|
||||
src="https://www.youtube.com/embed/-j-waaybcH0"
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowFullScreen
|
||||
></iframe>
|
||||
|
||||
Warms the heart, doesn’t it? Thanks again to all our contributors for making this possible. Seriously. We’re proud of what the community has accomplished and how we’ve accomplished it. All along, it’s your enthusiasm and warm/collaborative/positive vibes that have carried us and this project through.
|
||||
|
||||
-1
@@ -10,7 +10,6 @@ authorImageURL: https://avatars.githubusercontent.com/u/6010860?v=4
|
||||
|
||||
_TL;DR:_ If you’ve been waiting for Backstage to come out of beta, we’re excited to announce that Backstage 1.0 is here!
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
It’s been two years since Spotify [open sourced Backstage](https://backstage.io/blog/2020/03/16/announcing-backstage) so companies of all shapes and sizes — and in every industry all over the world — could build highly extensible and customized developer portals to best suit their organization’s needs and culture. Now hundreds of adopters are using Backstage as the single pane of glass for their core development, managing millions of components and technical documentation, and helping hundreds of thousands of developers be more productive and happy.
|
||||
-1
@@ -12,7 +12,6 @@ _This blog post is co-authored by Eric Peterson ([@iamEAP](https://github.com/ia
|
||||
|
||||
_TL;DR:_ Introducing the TechDocs Addon Framework — a way for us all to contribute and share additional features, TechDocs Addons, on top of the base docs-like-code experience.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
[TechDocs](https://backstage.io/docs/features/techdocs/) is a centralized platform for publishing, viewing, and discovering technical documentation across an entire organization. It's a solid foundation! But TechDocs doesn't solve higher order documentation needs on its own such as: How do you create and reinforce a culture of documentation? How do you build trust in the quality of technical documentation?
|
||||
-1
@@ -13,7 +13,6 @@ We first released the Backstage Search Platform over a year ago. Backstage Searc
|
||||
|
||||
Backstage Search Platform makes it possible for you to search across your entire software ecosystem. With a Search platform that is customizable and extendable, you can identify your needs within your organization and set up search to solve these problems. Whether it is to search through the Software Catalog or technical documentation generated by the TechDocs plugin.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## So what is Backstage Search 1.0?
|
||||
-1
@@ -11,7 +11,6 @@ authorURL: https://github.com/Rugvip
|
||||
|
||||
As an [Incubating project](https://www.cncf.io/blog/2022/03/15/backstage-project-joins-the-cncf-incubator/) within the [Cloud Native Computing Foundation (CNCF)](https://www.cncf.io/), Backstage was fortunate enough to take advantage of a sponsored security audit. The [Open Source Technology Improvement Fund (OSTIF)](https://ostif.org/) sponsored the audit as part of its ongoing efforts to secure the open source software ecosystem, and the audit itself was performed by [X41 D-Sec](https://x41-dsec.de/). Our goal with the audit was to evaluate and improve Backstage’s security posture, focusing on the core Backstage framework and plugins.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## Report Findings and Fixes
|
||||
-1
@@ -10,7 +10,6 @@ authorImageURL: https://avatars.githubusercontent.com/u/3496491?v=4
|
||||
|
||||

|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## What is the plugin analytics API?
|
||||
-1
@@ -9,7 +9,6 @@ Backstage continues to grow in [popularity and maturity](https://roadie.io/blog/
|
||||
|
||||
[](https://www.edx.org/course/introduction-to-backstage-developer-portals-made-easy)
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
The course, [Introduction to Backstage: Developer Portals Made Easy (LFS142x)](https://www.edx.org/course/introduction-to-backstage-developer-portals-made-easy), starts discussing the benefits of adopting a Developer Portal. Then, it dives into what is Backstage, its main features (Catalog, Scaffolder, TechDocs), and how to map its capabilities to your organization. At last, it provides tips on how to connect with the community to ease up your adoption journey.
|
||||
+8
-2
@@ -12,7 +12,6 @@ Our community is full of people from across the globe who bring incredible engag
|
||||
|
||||
But before anticipating too much, let’s share some stats of this amazing 2022.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## We grew … a lot!
|
||||
@@ -41,7 +40,14 @@ All of these people driving the enormous growth and maturity of the project are
|
||||
|
||||
Wow… that’s a lot of activity. We’ve generated this animation showing all of your contributions to the Backstage repository in 2022, look at this project grow:
|
||||
|
||||
<iframe width="780" height="440" src="https://www.youtube.com/embed/GoWBvHpH5Cg" frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>
|
||||
<iframe
|
||||
width="780"
|
||||
height="440"
|
||||
src="https://www.youtube.com/embed/GoWBvHpH5Cg"
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowFullScreen
|
||||
></iframe>
|
||||
|
||||
## But wait… there’s more
|
||||
|
||||
-1
@@ -8,7 +8,6 @@ At the heart of [Backstage](https://backstage.io/) is the [Backstage Software Ca
|
||||
|
||||

|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
A common use case is for an organization to want to surface ownership and metadata about repositories. Backstage provides a mechanism for discovering and transforming repository information into a standard data structure and persisting it into the Backstage [Catalog](https://backstage.io/docs/features/software-catalog/). This process is known as ingestion, where all data is transformed into a standard Backstage data structure known as an entity. Entities in the Catalog’s data store are accessible to the Backstage App via the REST API.
|
||||
-1
@@ -10,7 +10,6 @@ authorURL: https://github.com/leemills83
|
||||
|
||||
Okay, everyone. Time to move on from all the 2022 reflections, Top 10 lists, and Wrapped(s), and turn our gaze in the other direction — towards 2023. As the Backstage team moves into the new year, we find ourselves asking those perennial questions: How can we continue to grow and enhance the Backstage community? How can we improve the experience for those adopting Backstage? How can we give the best support to Backstage contributors?
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
Well, we don’t have all the answers, but we do have some. So we wanted to share more on three ongoing initiatives aimed at moving the needle forward for these three distinct, yet interrelated, questions.
|
||||
+9
-3
@@ -11,7 +11,6 @@ For the past year, the Backstage maintainer team has been spending time to give
|
||||
|
||||
We’re happy to announce that the [v1.11](https://backstage.io/docs/releases/v1.11.0) release includes the public alpha of the [new Backstage backend system](https://backstage.io/docs/backend-system/)! The system has already been available to use for some time, as some of you have already found, but this alpha release marks the point where we are finally ready to encourage widespread adoption by plugin builders. We still don’t recommend that you use this new system in your production setups just yet, more on that later.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## History of the Backstage backend system
|
||||
@@ -38,9 +37,16 @@ A few months later as the RFC settled, we resumed work and followed up with an i
|
||||
|
||||
We wrapped up this work just before KubeCon NA 2022, with the full system implemented. The state of the system at this point was presented in our talk on the topic, which you can see just below. Except for a few API tweaks, this is what the system still looks like today.
|
||||
|
||||
<iframe width="780" height="440" src="https://www.youtube.com/embed/ZXF7uxrEBVY" frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>
|
||||
<iframe
|
||||
width="780"
|
||||
height="440"
|
||||
src="https://www.youtube.com/embed/ZXF7uxrEBVY"
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowFullScreen
|
||||
></iframe>
|
||||
|
||||
<br/>
|
||||
<br />
|
||||
|
||||
The final stage was all about polish, which we picked up at the beginning of this year. By leaving a bit of space between the main implementation, or phase two, and the polish phase, phase three, it was much easier to properly scrutinize our past solutions. We forget a lot of the low level reasoning for changes, and it is easier to step back and reconsider parts of the system. For example, we found that our initial design of the `createServiceFactory` function was unnecessarily complex, and could be made much simpler for most usages. In addition to reviewing all the APIs, we also wrote more documentation to help users, ensured that the local development and testing experience was solid, and double checked that there was a smooth migration path from the old system.
|
||||
|
||||
+23
-4
@@ -9,7 +9,6 @@ authorImageURL: https://avatars.githubusercontent.com/u/3645856?v=4
|
||||
|
||||
**TL;DR** Spotify released Backstage into open source three years ago today. Since then, the community has grown by leaps and bounds to stretch across the globe (and the Discord server!). Now that Backstage is a threenager, the growing pains are real. So, on this birthday, we want to cover our collective efforts to make it easier to adopt and contribute to Backstage.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## They grow up so fast, don’t they?
|
||||
@@ -34,9 +33,29 @@ But, without a doubt, the best thing about the Backstage project is the people i
|
||||
|
||||
Don’t take our word for it! Take a look at this birthday video we put together with a few community members.
|
||||
|
||||
<div style={{ position: 'relative', overflow: 'hidden', width: '100%', paddingTop: '56.25%'}}>
|
||||
<iframe style={{ position: 'absolute', top: 0, left: 0, right: 0, bottom: 0, width: '100%', height: '100%' }} src="https://www.youtube.com/embed/rllOa_MfEWw" frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen>
|
||||
</iframe>
|
||||
<div
|
||||
style={{
|
||||
position: 'relative',
|
||||
overflow: 'hidden',
|
||||
width: '100%',
|
||||
paddingTop: '56.25%',
|
||||
}}
|
||||
>
|
||||
<iframe
|
||||
style={{
|
||||
position: 'absolute',
|
||||
top: 0,
|
||||
left: 0,
|
||||
right: 0,
|
||||
bottom: 0,
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
}}
|
||||
src="https://www.youtube.com/embed/rllOa_MfEWw"
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowFullScreen
|
||||
></iframe>
|
||||
</div>
|
||||
|
||||
## The growing pains are real
|
||||
-1
@@ -9,7 +9,6 @@ authorImageURL: https://pbs.twimg.com/profile_images/1477424303192694785/qCfN6XW
|
||||
|
||||
We had a blast talking all things Backstage at KubeCon EU 2023 in Amsterdam last week. In case you missed it, here’s a quick recap:
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
{/* truncate */}
|
||||
|
||||
## Backstage Project Meeting
|
||||
Reference in New Issue
Block a user