Monocular-GUI for Helm Charts with Kubernetes

Monocular-GUI for Helm with Kubernetes

Monocular is web-based UI for managing Kubernetes applications packaged as Helm Charts. It allows you to search and discover available charts from multiple repositories, and install them in your cluster with one click.nginx

Monocular Screenshot

See Monocular in action at KubeApps.com or click here to learn more about Helm, Charts and Kubernetes.git

Video linksgithub

Install

You can use the chart in this repository to install Monocular in your cluster.web

Prerequisites

$ helm repo add monocular https://kubernetes-helm.github.io/monocular
$ helm install monocular/monocular

Access Monocular

Use the Ingress endpoint to access your Monocular instance:app

# Wait for all pods to be running (this can take a few minutes)
$ kubectl get pods --watch

$ kubectl get ingress
NAME                        HOSTS     ADDRESS         PORTS     AGE
tailored-alpaca-monocular   *         192.168.64.30   80        11h

Visit the address specified in the Ingress object in your browser, e.g. http://192.168.64.30.ide

Read more on how to deploy Monocular here.ui

Documentation

Roadmap

The Monocular roadmap is currently located in the wiki.this

Contribute

This project is still under active development, so you'll likely encounter issues.spa

Interested in contributing? Check out the documentation.rest

Also see developer's guide for information on how to build and test the code.

相關文章
相關標籤/搜索