All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Crossview: An Open-Source Crossplane UI Dashboard for Resource Management

By

moeidheidari

12d ago· 4 min readenCode

Summary

Crossview is an open-source, standard Crossplane UI dashboard that provides a graphical interface for managing Crossplane resources. The project, hosted on GitHub under crossplane-contrib, includes features for viewing and managing Crossplane control plane resources. The README provides setup instructions including prerequisites, configuration via config file or environment variables, development setup with separate frontend (Vite/React) and backend (Go server) processes, and production build instructions.

Key quotes

· 4 pulled
A standard Crossplane UI dashboard.
Edit config/config.yaml with your database credentials:
Alternatively, use environment variables (they take precedence):
The app will be available at http://localhost:5173 (frontend proxies /api requests to backend at http://localhost:3001)
Snippet from the RSS feed
A standard Crossplane UI dashboard. . Contribute to crossplane-contrib/crossview development by creating an account on GitHub.

You might also wanna read