Skip to content

Nabsku/backstage-demo

 
 

Repository files navigation

Backstage Demo

Demo Manifests and Code Used in DevOps Toolkit Videos

Getting Started with Backstage: From Zero to Operational Dev Portal

Setup

devbox shell

chmod +x setup/setup.nu

./setup/setup.nu

source .env

Run Backstage Locally

cd backstage

yarn dev

Run Backstage in Kubernetes

helm upgrade --install backstage \
    oci://ghcr.io/vfarcic/backstage-demo/backstage-demo \
    --version $TAG --namespace backstage \
    --set mode=production --wait

Open http://backstage.127.0.0.1.nip.io in a browser

Destroy

kind delete cluster

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.8%
  • Dockerfile 9.0%
  • Nushell 6.6%
  • Smarty 3.1%
  • HTML 3.1%
  • JavaScript 0.4%