Git Product home page Git Product logo

eg-backstage-demo's Introduction

Warning: This repository is a playground, a sketch to seek possible UI/UX when interacting with Envoy deployments managed via Gateway API. This contains full of ugly hacks, merely to show the potentials.

Prerequisites

  1. A local Kubernetes cluster. We use: localKubectlProxy as the kubernetes.clusterLocatorMethods[0].type. Please follow the instructions here to bring up a local cluster.
  2. make. make is usually reachable on macOS (via Xcode or Command Line Tools) and GNU/Linux distributions (via package managers).
  3. (optional) node. The v16.18.0 LTS version is recommended. Note: Make sure to use x64 architecture, since some of the modules still x64-only.
  4. (optional) yarn classic.

Note: We supply a Makefile that downloads all of the required tools.

Playing around

Warning: Some of the commands takes a while, be patient.

After you have a running cluster with Envoy Gateway installed, you need to build the Backstage App, you can run the following command:

make build

After that, the app will be created in ./dist directory. To run the app:

make run

Note: make build run works fine too!

Then, when the log lines show similar to the following,

2022-10-23T02:45:10.261Z backstage info Listening on :7007

you can open a browser by pointing it to http://localhost:7007.

Exposing a service

Licenses

  • plugins/kubernetes/* Apache License Version 2.0 Copyright 2020 The Backstage Authors.
  • * Apache License Version 2.0 Copyright 2020 Tetrate.io, Inc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.