All Projects → helm → Monocular

helm / Monocular

Licence: apache-2.0
⚠️(OBSOLETE) Search and discovery UI for Helm Chart repositories

Programming Languages

go
31211 projects - #10 most used programming language
typescript
32286 projects
SCSS
7915 projects
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to Monocular

onechart
A generic Helm chart for your application deployments
Stars: ✭ 30 (-97.94%)
Mutual labels:  chart, helm
aks-terraform-helm
Showcase for Azure, AKS, Terraform, Helm and Let's Encrypt
Stars: ✭ 23 (-98.42%)
Mutual labels:  chart, helm
charts
☸️ Helm Charts for YOURLS
Stars: ✭ 12 (-99.18%)
Mutual labels:  chart, helm
billimek-charts
DEPRECATED - new home is https://github.com/k8s-at-home/charts
Stars: ✭ 90 (-93.82%)
Mutual labels:  chart, helm
acceptance-testing
Acceptance test suite for the Helm client
Stars: ✭ 22 (-98.49%)
Mutual labels:  chart, helm
falcon-helm
Helm Charts for running CrowdStrike Falcon with Kubernetes
Stars: ✭ 34 (-97.67%)
Mutual labels:  chart, helm
helm-charts
Helm Charts
Stars: ✭ 24 (-98.35%)
Mutual labels:  chart, helm
Splunk Connect For Kubernetes
Helm charts associated with kubernetes plug-ins
Stars: ✭ 242 (-83.39%)
Mutual labels:  helm, chart
charts
My helm charts
Stars: ✭ 15 (-98.97%)
Mutual labels:  chart, helm
towards5gs-helm
Open-source project providing Helm charts for deploying Free5GC and UERANSIM on a Kubernetes cluster
Stars: ✭ 53 (-96.36%)
Mutual labels:  chart, helm
helm-charts
Helm charts for sigstore project
Stars: ✭ 33 (-97.74%)
Mutual labels:  chart, helm
Helm
The Kubernetes Package Manager
Stars: ✭ 20,846 (+1330.75%)
Mutual labels:  helm, chart
gke-toolbox
A Helm Chart with pre-configured tools for your Container Engine clusters
Stars: ✭ 20 (-98.63%)
Mutual labels:  chart, helm
helm-spray
Helm plugin for installing or upgrading sub-charts from an umbrella-chart using dependency orders
Stars: ✭ 64 (-95.61%)
Mutual labels:  chart, helm
helm-postgresql
Helm Chart for postgresql
Stars: ✭ 35 (-97.6%)
Mutual labels:  chart, helm
charts
HAProxy Ingress helm charts
Stars: ✭ 24 (-98.35%)
Mutual labels:  chart, helm
K8s Wait For
A simple script that allows to wait for a k8s service, job or pods to enter a desired state
Stars: ✭ 172 (-88.19%)
Mutual labels:  helm, chart
Helm Gcs
Manage Helm 3 repositories on Google Cloud Storage 🔐 **privately**
Stars: ✭ 202 (-86.14%)
Mutual labels:  helm, chart
helm-charts
docs.renovatebot.com/helm-charts
Stars: ✭ 51 (-96.5%)
Mutual labels:  chart, helm
Helmfile
Helmfile is a declarative spec for deploying helm charts. It lets you...
Stars: ✭ 3,596 (+146.81%)
Mutual labels:  helm, chart
This project is no longer supported.

Monocular

CircleCI

Monocular is a web-based application that enables the search and discovery of charts from multiple Helm Chart repositories. It is the codebase that powers the Helm Hub project.

Monocular Screenshot

Click here to learn more about Helm, Charts and Kubernetes.

⚠️ Deprecation and Archive Notice

Monocular is deprecated and no longer supported. There have been no new updates to the codebase since March 2020. It has now been deprecated by the maintainers.

If you need an open source project to display your charts you may consider using the Artifact Hub (which you can run yourself). Helm uses the Artifact Hub software to power the built-in hub search.

Install

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

Prerequisites

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

Access Monocular

Use the Ingress endpoint to access your Monocular instance:

# 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.

Read more on how to deploy Monocular here.

Documentation

Looking for an in-cluster Application management UI?

To focus on the CNCF Helm Hub requirements, in-cluster features have been removed from Monocular 1.0 and above. We believe that providing a good solution for deploying and managing apps in-cluster is an orthogonal user experience to a public search and discovery site. There is other tooling that can support this usecase better (e.g. Kubeapps or RedHat Automation Broker).

Monocular v0.7.3 includes in-cluster features and can still be installed and used until your team has migrated to another tool.

Roadmap

The Monocular roadmap is currently located in the wiki.

Contribute

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

Interested in contributing? Check out the documentation.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].