1、k8s安装helm 3.5.4
[root@k8smaster soft]# wget https://get.helm.sh/helm-v3.5.4-linux-amd64.tar.gz
--2023-03-12 15:18:16-- https://get.helm.sh/helm-v3.5.4-linux-amd64.tar.gz
正在解析主机 get.helm.sh (get.helm.sh)... 152.199.39.108, 2606:2800:247:1cb7:261b:1f9c:2074:3c
正在连接 get.helm.sh (get.helm.sh)|152.199.39.108|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:12378363 (12M) [application/x-tar]
正在保存至: “helm-v3.5.4-linux-amd64.tar.gz”
100%[==================================================================================================>] 12,378,363 2.53MB/s 用时 5.1s
2023-03-12 15:18:22 (2.30 MB/s) - 已保存 “helm-v3.5.4-linux-amd64.tar.gz” [12378363/12378363])
[root@k8smaster soft]# tar -zxvf helm-v3.5.4-linux-amd64.tar.gz
linux-amd64/
linux-amd64/helm
linux-amd64/LICENSE
linux-amd64/README.md
[root@k8smaster soft]# cd ls
bash: cd: ls: 没有那个文件或目录
[root@k8smaster soft]# ls
elasticsearch-6.8.7 jdk1.8.0_191 kibana-6.8.7-linux-x86_64.tar.gz logstash-6.8.7.rpm
elasticsearch-6.8.7.tar.gz jdk-8u191-linux-x64.tar.gz kibana-6.8.7-x86_64.rpm
helm-v3.5.4-linux-amd64.tar.gz kibana-6.8.7-linux-x86_64 linux-amd64
[root@k8smaster soft]# cd linux-amd64
[root@k8smaster linux-amd64]# ls
helm LICENSE README.md
[root@k8smaster linux-amd64]# mv helm /usr/bin
[root@k8smaster linux-amd64]# helm repo add stable https://charts.helm.sh/stable
"stable" has been added to your repositories
[root@k8smaster linux-amd64]#
Run 'helm --help' for usage.
[root@k8smaster linux-amd64]# helm version
version.BuildInfo{Version:"v3.5.4", GitCommit:"1b5edb69df3d3a08df77c9902dc17af864ff05d1", GitTreeState:"clean", GoVersion:"go1.15.11"}
[root@k8smaster linux-amd64]#
2、查看Repository仓库信息
[root@k8smaster linux-amd64]# helm repo list
NAME URL
stable https://charts.helm.sh/stable
[root@k8smaster linux-amd64]#
3、添加国内 阿里云的 镜像源
[root@k8smaster linux-amd64]# helm repo add aliyun http://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
"aliyun" has been added to your repositories
[root@k8smaster linux-amd64]# helm repo list
NAME URL
stable https://charts.helm.sh/stable
azure http://mirror.azure.cn/kubernetes/charts/
aliyun http://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
4、查看配置信息
[root@k8smaster linux-amd64]# helm env
HELM_BIN="helm"
HELM_CACHE_HOME="/root/.cache/helm"
HELM_CONFIG_HOME="/root/.config/helm"
HELM_DATA_HOME="/root/.local/share/helm"
HELM_DEBUG="false"
HELM_KUBEAPISERVER=""
HELM_KUBEASGROUPS=""
HELM_KUBEASUSER=""
HELM_KUBECAFILE=""
HELM_KUBECONTEXT=""
HELM_KUBETOKEN=""
HELM_MAX_HISTORY="10"
HELM_NAMESPACE="kubenetes-plugin"
HELM_PLUGINS="/root/.local/share/helm/plugins"
HELM_REGISTRY_CONFIG="/root/.config/helm/registry.json"
HELM_REPOSITORY_CACHE="/root/.cache/helm/repository"
HELM_REPOSITORY_CONFIG="/root/.config/helm/repositories.yaml"
[root@k8smaster linux-amd64]#
5、SEARCH
[root@k8smaster linux-amd64]# helm search repo
NAME CHART VERSION APP VERSION DESCRIPTION
aliyun/acs-engine-autoscaler 2.1.3 2.1.1 Scales worker nodes within agent pools
aliyun/aerospike 0.1.7 v3.14.1.2 A Helm chart for Aerospike in Kubernetes
aliyun/anchore-engine 0.1.3 0.1.6 Anchore container analysis and policy evaluatio...
aliyun/artifactory 7.0.3 5.8.4 Universal Repository Manager supporting all maj...
aliyun/artifactory-ha 0.1.0 5.8.4 Universal Repository Manager supporting all maj...
aliyun/aws-cluster-autoscaler 0.3.2 Scales worker nodes within autoscaling groups.
aliyun/bitcoind 0.1.0 0.15.1 Bitcoin is an innovative payment network and a ...
aliyun/buildkite 0.2.1 3 Agent for Buildkite
aliyun/centrifugo 2.0.0 1.7.3 Centrifugo is a real-time messaging server.
aliyun/cert-manager 0.2.2 0.2.3 A Helm chart for cert-manager
aliyun/chaoskube 0.6.2 0.6.1 Chaoskube periodically kills random pods in you...
aliyun/chronograf 0.4.2 Open-source web application written in Go and R...
aliyun/cluster-autoscaler 0.4.2 1.1.0 Scales worker nodes within autoscaling groups.
aliyun/cockroachdb 0.6.5 1.1.5 CockroachDB is a scalable, survivable, strongly...
aliyun/concourse 1.0.2 3.9.0 Concourse is a simple and scalable CI system.
aliyun/consul 1.3.1 1.0.0 Highly available and distributed service discov...
aliyun/coredns 0.8.0 1.0.1 CoreDNS is a DNS server that chains plugins and...
aliyun/coscale 0.2.0 3.9.1 CoScale Agent
aliyun/dask-distributed 2.0.0 Distributed computation in Python
aliyun/datadog 0.10.9 DataDog Agent
aliyun/docker-registry 1.0.3 2.6.2 A Helm chart for Docker Registry
aliyun/dokuwiki 0.2.2 DokuWiki is a standards-compliant, simple to us...
aliyun/drupal 0.11.8 8.4.5 One of the most versatile open source content m...
aliyun/elastalert 0.1.1 0.1.21 ElastAlert is a simple framework for alerting o...
aliyun/elasticsearch-exporter 0.1.2 1.0.2 Elasticsearch stats exporter for Prometheus
aliyun/etcd-operator 0.7.0 0.7.0 CoreOS etcd-operator Helm chart for Kubernetes
aliyun/external-dns 0.4.9 0.4.8 Configure external DNS servers (AWS Route53, Go...
aliyun/factorio 0.3.0 Factorio dedicated server.
aliyun/fluent-bit 0.2.11 0.12.11 Fast and Lightweight Log/Data Forwarder for Lin...
aliyun/g2 0.3.0 0.5.0 G2 by AppsCode - Gearman in Golang
aliyun/gcloud-endpoints 0.1.0 Develop, deploy, protect and monitor your APIs ...
aliyun/gcloud-sqlproxy 0.2.3 Google Cloud SQL Proxy
aliyun/gcp-night-king 1.0.0 1 A Helm chart for GCP Night King
aliyun/ghost 2.1.13 1.21.3 A simple, powerful publishing platform that all...
aliyun/gitlab-ce 0.2.1 GitLab Community Edition
aliyun/gitlab-ee 0.2.1 GitLab Enterprise Edition
aliyun/grafana 0.7.0 The leading tool for querying and visualizing t...
aliyun/hadoop 1.0.4 2.7.3 The Apache Hadoop software library is a framewo...
aliyun/heapster 0.2.7 Heapster enables Container Cluster Monitoring a...
aliyun/influxdb 0.8.2 Scalable datastore for metrics, events, and rea...
aliyun/ipfs 0.2.0 v0.4.9 A Helm chart for the Interplanetary File System
aliyun/jasperreports 0.2.5 6.4.2 The JasperReports server can be used as a stand...
aliyun/jenkins 0.13.5 2.73 Open source continuous integration server. It s...
aliyun/joomla 0.5.7 3.8.5 PHP content management system (CMS) for publish...
aliyun/kanister-operator 0.2.0 0.2.0 Kanister-operator Helm chart for Kubernetes
aliyun/kapacitor 0.5.0 InfluxDB's native data processing engine. It ca...
aliyun/keel 0.2.1 0.4.2 Open source, tool for automating Kubernetes dep...
aliyun/kibana 0.2.2 6.0.0 Kibana is an open source data visualization plu...
aliyun/kong 0.1.2 0.12.1 Kong is open-source API Gateway and Microservic...
aliyun/kube-lego 0.4.0 DEPRECATED Automatically requests certificates ...
aliyun/kube-ops-view 0.4.1 Kubernetes Operational View - read-only system ...
aliyun/kube-state-metrics 0.5.3 1.1.0 Install kube-state-metrics to generate and expo...
aliyun/kube2iam 0.8.0 Provide IAM credentials to pods based on annota...
aliyun/kubed 0.3.0 0.4.0 Kubed by AppsCode - Kubernetes daemon
aliyun/kubernetes-dashboard 0.6.0 1.8.3 General-purpose web UI for Kubernetes clusters
aliyun/lamp 0.1.4 Modular and transparent LAMP stack chart suppor...
aliyun/linkerd 0.4.0 Service mesh for cloud native apps
aliyun/locust 0.1.2 A modern load testing framework
aliyun/luigi 2.7.2 Luigi is a Python module that helps you build c...
aliyun/magento 0.6.3 2.2.3 A feature-rich flexible e-commerce solution. It...
aliyun/mailhog 2.2.0 1.0.0 An e-mail testing tool for developers
aliyun/mariadb 2.1.6 10.1.31 Fast, reliable, scalable, and easy to use open-...
aliyun/mcrouter 0.1.0 0.36.0 Mcrouter is a memcached protocol router for sca...
aliyun/mediawiki 0.6.3 1.30.0 Extremely powerful, scalable software and a fea...
aliyun/memcached 2.0.1 Free & open source, high-performance, distribut...
aliyun/metabase 0.3.2 v0.27.2 The easy, open source way for everyone in your ...
aliyun/minecraft 0.2.0 Minecraft server
aliyun/minio 0.5.5 Distributed object storage server built for clo...
aliyun/mongodb 0.4.27 3.7.1 NoSQL document-oriented database that stores JS...
aliyun/mongodb-replicaset 2.3.1 3.6 NoSQL document-oriented database that stores JS...
aliyun/moodle 0.4.5 3.4.1 Moodle is a learning platform designed to provi...
aliyun/msoms 0.1.2 1.0.0-30 A chart for deploying omsagent as a daemonset K...
aliyun/mssql-linux 0.1.7 SQL Server 2017 Linux Helm Chart
aliyun/mysql 0.3.5 Fast, reliable, scalable, and easy to use open-...
aliyun/namerd 0.2.0 Service that manages routing for multiple linke...
aliyun/neo4j 0.5.0 3.2.3 Neo4j is the world's leading graph database
aliyun/newrelic-infrastructure 0.0.4 0.0.12 A Helm chart to deploy the New Relic Infrastruc...
aliyun/nginx-ingress 0.9.5 0.10.2 An nginx Ingress controller that uses ConfigMap...
aliyun/nginx-lego 0.3.1 Chart for nginx-ingress-controller and kube-lego
aliyun/odoo 0.7.3 11.0.20180115 A suite of web based open source business apps.
aliyun/opencart 0.6.2 3.0.2 A free and open source e-commerce platform for ...
aliyun/openvpn 2.0.2 A Helm chart to install an openvpn server insid...
aliyun/orangehrm 0.5.2 4.0.0 OrangeHRM is a free HR management system that o...
aliyun/osclass 0.5.2 3.7.4 Osclass is a php script that allows you to quic...
aliyun/owncloud 0.5.7 10.0.7 A file sharing server that puts the control and...
aliyun/pachyderm 0.1.5 1.6.7 Pachyderm is a large-scale container-based work...
aliyun/parse 0.3.6 2.7.2 Parse is a platform that enables users to add a...
aliyun/percona 0.3.0 free, fully compatible, enhanced, open source d...
aliyun/percona-xtradb-cluster 0.0.2 5.7.19 free, fully compatible, enhanced, open source d...
aliyun/phabricator 0.5.15 2018.8.0 Collection of open source web applications that...
aliyun/phpbb 0.6.4 3.2.2 Community forum that supports the notion of use...
aliyun/postgresql 0.9.1 Object-relational database management system (O...
aliyun/prestashop 0.5.3 1.7.2 A popular open source ecommerce solution. Profe...
aliyun/prometheus 5.4.0 Prometheus is a monitoring system and time seri...
aliyun/prometheus-to-sd 0.1.0 0.2.2 Scrape metrics stored in prometheus format and ...
aliyun/quassel 0.2.2 0.12.4 Quassel IRC is a modern, cross-platform, distri...
aliyun/rabbitmq 0.6.21 3.7.3 Open source message broker software that implem...
aliyun/rabbitmq-ha 1.0.0 3.7.3 Highly available RabbitMQ cluster, the open sou...
aliyun/redis 1.1.15 4.0.8 Open source, advanced key-value store. It is of...
aliyun/redis-ha 2.0.1 Highly available Redis cluster with multiple se...
aliyun/redmine 2.0.4 3.4.4 A flexible project management web application.
aliyun/rethinkdb 0.1.1 The open-source database for the realtime web
aliyun/risk-advisor 2.0.0 Risk Advisor add-on module for Kubernetes
aliyun/rocketchat 0.1.2 Prepare to take off with the ultimate chat plat...
aliyun/sapho 0.2.1 A micro application development and integration...
aliyun/searchlight 0.3.0 5.0.0 Searchlight by AppsCode - Alerts for Kubernetes
aliyun/selenium 0.2.6 3.9.1 Chart for selenium grid
aliyun/sematext-docker-agent 0.1.2 Sematext Docker Agent
aliyun/sensu 0.2.0 Sensu monitoring framework backed by the Redis ...
aliyun/sentry 0.1.9 8.17 Sentry is a cross-platform crash reporting and ...
aliyun/sonarqube 0.3.6 6.5 Sonarqube is an open sourced code quality scann...
aliyun/sonatype-nexus 0.1.6 3.5.1 Sonatype Nexus is an open source repository man...
aliyun/spark 0.1.10 Fast and general-purpose cluster computing system.
aliyun/spartakus 1.1.3 Collect information about Kubernetes clusters t...
aliyun/spinnaker 0.4.0 1.6.0 Open source, multi-cloud continuous delivery pl...
aliyun/spotify-docker-gc 0.1.2 A simple Docker container and image garbage col...
aliyun/stash 0.4.0 0.6.2 Stash by AppsCode - Backup your Kubernetes Volumes
aliyun/sugarcrm 0.2.4 6.5.26 SugarCRM enables businesses to create extraordi...
aliyun/suitecrm 0.3.7 7.9.12 SuiteCRM is a completely open source enterprise...
aliyun/sumokube 0.1.2 Sumologic Log Collector
aliyun/sumologic-fluentd 0.2.1 Sumologic Log Collector
aliyun/swift 0.5.0 0.7.2 swift by AppsCode - Ajax friendly Helm Tiller P...
aliyun/sysdig 0.4.0 Sysdig Monitor and Secure agent
aliyun/telegraf 0.3.2 Telegraf is an agent written in Go for collecti...
aliyun/testlink 0.4.18 1.9.16 Web-based test management system that facilitat...
aliyun/traefik 1.24.1 1.5.3 A Traefik based Kubernetes ingress controller w...
aliyun/uchiwa 0.2.3 Dashboard for the Sensu monitoring framework
aliyun/verdaccio 0.2.0 2.7.3 A lightweight private npm proxy registry (sinop...
aliyun/voyager 3.1.0 6.0.0-rc.0 Voyager by AppsCode - Secure Ingress Controller...
aliyun/weave-cloud 0.1.2 Weave Cloud is a add-on to Kubernetes which pro...
aliyun/weave-scope 0.9.2 1.6.5 A Helm chart for the Weave Scope cluster visual...
aliyun/wordpress 0.8.8 4.9.4 Web publishing platform for building blogs and ...
aliyun/zeppelin 1.0.0 0.7.2 Web-based notebook that enables data-driven, in...
aliyun/zetcd 0.1.6 0.0.3 CoreOS zetcd Helm chart for Kubernetes
azure/acs-engine-autoscaler 2.2.2 2.1.1 DEPRECATED Scales worker nodes within agent pools
azure/aerospike 0.3.5 v4.5.0.5 DEPRECATED A Helm chart for Aerospike in Kubern...
azure/airflow 7.13.3 1.10.12 DEPRECATED - please use: https://github.com/air...
azure/ambassador 5.3.2 0.86.1 DEPRECATED A Helm chart for Datawire Ambassador
azure/anchore-engine 1.7.0 0.7.3 Anchore container analysis and policy evaluatio...
azure/apm-server 2.1.7 7.0.0 DEPRECATED The server receives data from the El...
azure/ark 4.2.2 0.10.2 DEPRECATED A Helm chart for ark
azure/artifactory 7.3.2 6.1.0 DEPRECATED Universal Repository Manager support...
azure/artifactory-ha 0.4.2 6.2.0 DEPRECATED Universal Repository Manager support...
azure/atlantis 3.12.4 v0.14.0 DEPRECATED A Helm chart for Atlantis https://ww...
azure/auditbeat 1.1.2 6.7.0 DEPRECATED A lightweight shipper to audit the a...
azure/aws-cluster-autoscaler 0.3.4 DEPRECATED Scales worker nodes within autoscali...
azure/aws-iam-authenticator 0.1.5 1.0 DEPRECATED A Helm chart for aws-iam-authenticator
azure/bitcoind 1.0.2 0.17.1 DEPRECATED Bitcoin is an innovative payment net...
azure/bookstack 1.2.4 0.27.5 DEPRECATED BookStack is a simple, self-hosted, ...
azure/buildkite 0.2.4 3 DEPRECATED Agent for Buildkite
azure/burrow 1.5.4 0.29.0 DEPRECATED Burrow is a permissionable smart con...
azure/centrifugo 3.2.2 2.4.0 DEPRECATED Centrifugo is a real-time messaging ...
azure/cerebro 1.9.5 0.9.2 DEPRECATED A Helm chart for Cerebro - a web adm...
azure/cert-manager v0.6.7 v0.6.2 A Helm chart for cert-manager
azure/chaoskube 3.3.2 0.21.0 DEPRECATED Chaoskube periodically kills random ...
azure/chartmuseum 2.14.2 0.12.0 DEPRECATED Host your own Helm Chart Repository
azure/chronograf 1.1.1 1.7.12 DEPRECATED Open-source web application written ...
azure/clamav 1.0.7 1.6 DEPRECATED An Open-Source antivirus engine for ...
azure/cloudserver 1.0.7 8.1.5 DEPRECATED An open-source Node.js implementatio...
azure/cluster-autoscaler 8.0.0 1.17.1 Scales worker nodes within autoscaling groups.
azure/cluster-overprovisioner 0.4.1 1.0 Installs the a deployment that overprovisions t...
azure/cockroachdb 3.0.8 19.2.5 DEPRECATED -- CockroachDB is a scalable, surviv...
azure/collabora-code 1.0.8 4.0.3.1 DEPRECATED A Helm chart for Collabora Office - ...
azure/concourse 8.3.7 5.6.0 DEPRECATED Concourse is a simple and scalable C...
azure/consul 3.9.6 1.5.3 Highly available and distributed service discov...
azure/contour 0.2.2 v0.15.0 DEPRECATED Contour Ingress controller for Kuber...
azure/coredns 1.13.8 1.7.1 DEPRECATED CoreDNS is a DNS server that chains ...
azure/cosbench 1.0.3 0.0.6 DEPRECATED A benchmark tool for cloud object st...
azure/coscale 1.0.2 3.16.0 DEPRECATED CoScale Agent
azure/couchbase-operator 1.0.4 1.2.2 DEPRECATED A Helm chart to deploy the Couchbase...
azure/couchdb 2.3.0 2.3.1 DEPRECATED A database featuring seamless multi-...
azure/dask 3.1.1 1.1.5 DEPRECATED Distributed computation in Python wi...
azure/dask-distributed 2.0.2 DEPRECATED: Distributed computation in Python
azure/datadog 2.3.42 7 DEPRECATED Datadog Agent
azure/dex 2.15.2 2.24.0 DEPRECATED OpenID Connect Identity (OIDC) and O...
azure/distributed-jmeter 1.0.3 3.3 DEPRECATED A Distributed JMeter Helm chart
azure/distributed-tensorflow 1.2.2 1.7.0 DEPRECATED A Helm chart for running distributed...
azure/distribution 0.4.3 1.1.0 DEPRECATED A Helm chart for JFrog Distribution
azure/dmarc2logstash 1.3.1 1.0.3 DEPRECATED Provides a POP3-polled DMARC XML rep...
azure/docker-registry 1.9.6 2.7.1 DEPRECATED A Helm chart for Docker Registry
azure/dokuwiki 6.0.11 0.20180422.201901061035 DEPRECATED DokuWiki is a standards-compliant, s...
azure/drone 2.7.2 1.6.5 Drone is a Continuous Delivery system built on ...
azure/drupal 6.2.12 8.8.3 DEPRECATED One of the most versatile open sourc...
azure/efs-provisioner 0.13.2 v2.4.0 DEPRECATED A Helm chart for the AWS EFS externa...
azure/elastabot 1.2.1 1.1.0 DEPRECATED A Helm chart for Elastabot - a Slack...
azure/elastalert 1.5.1 0.2.4 DEPRECATED ElastAlert is a simple framework for...
azure/elastic-stack 2.0.6 6 DEPRECATED A Helm chart for ELK
azure/elasticsearch 1.32.5 6.8.6 DEPRECATED Flexible and powerful open source, d...
azure/elasticsearch-curator 2.2.3 5.7.6 DEPRECATED A Helm chart for Elasticsearch Curator
azure/elasticsearch-exporter 3.7.1 1.1.0 DEPRECATED Elasticsearch stats exporter for Pro...
azure/envoy 1.9.4 1.11.2 DEPRECATED Envoy is an open source edge and ser...
azure/etcd-operator 0.11.2 0.9.4 DEPRECATED CoreOS etcd-operator Helm chart for ...
azure/ethereum 1.0.2 v1.7.3 DEPRECATED private Ethereum network Helm chart ...
azure/eventrouter 0.3.2 0.3 DEPRECATED A Helm chart for eventruter (https:/...
azure/express-gateway 1.6.6 1.16.9 DEPRECATED Express Gateway is an API Gateway th...
azure/external-dns 2.20.4 0.7.0 DEPRECATED ExternalDNS is a Kubernetes addon th...
azure/factorio 1.0.2 0.15.39 DEPRECATED Factorio dedicated server.
azure/falco 1.1.8 0.0.1 DEPRECATED - incubator/falco
azure/filebeat 4.0.2 7.4.0 DEPRECATED A Helm chart to collect Kubernetes l...
azure/fluent-bit 2.10.3 1.3.7 DEPRECATED Fast and Lightweight Log/Data Forwar...
azure/fluentd 2.5.3 v2.4.0 DEPRECATED A Fluentd Elasticsearch Helm chart f...
azure/fluentd-elasticsearch 2.0.7 2.3.2 DEPRECATED! - A Fluentd Helm chart for Kubernet...
azure/g2 0.3.3 0.5.0 DEPRECATED G2 by AppsCode - Gearman in Golang
azure/gangway 0.4.5 3.3.0 DEPRECATED An application that can be used to e...
azure/gce-ingress 1.2.2 1.4.0 DEPRECATED A GCE Ingress Controller
azure/gcloud-endpoints 0.1.2 1 DEPRECATED Develop, deploy, protect and monitor...
azure/gcloud-sqlproxy 0.6.1 1.11 DEPRECATED Google Cloud SQL Proxy
azure/gcp-night-king 1.0.4 1 DEPRECATED A Helm chart for GCP Night King
azure/ghost 9.1.13 3.9.0 DEPRECATED A simple, powerful publishing platfo...
azure/gitlab-ce 0.2.3 9.4.1 GitLab Community Edition
azure/gitlab-ee 0.2.3 9.4.1 GitLab Enterprise Edition
azure/gocd 1.32.0 20.8.0 GoCD is an open-source continuous delivery serv...
azure/goldpinger 2.0.4 2.0.0 DEPRECATED Goldpinger makes calls between its i...
azure/grafana 5.5.7 7.1.1 DEPRECATED - The leading tool for querying and ...
azure/graphite 0.2.2 1.1.5-3 DEPRECATED! - Graphite metrics server
azure/graylog 1.6.12 3.1 DEPRECATED - Graylog is the centralized log man...
azure/hackmd 2.0.3 1.3.0-alpine DEPRECATED - Realtime collaborative markdown no...
azure/hadoop 1.1.4 2.9.0 DEPRECATED - The Apache Hadoop software library...
azure/hazelcast 3.3.2 4.0.1 DEPRECATED Hazelcast IMDG is the most widely us...
azure/hazelcast-jet 1.6.2 4.1 DEPRECATED Hazelcast Jet is an application embe...
azure/heapster 1.0.4 1.5.4 DEPRECATED - Heapster enables Container Cluster...
azure/heartbeat 1.2.2 6.7.0 DEPRECATED - A Helm chart to periodically check...
azure/helm-exporter 0.3.3 0.4.0 DEPRECATED Exports helm release stats to promet...
azure/hl-composer 1.0.14 0.20.0 DEPRECATED - Hyperledger Composer REST Server c...
azure/hlf-ca 1.2.3 1.4.3 DEPRECATED - Hyperledger Fabric Certificate Aut...
azure/hlf-couchdb 1.0.9 0.4.10 DEPRECATED - CouchDB instance for Hyperledger F...
azure/hlf-ord 1.4.3 1.4.3 DEPRECATED - Hyperledger Fabric Orderer chart (...
azure/hlf-peer 1.6.3 1.4.3 DEPRECATED - Hyperledger Fabric Peer chart (the...
azure/hoard 1.0.2 6.0.0 DEPRECATED - Hoard is a stateless, deterministi...
azure/home-assistant 0.13.4 0.108.7 Home Assistant
azure/horovod 1.0.2 0.12.1 DEPRECATED - A Helm chart for deploying Horovod
azure/hubot 1.0.4 3.3.2 DEPRECATED - Hubot chatbot for Slack
azure/ignite 1.2.2 2.7.6 DEPRECATED - Apache Ignite is an open-source di...
azure/inbucket 3.1.2 2.0.0 DEPRECATED - Inbucket is an email testing appli...
azure/influxdb 4.3.2 1.7.9 DEPRECATED Scalable datastore for metrics, even...
azure/ingressmonitorcontroller 1.0.50 1.0.47 DEPRECATED - IngressMonitorController chart tha...
azure/instana-agent 1.0.35 1.1 DEPRECATED - Instana Agent for Kubernetes
azure/ipfs 0.4.4 v0.4.22 DEPRECATED - A Helm chart for the Interplanetar...
azure/jaeger-operator 2.12.2 1.15.1 jaeger-operator Helm chart for Kubernetes
azure/janusgraph 0.2.6 1.0 DEPRECATED - Open source, scalable graph database.
azure/jasperreports 7.0.11 7.2.0 DEPRECATED The JasperReports server can be used...
azure/jenkins 2.5.4 lts DEPRECATED - Open source continuous integration...
azure/joomla 7.1.11 3.9.15 DEPRECATED PHP content management system (CMS) ...
azure/k8s-spot-rescheduler 0.4.6 v0.3.0 DEPRECATED - A k8s-spot-rescheduler Helm chart ...
azure/k8s-spot-termination-handler 1.4.11 1.13.7-1 DEPRECATED - The K8s Spot Termination handler h...
azure/kafka-manager 2.3.5 1.3.3.22 DEPRECATED - A tool for managing Apache Kafka.
azure/kanister-operator 0.3.2 0.10.0 DEPRECATED - Kanister-operator Helm chart for K...
azure/kapacitor 1.2.2 1.5.2 DEPRECATED InfluxDB's native data processing en...
azure/karma 1.7.2 v0.72 DEPRECATED - A Helm chart for Karma - an UI for...
azure/katafygio 1.0.3 0.8.1 DEPRECATED - Continuously backup Kubernetes obj...
azure/keel 0.6.1 0.9.5 DEPRECATED Open source, tool for automating Kub...
azure/keycloak 4.10.1 5.0.0 DEPRECATED - Open Source Identity and Access Ma...
azure/kiam 2.5.3 3.3 DEPRECATED Integrate AWS IAM with Kubernetes
azure/kibana 3.2.8 6.7.0 DEPRECATED - Kibana is an open source data visu...
azure/kong 0.36.7 1.4 DEPRECATED The Cloud-Native Ingress and API-man...
azure/kube-hunter 1.0.5 312 DEPRECATED - A Helm chart for Kube-hunter
azure/kube-lego 0.4.2 v0.1.6 DEPRECATED Automatically requests certificates ...
azure/kube-ops-view 1.2.4 20.4.0 DEPRECATED - Kubernetes Operational View - read...
azure/kube-slack 1.3.4 v4.2.0 DEPRECATED - Chart for kube-slack, a monitoring...
azure/kube-state-metrics 2.9.4 1.9.7 DEPRECATED - Install kube-state-metrics to gene...
azure/kube2iam 2.5.3 0.10.9 DEPRECATED - Provide IAM credentials to pods ba...
azure/kubed 0.3.3 0.4.0 DEPRECATED Kubed by AppsCode - Kubernetes daemon
azure/kubedb 0.1.3 0.8.0-beta.2 DEPRECATED KubeDB by AppsCode - Making running ...
azure/kuberhealthy 1.2.7 v1.0.2 DEPRECATED. Please use https://comcast.github.i...
azure/kubernetes-dashboard 1.11.1 1.10.1 DEPRECATED! - General-purpose web UI for Kubern...
azure/kuberos 0.2.3 2018-07-03 DEPRECATED - An OIDC authentication helper for ...
azure/kubewatch 1.0.9 0.0.4 DEPRECATED Kubewatch notifies your slack rooms ...
azure/kured 1.6.0 1.4.0 DEPRECATED - A Helm chart for kured
azure/lamp 1.1.6 7 DEPRECATED - Modular and transparent LAMP stack...
azure/linkerd 0.4.3 1.1.2 DEPRECATED - Service mesh for cloud native apps
azure/locust 1.2.3 0.9.0 DEPRECATED - A modern load testing framework
azure/logdna-agent 2.0.2 2.1.9 DEPRECATED - Run this, get logs. All cluster co...
azure/logstash 2.4.3 7.1.1 DEPRECATED - Logstash is an open source, server...
azure/luigi 2.7.8 2.7.2 DEPRECATED Luigi is a Python module that helps ...
azure/magento 6.0.0 2.3.1 DEPRECATED A feature-rich flexible e-commerce s...
azure/magic-ip-address 0.1.2 0.9.0 DEPRECATED - A Helm chart to assign static IP a...
azure/magic-namespace 0.6.0 2.8.1 Elegantly enables a Tiller per namespace in RBA...
azure/mailhog 2.3.1 1.0.0 DEPRECATED - An e-mail testing tool for developers
azure/mariadb 7.3.14 10.3.22 DEPRECATED Fast, reliable, scalable, and easy t...
azure/mattermost-team-edition 3.1.2 5.9.0 Mattermost Team Edition server.
azure/mcrouter 1.0.6 0.36.0 DEPRECATED - Mcrouter is a memcached protocol r...
azure/mediawiki 9.1.9 1.34.0 DEPRECATED Extremely powerful, scalable softwar...
azure/memcached 3.2.5 1.5.20 DEPRECATED - Free & open source, high-performan...
azure/mercure 4.0.3 0.10.0 DEPRECATED - The Mercure hub allows to push dat...
azure/metabase 0.13.2 v0.36.3 DEPRECATED - The easy, open source way for ever...
azure/metallb 0.12.1 0.8.1 DEPRECATED MetalLB is a load-balancer implement...
azure/metricbeat 1.7.3 6.7.0 DEPRECATED - A Helm chart to collect Kubernetes...
azure/metrics-server 2.11.4 0.3.6 DEPRECATED - Metrics Server is a cluster-wide a...
azure/minecraft 1.2.5 1.14.4 Minecraft server
azure/minio 5.0.33 master DEPRECATED MinIO is a high performance data inf...
azure/mission-control 0.4.4 3.1.2 DEPRECATED A Helm chart for JFrog Mission Control
azure/mongodb 7.8.10 4.2.4 DEPRECATED NoSQL document-oriented database tha...
azure/mongodb-replicaset 3.17.2 3.6 DEPRECATED - NoSQL document-oriented database t...
azure/moodle 7.2.8 3.8.2 DEPRECATED Moodle is a learning platform design...
azure/msoms 0.2.2 1.0.0-30 DEPRECATED - A chart for deploying omsagent as ...
azure/mssql-linux 0.11.4 14.0.3023.8 DEPRECATED - SQL Server 2017 Linux Helm Chart
azure/mysql 1.6.9 5.7.30 DEPRECATED - Fast, reliable, scalable, and easy...
azure/mysqldump 2.6.2 2.4.1 DEPRECATED! - A Helm chart to help backup MySQL...
azure/namerd 0.2.2 0.9.1 DEPRECATED - Service that manages routing for m...
azure/nats 4.3.7 2.1.4 DEPRECATED An open-source, cloud-native messagi...
azure/neo4j 3.0.1 4.0.4 DEPRECATED Neo4j is the world's leading graph d...
azure/newrelic-infrastructure 0.13.36 1.21.0 DEPRECATED - A Helm chart to deploy the New Rel...
azure/nextcloud 1.12.1 17.0.0 DEPRECATED - A file sharing server that puts th...
azure/nfs-client-provisioner 1.2.11 3.1.0 DEPRECATED - nfs-client is an automatic provisi...
azure/nfs-server-provisioner 1.1.3 2.3.0 DEPRECATED - nfs-server-provisioner is an out-o...
azure/nginx-ingress 1.41.3 v0.34.1 DEPRECATED! An nginx Ingress controller that us...
azure/nginx-ldapauth-proxy 0.1.6 1.13.5 DEPRECATED - nginx proxy with ldapauth
azure/nginx-lego 0.3.1 Chart for nginx-ingress-controller and kube-lego
azure/node-problem-detector 1.8.3 v0.8.1 DEPRECATED - Installs the node-problem-detector...
azure/node-red 1.4.3 1.0.4 Node-RED is low-code programming for event-driv...
azure/oauth2-proxy 3.2.5 5.1.0 DEPRECATED - A reverse proxy that provides auth...
azure/odoo 13.0.5 12.0.20200215 DEPRECATED A suite of web based open source bus...
azure/opa 1.14.6 0.15.1 DEPRECATED - Open source, general-purpose polic...
azure/opencart 7.0.8 3.0.3-2 DEPRECATED A free and open source e-commerce pl...
azure/openebs 1.11.1 1.11.0 DEPRECATED Containerized Storage for Containers
azure/openiban 1.0.2 1.0.1 DEPRECATED - OpenIBAN is a self-hosted, free an...
azure/openldap 1.2.7 2.4.48 DEPRECATED - Community developed LDAP software
azure/openvpn 4.2.5 1.1.0 DEPRECATED - A Helm chart to install an openvpn...
azure/orangehrm 7.0.10 4.3.4-0 DEPRECATED OrangeHRM is a free HR management sy...
azure/osclass 7.0.10 3.7.4 DEPRECATED Osclass is a php script that allows ...
azure/owncloud 8.1.8 10.4.0 DEPRECATED A file sharing server that puts the ...
azure/pachyderm 0.2.3 1.8.6 DEPRECATED - Pachyderm is a large-scale contain...
azure/parse 10.3.10 3.10.0 DEPRECATED Parse is a platform that enables use...
azure/percona 1.2.3 5.7.26 DEPRECATED - free, fully compatible, enhanced, ...
azure/percona-xtradb-cluster 1.0.8 5.7.19 DEPRECATED - free, fully compatible, enhanced, ...
azure/pgadmin 1.2.3 4.18.0 DEPRECATED - moved to new repo, see source for ...
azure/phabricator 9.0.13 2020.7.0 DEPRECATED Collection of open source web applic...
azure/phpbb 7.0.10 3.3.0 DEPRECATED Community forum that supports the no...
azure/phpmyadmin 4.3.5 5.0.1 DEPRECATED phpMyAdmin is an mysql administratio...
azure/pomerium 4.2.6 0.5.2 DEPRECATED - see https://helm.pomerium.io
azure/postgresql 8.6.4 11.7.0 DEPRECATED Chart for PostgreSQL, an object-rela...
azure/prestashop 9.1.11 1.7.6-4 DEPRECATED A popular open source ecommerce solu...
azure/presto 0.2.3 329 DEPRECATED - Distributed SQL query engine for r...
azure/prisma 1.2.4 1.29.1 DEPRECATED Prisma turns your database into a re...
azure/prometheus 11.12.1 2.20.1 DEPRECATED Prometheus is a monitoring system an...
azure/prometheus-adapter 2.5.1 v0.7.0 DEPRECATED A Helm chart for k8s prometheus adapter
azure/prometheus-blackbox-exporter 4.3.1 0.16.0 DEPRECATED Prometheus Blackbox Exporter
azure/prometheus-cloudwatch-exporter 0.8.4 0.8.0 DEPRECATED A Helm chart for prometheus cloudwat...
azure/prometheus-consul-exporter 0.1.6 0.4.0 DEPRECATED A Helm chart for the Prometheus Cons...
azure/prometheus-couchdb-exporter 0.1.2 1.0 DEPRECATED A Helm chart to export the metrics f...
azure/prometheus-mongodb-exporter 2.8.1 v0.10.0 DEPRECATED A Prometheus exporter for MongoDB me...
azure/prometheus-mysql-exporter 0.7.1 v0.11.0 DEPRECATED A Helm chart for prometheus mysql ex...
azure/prometheus-nats-exporter 2.5.1 0.6.2 DEPRECATED A Helm chart for prometheus-nats-exp...
azure/prometheus-node-exporter 1.11.2 1.0.1 DEPRECATED A Helm chart for prometheus node-exp...
azure/prometheus-operator 9.3.2 0.38.1 DEPRECATED Provides easy monitoring definitions...
azure/prometheus-postgres-exporter 1.3.1 0.8.0 DEPRECATED A Helm chart for prometheus postgres...
azure/prometheus-pushgateway 1.4.3 1.2.0 DEPRECATED A Helm chart for prometheus pushgateway
azure/prometheus-rabbitmq-exporter 0.5.6 v0.29.0 DEPRECATED Rabbitmq metrics exporter for promet...
azure/prometheus-redis-exporter 3.5.1 1.3.4 DEPRECATED Prometheus exporter for Redis metrics
azure/prometheus-snmp-exporter 0.0.6 0.14.0 DEPRECATED Prometheus SNMP Exporter
azure/prometheus-to-sd 0.3.1 0.5.2 DEPRECATED Scrape metrics stored in prometheus ...
azure/quassel 0.2.13 0.13.1 DEPRECATED - Quassel IRC is a modern, cross-pla...
azure/rabbitmq 6.18.2 3.8.2 DEPRECATED Open source message broker software ...
azure/rabbitmq-ha 1.47.1 3.8.7 DEPRECATED - Highly available RabbitMQ cluster,...
azure/redis 10.5.7 5.0.7 DEPRECATED Open source, advanced key-value stor...
azure/redis-ha 4.4.6 5.0.6 DEPRECATED - Highly available Kubernetes implem...
azure/redmine 14.1.12 4.1.0 DEPRECATED A flexible project management web ap...
azure/reloader 1.3.0 v0.0.41 DEPRECATED - Reloader chart that runs on kubern...
azure/rethinkdb 1.1.4 0.1.0 DEPRECATED - The open-source database for the r...
azure/risk-advisor 2.0.6 1.0.0 DEPRECATED - Risk Advisor add-on module for Kub...
azure/rocketchat 2.0.10 3.6.0 DEPRECATED - Prepare to take off with the ultim...
azure/rookout 0.1.2 1.0 DEPRECATED - A Helm chart for Rookout agent on ...
azure/sapho 0.2.4 8-jre8 DEPRECATED A micro application development and ...
azure/satisfy 1.1.2 3.0.4 DEPRECATED - Composer repo hosting with Satisfy
azure/schema-registry-ui 0.4.4 v0.9.5 DEPRECATED - This is a web tool for the conflue...
azure/sealed-secrets 1.12.2 0.13.1 DEPRECATED - A Helm chart for Sealed Secrets
azure/searchlight 0.3.3 5.0.0 DEPRECATED Searchlight by AppsCode - Alerts for...
azure/selenium 1.2.3 3.141.59 DEPRECATED - Chart for selenium grid
azure/sematext-agent 1.0.31 1.0 DEPRECATED Helm chart for deploying Sematext Ag...
azure/sematext-docker-agent 1.0.1 1.31.53 DEPRECATED Sematext Docker Agent
azure/sensu 0.2.5 0.28 DEPRECATED Sensu monitoring framework backed by...
azure/sentry 4.3.3 9.1.2 DEPRECATED - Sentry is a cross-platform crash r...
azure/seq 2.3.2 2020 DEPRECATED - Seq is the easiest way for develop...
azure/signalfx-agent 0.3.1 3.6.1 DEPRECATED The SignalFx Kubernetes agent
azure/signalsciences 2.0.2 4.5.0 DEPRECATED - SignalSciences is a web applicatio...
azure/socat-tunneller 0.1.2 1.0 DEPRECATED - A Helm chart for socat-tunneller
azure/sonarqube 4.0.1 7.9.2 DEPRECATED SonarQube is an open sourced code qu...
azure/sonatype-nexus 1.23.1 3.20.1-01 DEPRECATED - Sonatype Nexus is an open source r...
azure/spark 1.0.5 1.5.1 DEPRECATED - Fast and general-purpose cluster c...
azure/spark-history-server 1.4.3 2.4.0 DEPRECATED - A Helm chart for Spark History Server
azure/spartakus 1.1.8 1.0.0 DEPRECATED - Collect information about Kubernet...
azure/spinnaker 2.2.6 1.16.2 DEPRECATED - Open source, multi-cloud continuou...
azure/spotify-docker-gc 1.0.2 latest DEPRECATED - A simple Docker container and imag...
azure/spring-cloud-data-flow 2.8.1 2.6.0 DEPRECATED Toolkit for building data processing...
azure/stackdriver-exporter 1.3.2 0.6.0 DEPRECATED - Stackdriver exporter for Prometheus
azure/stash 0.5.3 0.7.0-rc.1 DEPRECATED Stash by AppsCode - Backup your Kube...
azure/stellar-core 1.0.2 10.0.0 DEPRECATED Backbone node of the Stellar cryptoc...
azure/stolon 1.6.5 0.16.0 DEPRECATED - Stolon - PostgreSQL cloud native H...
azure/sugarcrm 1.0.7 6.5.26 DEPRECATED SugarCRM enables businesses to creat...
azure/suitecrm 8.0.11 7.11.12 DEPRECATED SuiteCRM is a completely open source...
azure/sumokube 1.0.2 latest DEPRECATED - Sumologic Log Collector
azure/sumologic-fluentd 2.1.2 2.4.2 DEPRECATED - Sumologic Log Collector
azure/superset 1.1.13 0.36.0 DEPRECATED - Apache Superset (incubating) is a ...
azure/swift 0.6.3 0.7.3 DEPRECATED swift by AppsCode - Ajax friendly He...
azure/sysdig 1.7.16 10.0.0 Sysdig Monitor and Secure agent
azure/telegraf 1.6.1 1.12 DEPRECATED Telegraf is an agent written in Go f...
azure/tensorflow-notebook 0.1.5 1.6.0 DEPRECATED - A Helm chart for tensorflow notebo...
azure/tensorflow-serving 1.1.2 1.14.0 DEPRECATED - TensorFlow Serving is an open-sour...
azure/terracotta 1.1.2 5.6.0 DEPRECATED - Terracotta Ehcache is an improved ...
azure/testlink 7.1.7 1.9.20 DEPRECATED Web-based test management system tha...
azure/tomcat 0.4.3 7.0 DEPRECATED - Deploy a basic tomcat application ...
azure/traefik 1.87.7 1.7.26 DEPRECATED - A Traefik based Kubernetes ingress...
azure/uchiwa 1.0.2 0.22 DEPRECATED Dashboard for the Sensu monitoring f...
azure/unbound 1.1.4 1.6.7 DEPRECATED - Unbound is a fast caching DNS reso...
azure/unifi 0.10.2 5.12.35 DEPRECATED - Ubiquiti Network's Unifi Controller
azure/vault-operator 0.1.4 0.1.9 DEPRECATED - CoreOS vault-operator Helm chart f...
azure/velero 2.7.4 1.2.0 A Helm chart for velero
azure/verdaccio 0.7.8 3.11.6 DEPRECATED - A lightweight private npm proxy re...
azure/voyager 3.2.4 6.0.0 DEPRECATED Voyager by AppsCode - Secure Ingress...
azure/vsphere-cpi 0.2.3 1.2.1 DEPRECATED - A Helm chart for vSphere Cloud Pro...
azure/wavefront 1.1.2 1.0.3 DEPRECATED Wavefront Kubernetes collector
azure/weave-cloud 0.3.9 1.4.0 DEPRECATED - Weave Cloud is a add-on to Kuberne...
azure/weave-scope 1.1.12 1.12.0 DEPRECATED - A Helm chart for the Weave Scope c...
azure/wordpress 9.0.3 5.3.2 DEPRECATED Web publishing platform for building...
azure/xray 0.4.3 2.3.0 DEPRECATED Universal component scan for securit...
azure/zeppelin 1.1.3 0.7.2 DEPRECATED - Web-based notebook that enables da...
azure/zetcd 0.1.11 0.0.3 DEPRECATED CoreOS zetcd Helm chart for Kubernetes
stable/acs-engine-autoscaler 2.2.2 2.1.1 DEPRECATED Scales worker nodes within agent pools
stable/aerospike 0.3.5 v4.5.0.5 DEPRECATED A Helm chart for Aerospike in Kubern...
stable/airflow 7.13.3 1.10.12 DEPRECATED - please use: https://github.com/air...
stable/ambassador 5.3.2 0.86.1 DEPRECATED A Helm chart for Datawire Ambassador
stable/anchore-engine 1.7.0 0.7.3 Anchore container analysis and policy evaluatio...
stable/apm-server 2.1.7 7.0.0 DEPRECATED The server receives data from the El...
stable/ark 4.2.2 0.10.2 DEPRECATED A Helm chart for ark
stable/artifactory 7.3.2 6.1.0 DEPRECATED Universal Repository Manager support...
stable/artifactory-ha 0.4.2 6.2.0 DEPRECATED Universal Repository Manager support...
stable/atlantis 3.12.4 v0.14.0 DEPRECATED A Helm chart for Atlantis https://ww...
stable/auditbeat 1.1.2 6.7.0 DEPRECATED A lightweight shipper to audit the a...
stable/aws-cluster-autoscaler 0.3.4 DEPRECATED Scales worker nodes within autoscali...
stable/aws-iam-authenticator 0.1.5 1.0 DEPRECATED A Helm chart for aws-iam-authenticator
stable/bitcoind 1.0.2 0.17.1 DEPRECATED Bitcoin is an innovative payment net...
stable/bookstack 1.2.4 0.27.5 DEPRECATED BookStack is a simple, self-hosted, ...
stable/buildkite 0.2.4 3 DEPRECATED Agent for Buildkite
stable/burrow 1.5.4 0.29.0 DEPRECATED Burrow is a permissionable smart con...
stable/centrifugo 3.2.2 2.4.0 DEPRECATED Centrifugo is a real-time messaging ...
stable/cerebro 1.9.5 0.9.2 DEPRECATED A Helm chart for Cerebro - a web adm...
stable/cert-manager v0.6.7 v0.6.2 A Helm chart for cert-manager
stable/chaoskube 3.3.2 0.21.0 DEPRECATED Chaoskube periodically kills random ...
stable/chartmuseum 2.14.2 0.12.0 DEPRECATED Host your own Helm Chart Repository
stable/chronograf 1.1.1 1.7.12 DEPRECATED Open-source web application written ...
stable/clamav 1.0.7 1.6 DEPRECATED An Open-Source antivirus engine for ...
stable/cloudserver 1.0.7 8.1.5 DEPRECATED An open-source Node.js implementatio...
stable/cluster-autoscaler 8.0.0 1.17.1 Scales worker nodes within autoscaling groups.
stable/cluster-overprovisioner 0.4.1 1.0 Installs the a deployment that overprovisions t...
stable/cockroachdb 3.0.8 19.2.5 DEPRECATED -- CockroachDB is a scalable, surviv...
stable/collabora-code 1.0.8 4.0.3.1 DEPRECATED A Helm chart for Collabora Office - ...
stable/concourse 8.3.7 5.6.0 DEPRECATED Concourse is a simple and scalable C...
stable/consul 3.9.6 1.5.3 Highly available and distributed service discov...
stable/contour 0.2.2 v0.15.0 DEPRECATED Contour Ingress controller for Kuber...
stable/coredns 1.13.8 1.7.1 DEPRECATED CoreDNS is a DNS server that chains ...
stable/cosbench 1.0.3 0.0.6 DEPRECATED A benchmark tool for cloud object st...
stable/coscale 1.0.2 3.16.0 DEPRECATED CoScale Agent
stable/couchbase-operator 1.0.4 1.2.2 DEPRECATED A Helm chart to deploy the Couchbase...
stable/couchdb 2.3.0 2.3.1 DEPRECATED A database featuring seamless multi-...
stable/dask 3.1.1 1.1.5 DEPRECATED Distributed computation in Python wi...
stable/dask-distributed 2.0.2 DEPRECATED: Distributed computation in Python
stable/datadog 2.3.42 7 DEPRECATED Datadog Agent
stable/dex 2.15.2 2.24.0 DEPRECATED OpenID Connect Identity (OIDC) and O...
stable/distributed-jmeter 1.0.3 3.3 DEPRECATED A Distributed JMeter Helm chart
stable/distributed-tensorflow 1.2.2 1.7.0 DEPRECATED A Helm chart for running distributed...
stable/distribution 0.4.3 1.1.0 DEPRECATED A Helm chart for JFrog Distribution
stable/dmarc2logstash 1.3.1 1.0.3 DEPRECATED Provides a POP3-polled DMARC XML rep...
stable/docker-registry 1.9.6 2.7.1 DEPRECATED A Helm chart for Docker Registry
stable/dokuwiki 6.0.11 0.20180422.201901061035 DEPRECATED DokuWiki is a standards-compliant, s...
stable/drone 2.7.2 1.6.5 Drone is a Continuous Delivery system built on ...
stable/drupal 6.2.12 8.8.3 DEPRECATED One of the most versatile open sourc...
stable/efs-provisioner 0.13.2 v2.4.0 DEPRECATED A Helm chart for the AWS EFS externa...
stable/elastabot 1.2.1 1.1.0 DEPRECATED A Helm chart for Elastabot - a Slack...
stable/elastalert 1.5.1 0.2.4 DEPRECATED ElastAlert is a simple framework for...
stable/elastic-stack 2.0.6 6 DEPRECATED A Helm chart for ELK
stable/elasticsearch 1.32.5 6.8.6 DEPRECATED Flexible and powerful open source, d...
stable/elasticsearch-curator 2.2.3 5.7.6 DEPRECATED A Helm chart for Elasticsearch Curator
stable/elasticsearch-exporter 3.7.1 1.1.0 DEPRECATED Elasticsearch stats exporter for Pro...
stable/envoy 1.9.4 1.11.2 DEPRECATED Envoy is an open source edge and ser...
stable/etcd-operator 0.11.2 0.9.4 DEPRECATED CoreOS etcd-operator Helm chart for ...
stable/ethereum 1.0.2 v1.7.3 DEPRECATED private Ethereum network Helm chart ...
stable/eventrouter 0.3.2 0.3 DEPRECATED A Helm chart for eventruter (https:/...
stable/express-gateway 1.6.6 1.16.9 DEPRECATED Express Gateway is an API Gateway th...
stable/external-dns 2.20.4 0.7.0 DEPRECATED ExternalDNS is a Kubernetes addon th...
stable/factorio 1.0.2 0.15.39 DEPRECATED Factorio dedicated server.
stable/falco 1.1.8 0.0.1 DEPRECATED - incubator/falco
stable/filebeat 4.0.2 7.4.0 DEPRECATED A Helm chart to collect Kubernetes l...
stable/fluent-bit 2.10.3 1.3.7 DEPRECATED Fast and Lightweight Log/Data Forwar...
stable/fluentd 2.5.3 v2.4.0 DEPRECATED A Fluentd Elasticsearch Helm chart f...
stable/fluentd-elasticsearch 2.0.7 2.3.2 DEPRECATED! - A Fluentd Helm chart for Kubernet...
stable/g2 0.3.3 0.5.0 DEPRECATED G2 by AppsCode - Gearman in Golang
stable/gangway 0.4.5 3.3.0 DEPRECATED An application that can be used to e...
stable/gce-ingress 1.2.2 1.4.0 DEPRECATED A GCE Ingress Controller
stable/gcloud-endpoints 0.1.2 1 DEPRECATED Develop, deploy, protect and monitor...
stable/gcloud-sqlproxy 0.6.1 1.11 DEPRECATED Google Cloud SQL Proxy
stable/gcp-night-king 1.0.4 1 DEPRECATED A Helm chart for GCP Night King
stable/ghost 9.1.13 3.9.0 DEPRECATED A simple, powerful publishing platfo...
stable/gitlab-ce 0.2.3 9.4.1 GitLab Community Edition
stable/gitlab-ee 0.2.3 9.4.1 GitLab Enterprise Edition
stable/gocd 1.32.0 20.8.0 GoCD is an open-source continuous delivery serv...
stable/goldpinger 2.0.4 2.0.0 DEPRECATED Goldpinger makes calls between its i...
stable/grafana 5.5.7 7.1.1 DEPRECATED - The leading tool for querying and ...
stable/graphite 0.2.2 1.1.5-3 DEPRECATED! - Graphite metrics server
stable/graylog 1.6.12 3.1 DEPRECATED - Graylog is the centralized log man...
stable/hackmd 2.0.3 1.3.0-alpine DEPRECATED - Realtime collaborative markdown no...
stable/hadoop 1.1.4 2.9.0 DEPRECATED - The Apache Hadoop software library...
stable/hazelcast 3.3.2 4.0.1 DEPRECATED Hazelcast IMDG is the most widely us...
stable/hazelcast-jet 1.6.2 4.1 DEPRECATED Hazelcast Jet is an application embe...
stable/heapster 1.0.4 1.5.4 DEPRECATED - Heapster enables Container Cluster...
stable/heartbeat 1.2.2 6.7.0 DEPRECATED - A Helm chart to periodically check...
stable/helm-exporter 0.3.3 0.4.0 DEPRECATED Exports helm release stats to promet...
stable/hl-composer 1.0.14 0.20.0 DEPRECATED - Hyperledger Composer REST Server c...
stable/hlf-ca 1.2.3 1.4.3 DEPRECATED - Hyperledger Fabric Certificate Aut...
stable/hlf-couchdb 1.0.9 0.4.10 DEPRECATED - CouchDB instance for Hyperledger F...
stable/hlf-ord 1.4.3 1.4.3 DEPRECATED - Hyperledger Fabric Orderer chart (...
stable/hlf-peer 1.6.3 1.4.3 DEPRECATED - Hyperledger Fabric Peer chart (the...
stable/hoard 1.0.2 6.0.0 DEPRECATED - Hoard is a stateless, deterministi...
stable/home-assistant 0.13.4 0.108.7 Home Assistant
stable/horovod 1.0.2 0.12.1 DEPRECATED - A Helm chart for deploying Horovod
stable/hubot 1.0.4 3.3.2 DEPRECATED - Hubot chatbot for Slack
stable/ignite 1.2.2 2.7.6 DEPRECATED - Apache Ignite is an open-source di...
stable/inbucket 3.1.2 2.0.0 DEPRECATED - Inbucket is an email testing appli...
stable/influxdb 4.3.2 1.7.9 DEPRECATED Scalable datastore for metrics, even...
stable/ingressmonitorcontroller 1.0.50 1.0.47 DEPRECATED - IngressMonitorController chart tha...
stable/instana-agent 1.0.35 1.1 DEPRECATED - Instana Agent for Kubernetes
stable/ipfs 0.4.4 v0.4.22 DEPRECATED - A Helm chart for the Interplanetar...
stable/jaeger-operator 2.12.2 1.15.1 jaeger-operator Helm chart for Kubernetes
stable/janusgraph 0.2.6 1.0 DEPRECATED - Open source, scalable graph database.
stable/jasperreports 7.0.11 7.2.0 DEPRECATED The JasperReports server can be used...
stable/jenkins 2.5.4 lts DEPRECATED - Open source continuous integration...
stable/joomla 7.1.11 3.9.15 DEPRECATED PHP content management system (CMS) ...
stable/k8s-spot-rescheduler 0.4.6 v0.3.0 DEPRECATED - A k8s-spot-rescheduler Helm chart ...
stable/k8s-spot-termination-handler 1.4.11 1.13.7-1 DEPRECATED - The K8s Spot Termination handler h...
stable/kafka-manager 2.3.5 1.3.3.22 DEPRECATED - A tool for managing Apache Kafka.
stable/kanister-operator 0.3.2 0.10.0 DEPRECATED - Kanister-operator Helm chart for K...
stable/kapacitor 1.2.2 1.5.2 DEPRECATED InfluxDB's native data processing en...
stable/karma 1.7.2 v0.72 DEPRECATED - A Helm chart for Karma - an UI for...
stable/katafygio 1.0.3 0.8.1 DEPRECATED - Continuously backup Kubernetes obj...
stable/keel 0.6.1 0.9.5 DEPRECATED Open source, tool for automating Kub...
stable/keycloak 4.10.1 5.0.0 DEPRECATED - Open Source Identity and Access Ma...
stable/kiam 2.5.3 3.3 DEPRECATED Integrate AWS IAM with Kubernetes
stable/kibana 3.2.8 6.7.0 DEPRECATED - Kibana is an open source data visu...
stable/kong 0.36.7 1.4 DEPRECATED The Cloud-Native Ingress and API-man...
stable/kube-hunter 1.0.5 312 DEPRECATED - A Helm chart for Kube-hunter
stable/kube-lego 0.4.2 v0.1.6 DEPRECATED Automatically requests certificates ...
stable/kube-ops-view 1.2.4 20.4.0 DEPRECATED - Kubernetes Operational View - read...
stable/kube-slack 1.3.4 v4.2.0 DEPRECATED - Chart for kube-slack, a monitoring...
stable/kube-state-metrics 2.9.4 1.9.7 DEPRECATED - Install kube-state-metrics to gene...
stable/kube2iam 2.5.3 0.10.9 DEPRECATED - Provide IAM credentials to pods ba...
stable/kubed 0.3.3 0.4.0 DEPRECATED Kubed by AppsCode - Kubernetes daemon
stable/kubedb 0.1.3 0.8.0-beta.2 DEPRECATED KubeDB by AppsCode - Making running ...
stable/kuberhealthy 1.2.7 v1.0.2 DEPRECATED. Please use https://comcast.github.i...
stable/kubernetes-dashboard 1.11.1 1.10.1 DEPRECATED! - General-purpose web UI for Kubern...
stable/kuberos 0.2.3 2018-07-03 DEPRECATED - An OIDC authentication helper for ...
stable/kubewatch 1.0.9 0.0.4 DEPRECATED Kubewatch notifies your slack rooms ...
stable/kured 1.6.0 1.4.0 DEPRECATED - A Helm chart for kured
stable/lamp 1.1.6 7 DEPRECATED - Modular and transparent LAMP stack...
stable/linkerd 0.4.3 1.1.2 DEPRECATED - Service mesh for cloud native apps
stable/locust 1.2.3 0.9.0 DEPRECATED - A modern load testing framework
stable/logdna-agent 2.0.2 2.1.9 DEPRECATED - Run this, get logs. All cluster co...
stable/logstash 2.4.3 7.1.1 DEPRECATED - Logstash is an open source, server...
stable/luigi 2.7.8 2.7.2 DEPRECATED Luigi is a Python module that helps ...
stable/magento 6.0.0 2.3.1 DEPRECATED A feature-rich flexible e-commerce s...
stable/magic-ip-address 0.1.2 0.9.0 DEPRECATED - A Helm chart to assign static IP a...
stable/magic-namespace 0.6.0 2.8.1 Elegantly enables a Tiller per namespace in RBA...
stable/mailhog 2.3.1 1.0.0 DEPRECATED - An e-mail testing tool for developers
stable/mariadb 7.3.14 10.3.22 DEPRECATED Fast, reliable, scalable, and easy t...
stable/mattermost-team-edition 3.1.2 5.9.0 Mattermost Team Edition server.
stable/mcrouter 1.0.6 0.36.0 DEPRECATED - Mcrouter is a memcached protocol r...
stable/mediawiki 9.1.9 1.34.0 DEPRECATED Extremely powerful, scalable softwar...
stable/memcached 3.2.5 1.5.20 DEPRECATED - Free & open source, high-performan...
stable/mercure 4.0.3 0.10.0 DEPRECATED - The Mercure hub allows to push dat...
stable/metabase 0.13.2 v0.36.3 DEPRECATED - The easy, open source way for ever...
stable/metallb 0.12.1 0.8.1 DEPRECATED MetalLB is a load-balancer implement...
stable/metricbeat 1.7.3 6.7.0 DEPRECATED - A Helm chart to collect Kubernetes...
stable/metrics-server 2.11.4 0.3.6 DEPRECATED - Metrics Server is a cluster-wide a...
stable/minecraft 1.2.5 1.14.4 Minecraft server
stable/minio 5.0.33 master DEPRECATED MinIO is a high performance data inf...
stable/mission-control 0.4.4 3.1.2 DEPRECATED A Helm chart for JFrog Mission Control
stable/mongodb 7.8.10 4.2.4 DEPRECATED NoSQL document-oriented database tha...
stable/mongodb-replicaset 3.17.2 3.6 DEPRECATED - NoSQL document-oriented database t...
stable/moodle 7.2.8 3.8.2 DEPRECATED Moodle is a learning platform design...
stable/msoms 0.2.2 1.0.0-30 DEPRECATED - A chart for deploying omsagent as ...
stable/mssql-linux 0.11.4 14.0.3023.8 DEPRECATED - SQL Server 2017 Linux Helm Chart
stable/mysql 1.6.9 5.7.30 DEPRECATED - Fast, reliable, scalable, and easy...
stable/mysqldump 2.6.2 2.4.1 DEPRECATED! - A Helm chart to help backup MySQL...
stable/namerd 0.2.2 0.9.1 DEPRECATED - Service that manages routing for m...
stable/nats 4.3.7 2.1.4 DEPRECATED An open-source, cloud-native messagi...
stable/neo4j 3.0.1 4.0.4 DEPRECATED Neo4j is the world's leading graph d...
stable/newrelic-infrastructure 0.13.36 1.21.0 DEPRECATED - A Helm chart to deploy the New Rel...
stable/nextcloud 1.12.1 17.0.0 DEPRECATED - A file sharing server that puts th...
stable/nfs-client-provisioner 1.2.11 3.1.0 DEPRECATED - nfs-client is an automatic provisi...
stable/nfs-server-provisioner 1.1.3 2.3.0 DEPRECATED - nfs-server-provisioner is an out-o...
stable/nginx-ingress 1.41.3 v0.34.1 DEPRECATED! An nginx Ingress controller that us...
stable/nginx-ldapauth-proxy 0.1.6 1.13.5 DEPRECATED - nginx proxy with ldapauth
stable/nginx-lego 0.3.1 Chart for nginx-ingress-controller and kube-lego
stable/node-problem-detector 1.8.3 v0.8.1 DEPRECATED - Installs the node-problem-detector...
stable/node-red 1.4.3 1.0.4 Node-RED is low-code programming for event-driv...
stable/oauth2-proxy 3.2.5 5.1.0 DEPRECATED - A reverse proxy that provides auth...
stable/odoo 13.0.5 12.0.20200215 DEPRECATED A suite of web based open source bus...
stable/opa 1.14.6 0.15.1 DEPRECATED - Open source, general-purpose polic...
stable/opencart 7.0.8 3.0.3-2 DEPRECATED A free and open source e-commerce pl...
stable/openebs 1.11.1 1.11.0 DEPRECATED Containerized Storage for Containers
stable/openiban 1.0.2 1.0.1 DEPRECATED - OpenIBAN is a self-hosted, free an...
stable/openldap 1.2.7 2.4.48 DEPRECATED - Community developed LDAP software
stable/openvpn 4.2.5 1.1.0 DEPRECATED - A Helm chart to install an openvpn...
stable/orangehrm 7.0.10 4.3.4-0 DEPRECATED OrangeHRM is a free HR management sy...
stable/osclass 7.0.10 3.7.4 DEPRECATED Osclass is a php script that allows ...
stable/owncloud 8.1.8 10.4.0 DEPRECATED A file sharing server that puts the ...
stable/pachyderm 0.2.3 1.8.6 DEPRECATED - Pachyderm is a large-scale contain...
stable/parse 10.3.10 3.10.0 DEPRECATED Parse is a platform that enables use...
stable/percona 1.2.3 5.7.26 DEPRECATED - free, fully compatible, enhanced, ...
stable/percona-xtradb-cluster 1.0.8 5.7.19 DEPRECATED - free, fully compatible, enhanced, ...
stable/pgadmin 1.2.3 4.18.0 DEPRECATED - moved to new repo, see source for ...
stable/phabricator 9.0.13 2020.7.0 DEPRECATED Collection of open source web applic...
stable/phpbb 7.0.10 3.3.0 DEPRECATED Community forum that supports the no...
stable/phpmyadmin 4.3.5 5.0.1 DEPRECATED phpMyAdmin is an mysql administratio...
stable/pomerium 4.2.6 0.5.2 DEPRECATED - see https://helm.pomerium.io
stable/postgresql 8.6.4 11.7.0 DEPRECATED Chart for PostgreSQL, an object-rela...
stable/prestashop 9.1.11 1.7.6-4 DEPRECATED A popular open source ecommerce solu...
stable/presto 0.2.3 329 DEPRECATED - Distributed SQL query engine for r...
stable/prisma 1.2.4 1.29.1 DEPRECATED Prisma turns your database into a re...
stable/prometheus 11.12.1 2.20.1 DEPRECATED Prometheus is a monitoring system an...
stable/prometheus-adapter 2.5.1 v0.7.0 DEPRECATED A Helm chart for k8s prometheus adapter
stable/prometheus-blackbox-exporter 4.3.1 0.16.0 DEPRECATED Prometheus Blackbox Exporter
stable/prometheus-cloudwatch-exporter 0.8.4 0.8.0 DEPRECATED A Helm chart for prometheus cloudwat...
stable/prometheus-consul-exporter 0.1.6 0.4.0 DEPRECATED A Helm chart for the Prometheus Cons...
stable/prometheus-couchdb-exporter 0.1.2 1.0 DEPRECATED A Helm chart to export the metrics f...
stable/prometheus-mongodb-exporter 2.8.1 v0.10.0 DEPRECATED A Prometheus exporter for MongoDB me...
stable/prometheus-mysql-exporter 0.7.1 v0.11.0 DEPRECATED A Helm chart for prometheus mysql ex...
stable/prometheus-nats-exporter 2.5.1 0.6.2 DEPRECATED A Helm chart for prometheus-nats-exp...
stable/prometheus-node-exporter 1.11.2 1.0.1 DEPRECATED A Helm chart for prometheus node-exp...
stable/prometheus-operator 9.3.2 0.38.1 DEPRECATED Provides easy monitoring definitions...
stable/prometheus-postgres-exporter 1.3.1 0.8.0 DEPRECATED A Helm chart for prometheus postgres...
stable/prometheus-pushgateway 1.4.3 1.2.0 DEPRECATED A Helm chart for prometheus pushgateway
stable/prometheus-rabbitmq-exporter 0.5.6 v0.29.0 DEPRECATED Rabbitmq metrics exporter for promet...
stable/prometheus-redis-exporter 3.5.1 1.3.4 DEPRECATED Prometheus exporter for Redis metrics
stable/prometheus-snmp-exporter 0.0.6 0.14.0 DEPRECATED Prometheus SNMP Exporter
stable/prometheus-to-sd 0.3.1 0.5.2 DEPRECATED Scrape metrics stored in prometheus ...
stable/quassel 0.2.13 0.13.1 DEPRECATED - Quassel IRC is a modern, cross-pla...
stable/rabbitmq 6.18.2 3.8.2 DEPRECATED Open source message broker software ...
stable/rabbitmq-ha 1.47.1 3.8.7 DEPRECATED - Highly available RabbitMQ cluster,...
stable/redis 10.5.7 5.0.7 DEPRECATED Open source, advanced key-value stor...
stable/redis-ha 4.4.6 5.0.6 DEPRECATED - Highly available Kubernetes implem...
stable/redmine 14.1.12 4.1.0 DEPRECATED A flexible project management web ap...
stable/reloader 1.3.0 v0.0.41 DEPRECATED - Reloader chart that runs on kubern...
stable/rethinkdb 1.1.4 0.1.0 DEPRECATED - The open-source database for the r...
stable/risk-advisor 2.0.6 1.0.0 DEPRECATED - Risk Advisor add-on module for Kub...
stable/rocketchat 2.0.10 3.6.0 DEPRECATED - Prepare to take off with the ultim...
stable/rookout 0.1.2 1.0 DEPRECATED - A Helm chart for Rookout agent on ...
stable/sapho 0.2.4 8-jre8 DEPRECATED A micro application development and ...
stable/satisfy 1.1.2 3.0.4 DEPRECATED - Composer repo hosting with Satisfy
stable/schema-registry-ui 0.4.4 v0.9.5 DEPRECATED - This is a web tool for the conflue...
stable/sealed-secrets 1.12.2 0.13.1 DEPRECATED - A Helm chart for Sealed Secrets
stable/searchlight 0.3.3 5.0.0 DEPRECATED Searchlight by AppsCode - Alerts for...
stable/selenium 1.2.3 3.141.59 DEPRECATED - Chart for selenium grid
stable/sematext-agent 1.0.31 1.0 DEPRECATED Helm chart for deploying Sematext Ag...
stable/sematext-docker-agent 1.0.1 1.31.53 DEPRECATED Sematext Docker Agent
stable/sensu 0.2.5 0.28 DEPRECATED Sensu monitoring framework backed by...
stable/sentry 4.3.3 9.1.2 DEPRECATED - Sentry is a cross-platform crash r...
stable/seq 2.3.2 2020 DEPRECATED - Seq is the easiest way for develop...
stable/signalfx-agent 0.3.1 3.6.1 DEPRECATED The SignalFx Kubernetes agent
stable/signalsciences 2.0.2 4.5.0 DEPRECATED - SignalSciences is a web applicatio...
stable/socat-tunneller 0.1.2 1.0 DEPRECATED - A Helm chart for socat-tunneller
stable/sonarqube 4.0.1 7.9.2 DEPRECATED SonarQube is an open sourced code qu...
stable/sonatype-nexus 1.23.1 3.20.1-01 DEPRECATED - Sonatype Nexus is an open source r...
stable/spark 1.0.5 1.5.1 DEPRECATED - Fast and general-purpose cluster c...
stable/spark-history-server 1.4.3 2.4.0 DEPRECATED - A Helm chart for Spark History Server
stable/spartakus 1.1.8 1.0.0 DEPRECATED - Collect information about Kubernet...
stable/spinnaker 2.2.6 1.16.2 DEPRECATED - Open source, multi-cloud continuou...
stable/spotify-docker-gc 1.0.2 latest DEPRECATED - A simple Docker container and imag...
stable/spring-cloud-data-flow 2.8.1 2.6.0 DEPRECATED Toolkit for building data processing...
stable/stackdriver-exporter 1.3.2 0.6.0 DEPRECATED - Stackdriver exporter for Prometheus
stable/stash 0.5.3 0.7.0-rc.1 DEPRECATED Stash by AppsCode - Backup your Kube...
stable/stellar-core 1.0.2 10.0.0 DEPRECATED Backbone node of the Stellar cryptoc...
stable/stolon 1.6.5 0.16.0 DEPRECATED - Stolon - PostgreSQL cloud native H...
stable/sugarcrm 1.0.7 6.5.26 DEPRECATED SugarCRM enables businesses to creat...
stable/suitecrm 8.0.11 7.11.12 DEPRECATED SuiteCRM is a completely open source...
stable/sumokube 1.0.2 latest DEPRECATED - Sumologic Log Collector
stable/sumologic-fluentd 2.1.2 2.4.2 DEPRECATED - Sumologic Log Collector
stable/superset 1.1.13 0.36.0 DEPRECATED - Apache Superset (incubating) is a ...
stable/swift 0.6.3 0.7.3 DEPRECATED swift by AppsCode - Ajax friendly He...
stable/sysdig 1.7.16 10.0.0 Sysdig Monitor and Secure agent
stable/telegraf 1.6.1 1.12 DEPRECATED Telegraf is an agent written in Go f...
stable/tensorflow-notebook 0.1.5 1.6.0 DEPRECATED - A Helm chart for tensorflow notebo...
stable/tensorflow-serving 1.1.2 1.14.0 DEPRECATED - TensorFlow Serving is an open-sour...
stable/terracotta 1.1.2 5.6.0 DEPRECATED - Terracotta Ehcache is an improved ...
stable/testlink 7.1.7 1.9.20 DEPRECATED Web-based test management system tha...
stable/tomcat 0.4.3 7.0 DEPRECATED - Deploy a basic tomcat application ...
stable/traefik 1.87.7 1.7.26 DEPRECATED - A Traefik based Kubernetes ingress...
stable/uchiwa 1.0.2 0.22 DEPRECATED Dashboard for the Sensu monitoring f...
stable/unbound 1.1.4 1.6.7 DEPRECATED - Unbound is a fast caching DNS reso...
stable/unifi 0.10.2 5.12.35 DEPRECATED - Ubiquiti Network's Unifi Controller
stable/vault-operator 0.1.4 0.1.9 DEPRECATED - CoreOS vault-operator Helm chart f...
stable/velero 2.7.4 1.2.0 A Helm chart for velero
stable/verdaccio 0.7.8 3.11.6 DEPRECATED - A lightweight private npm proxy re...
stable/voyager 3.2.4 6.0.0 DEPRECATED Voyager by AppsCode - Secure Ingress...
stable/vsphere-cpi 0.2.3 1.2.1 DEPRECATED - A Helm chart for vSphere Cloud Pro...
stable/wavefront 1.1.2 1.0.3 DEPRECATED Wavefront Kubernetes collector
stable/weave-cloud 0.3.9 1.4.0 DEPRECATED - Weave Cloud is a add-on to Kuberne...
stable/weave-scope 1.1.12 1.12.0 DEPRECATED - A Helm chart for the Weave Scope c...
stable/wordpress 9.0.3 5.3.2 DEPRECATED Web publishing platform for building...
stable/xray 0.4.3 2.3.0 DEPRECATED Universal component scan for securit...
stable/zeppelin 1.1.3 0.7.2 DEPRECATED - Web-based notebook that enables da...
stable/zetcd 0.1.11 0.0.3 DEPRECATED CoreOS zetcd Helm chart for Kubernetes
[root@k8smaster linux-amd64]#
5、部署应用测试
[root@k8smaster ~]# helm search repo mysql
NAME CHART VERSION APP VERSION DESCRIPTION
aliyun/mysql 0.3.5 Fast, reliable, scalable, and easy to use open-...
azure/mysql 1.6.9 5.7.30 DEPRECATED - Fast, reliable, scalable, and easy...
azure/mysqldump 2.6.2 2.4.1 DEPRECATED! - A Helm chart to help backup MySQL...
azure/prometheus-mysql-exporter 0.7.1 v0.11.0 DEPRECATED A Helm chart for prometheus mysql ex...
stable/mysql 1.6.9 5.7.30 DEPRECATED - Fast, reliable, scalable, and easy...
stable/mysqldump 2.6.2 2.4.1 DEPRECATED! - A Helm chart to help backup MySQL...
stable/prometheus-mysql-exporter 0.7.1 v0.11.0 DEPRECATED A Helm chart for prometheus mysql ex...
aliyun/percona 0.3.0 free, fully compatible, enhanced, open source d...
aliyun/percona-xtradb-cluster 0.0.2 5.7.19 free, fully compatible, enhanced, open source d...
azure/percona 1.2.3 5.7.26 DEPRECATED - free, fully compatible, enhanced, ...
azure/percona-xtradb-cluster 1.0.8 5.7.19 DEPRECATED - free, fully compatible, enhanced, ...
azure/phpmyadmin 4.3.5 5.0.1 DEPRECATED phpMyAdmin is an mysql administratio...
stable/percona 1.2.3 5.7.26 DEPRECATED - free, fully compatible, enhanced, ...
stable/percona-xtradb-cluster 1.0.8 5.7.19 DEPRECATED - free, fully compatible, enhanced, ...
stable/phpmyadmin 4.3.5 5.0.1 DEPRECATED phpMyAdmin is an mysql administratio...
aliyun/gcloud-sqlproxy 0.2.3 Google Cloud SQL Proxy
aliyun/mariadb 2.1.6 10.1.31 Fast, reliable, scalable, and easy to use open-...
azure/gcloud-sqlproxy 0.6.1 1.11 DEPRECATED Google Cloud SQL Proxy
azure/mariadb 7.3.14 10.3.22 DEPRECATED Fast, reliable, scalable, and easy t...
stable/gcloud-sqlproxy 0.6.1 1.11 DEPRECATED Google Cloud SQL Proxy
stable/mariadb 7.3.14 10.3.22 DEPRECATED Fast, reliable, scalable, and easy t...
[root@k8smaster ~]# helm install mysql-demo stable/mysql
WARNING: This chart is deprecated
NAME: mysql-demo
LAST DEPLOYED: Sun Mar 12 15:42:10 2023
NAMESPACE: kubenetes-plugin
STATUS: deployed
REVISION: 1
NOTES:
MySQL can be accessed via port 3306 on the following DNS name from within your cluster:
mysql-demo.kubenetes-plugin.svc.cluster.local
To get your root password run:
MYSQL_ROOT_PASSWORD=$(kubectl get secret --namespace kubenetes-plugin mysql-demo -o jsonpath="{.data.mysql-root-password}" | base64 --decode; echo)
To connect to your database:
1. Run an Ubuntu pod that you can use as a client:
kubectl run -i --tty ubuntu --image=ubuntu:16.04 --restart=Never -- bash -il
2. Install the mysql client:
$ apt-get update && apt-get install mysql-client -y
3. Connect using the mysql cli, then provide your password:
$ mysql -h mysql-demo -p
To connect to your database directly from outside the K8s cluster:
MYSQL_HOST=127.0.0.1
MYSQL_PORT=3306
# Execute the following command to route the connection:
kubectl port-forward svc/mysql-demo 3306
mysql -h ${MYSQL_HOST} -P${MYSQL_PORT} -u root -p${MYSQL_ROOT_PASSWORD}
[root@k8smaster ~]# kubectl get all
NAME READY STATUS RESTARTS AGE
pod/jenkins-master-ff5dcbc5c-qhdls 1/1 Running 0 4h25m
pod/mysql-demo-8466cbbb67-bjhn4 0/1 Pending 0 44s
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/jenkins-master NodePort 10.106.242.179 <none> 8080:30516/TCP,50000:32106/TCP 4h25m
service/mysql-demo ClusterIP 10.106.174.184 <none> 3306/TCP 45s
NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/jenkins-master 1/1 1 1 4h25m
deployment.apps/mysql-demo 0/1 1 0 45s
NAME DESIRED CURRENT READY AGE
replicaset.apps/jenkins-master-ff5dcbc5c 1 1 1 4h25m
replicaset.apps/mysql-demo-8466cbbb67 1 1 0 44s
[root@k8smaster ~]# kubectl get all
NAME READY STATUS RESTARTS AGE
pod/jenkins-master-ff5dcbc5c-qhdls 1/1 Running 0 4h25m
pod/mysql-demo-8466cbbb67-bjhn4 0/1 Pending 0 59s
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/jenkins-master NodePort 10.106.242.179 <none> 8080:30516/TCP,50000:32106/TCP 4h25m
service/mysql-demo ClusterIP 10.106.174.184 <none> 3306/TCP 60s
NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/jenkins-master 1/1 1 1 4h25m
deployment.apps/mysql-demo 0/1 1 0 60s
NAME DESIRED CURRENT READY AGE
replicaset.apps/jenkins-master-ff5dcbc5c 1 1 1 4h25m
replicaset.apps/mysql-demo-8466cbbb67 1 1 0 59s
[root@k8smaster ~]#