All Projects → CenterForOpenScience → Helm Charts

CenterForOpenScience / Helm Charts

Licence: apache-2.0
Kubernetes Helm Charts for the Center for Open Science

Projects that are alternatives of or similar to Helm Charts

Helm Charts
Helm Charts for Jaeger backend
Stars: ✭ 94 (+6.82%)
Mutual labels:  helm-charts, helm, mustache
K8s
Kubernetes Helm Charts for the ORY ecosystem.
Stars: ✭ 127 (+44.32%)
Mutual labels:  helm-charts, helm, mustache
Helm Charts
Prometheus community Helm charts
Stars: ✭ 962 (+993.18%)
Mutual labels:  helm-charts, helm, mustache
Ingressmonitorcontroller
A Kubernetes controller to watch ingresses and create liveness alerts for your apps/microservices in UptimeRobot, StatusCake, Pingdom, etc. – [✩Star] if you're using it!
Stars: ✭ 306 (+247.73%)
Mutual labels:  helm-charts, helm
Kube Charts Mirror
kubernetes helm 国内镜像,每三天更新一次
Stars: ✭ 282 (+220.45%)
Mutual labels:  helm-charts, helm
Helm Charts
A curated set of Helm charts brought to you by codecentric
Stars: ✭ 295 (+235.23%)
Mutual labels:  helm, mustache
chartcenter
The Central Helm Repository for the Community
Stars: ✭ 40 (-54.55%)
Mutual labels:  helm, helm-charts
Cp Helm Charts
The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments.
Stars: ✭ 539 (+512.5%)
Mutual labels:  helm-charts, helm
Go Api Boilerplate
Go Server/API boilerplate using best practices DDD CQRS ES gRPC
Stars: ✭ 373 (+323.86%)
Mutual labels:  helm-charts, helm
Helm Elasticstack
Kubernetes Helm Charts and Tools to run Elastic Stack(ELK) on Azure Container Service(AKS)
Stars: ✭ 76 (-13.64%)
Mutual labels:  helm-charts, helm
Helmsman
Helm Charts as Code
Stars: ✭ 854 (+870.45%)
Mutual labels:  helm-charts, helm
Charts
Bitnami Helm Charts
Stars: ✭ 4,439 (+4944.32%)
Mutual labels:  helm, mustache
Argo Helm
ArgoProj Helm Charts
Stars: ✭ 263 (+198.86%)
Mutual labels:  helm-charts, mustache
Video Transcode Queue
A sample video upload platform as a kubernetes cluster (WIP)
Stars: ✭ 66 (-25%)
Mutual labels:  helm-charts, helm
Charts
The IBM/charts repository provides helm charts for IBM and Third Party middleware.
Stars: ✭ 254 (+188.64%)
Mutual labels:  helm-charts, helm
Charts
Helm charts for applications you run at home
Stars: ✭ 421 (+378.41%)
Mutual labels:  helm, mustache
Stock Analysis Engine
Backtest 1000s of minute-by-minute trading algorithms for training AI with automated pricing data from: IEX, Tradier and FinViz. Datasets and trading performance automatically published to S3 for building AI training datasets for teaching DNNs how to trade. Runs on Kubernetes and docker-compose. >150 million trading history rows generated from +5000 algorithms. Heads up: Yahoo's Finance API was disabled on 2019-01-03 https://developer.yahoo.com/yql/
Stars: ✭ 605 (+587.5%)
Mutual labels:  helm-charts, helm
Pomerium Helm
Official helm charts for Pomerium.
Stars: ✭ 32 (-63.64%)
Mutual labels:  helm-charts, mustache
charts
My helm charts
Stars: ✭ 15 (-82.95%)
Mutual labels:  helm, helm-charts
k8s-ovpn-chart
[DEPRECATED] Helm chart for a private OpenVPN server
Stars: ✭ 19 (-78.41%)
Mutual labels:  helm, helm-charts

helm-charts

Kubernetes Helm Charts for the Open Science Framework

Build Status

Installation

Prerequisites

  • Install Helm
    • tl;dr brew install kubernetes-helm && helm init --client-only
  • A running Kubernetes cluster

Configuring the charts repository

# Add the charts repository
helm repo add cos https://centerforopenscience.github.io/helm-charts/
# List the available charts
helm search cos/

Check which charts are installed

helm ls

Update/upgrade a release

The namespace from the installation will be used.

helm upgrade -i <release-name> -f /path/to/values.yaml

Delete a release

helm del --purge <release-name>

nginx-ingress

kubernetes/[email protected] : stable/nginx-ingress

elasticsearch

https://github.com/cos-forks/kubernetes-charts/tree/feature/elasticsearch-v5 : incubator/elasticsearch

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