Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 2.88 KB

File metadata and controls

58 lines (35 loc) · 2.88 KB

Rancher App Launcher Extension

Rancher App Launcher Extension is a simple yet powerful tool for improved accessibility and resource discovery within Kubernetes. The extension is designed to extract ingresses from various clusters and consolidate them into a unified global resource page. With neatly organized cards for each discovered service, the tool offers an efficient method of displaying and accessing your Rancher services, making the Rancher experience seamless for both new and experienced users.

The extension intends to improve the discoverability of services and offer a straightforward way to navigate the complexities of multi-cluster environments.

App Launcher Extension preview image

Features

  • Unified resource page for all discovered services and ingresses
  • Convenient access to services with a simple click
  • Global apps section for user-selected favorites and global apps defined by cluster YAML files
  • Grid and list views for easy navigation
  • Multi-cluster support for viewing services across different clusters

How to Run

  1. Clone this repository to your machine.
  2. Install the npm dependencies using the command yarn install.
  3. Run the extension locally with the command API=<Rancher Backend URL> yarn dev.

Usage

Tag "Global" Apps

Global apps will show at the top of the App Launcher page as a combination of global apps defined by cluster YAML files and user-selected favorites.

  • Apps tagged in Yaml will persist for all users.
  • (currently) User-selected favorites will only persist for the user who selected them and are stored in the browser's local storage.

To select a Service or Ingress as a Global App, add the following annotation to the Service or Ingress:

metadata:
  annotations:
    extensions.applauncher/global-app: "true"

Filter by Name

Filter by Cluster

  • This page showcases cards for each discovered service and ingress, allowing you to conveniently open the service with a simple click. The extension is designed to improve discoverability and offer a straightforward way to navigate the complexities of multi-cluster environments.
  • The view can be changed with the view buttons from grid to list views.

Contribution

Your contribution matters! If you're looking to enhance the functionalities of this extension or have innovative ideas to improve the discoverability further, we warmly welcome pull requests. Let's make the Rancher environment more user-friendly together!

Support

If you encounter any issues, have questions or suggestions, please file them in our issue tracker. We're committed to providing a smooth user experience and appreciate your feedback to continually improve.

Rancher App Launcher Extension is here to address the need for effective discoverability within the Rancher platform. Let's make resource navigation simpler and more efficient!