Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFE] Headlamp demo website and branch previews #1986

Open
sniok opened this issue May 20, 2024 · 0 comments
Open

[RFE] Headlamp demo website and branch previews #1986

sniok opened this issue May 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sniok
Copy link
Contributor

sniok commented May 20, 2024

We can have a public stable read-only backend environment with sample cluster that has some realistic workload.
Then we can have a static deployments of the frontend that we can point to it.

With this we can achieve multiple nice things:

  • Demo website (something like try.headlamp.dev/)
    People can browse and try the headlamp app without installing it.
    This can help bring more users; we can use it to demonstrate new features.
  • Branch previews
    Have a separate frontend environment for each PR or branch. Can be very useful for a lot of reasons.

Here's how it could work:

image

Some drawbacks:

  • only one version of the backend, can't do branch preview of backend changes
  • we need to make sure backend is really read-only and secure (can be also be a good thing, make sure the backend is secure)
  • more things to maintain
@sniok sniok added the enhancement New feature or request label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant