kubernetes-patterns-helm-charts

Contents

Roadmap info from roadmap website

Helm Charts

Helm is a Kubernetes package manager that simplifies the deployment and management of complex applications through the use of reusable and versioned Helm charts. These charts are composed of YAML files that describe related sets of Kubernetes resources and can be customized using values files and templating with Go templates. Helm charts can also have dependencies on other charts and be stored in a centralized repository like Helm Hub for easy sharing and access. By utilizing Helm, teams can streamline application management and reduce duplication of effort.

Resources

Examples

  • Nginx Ingress Controller

    • Helm Chart for managing NGINX as an ingress controller for Kubernetes clusters.
    • Link to Chart
  • Prometheus

    • Helm Chart for deploying Prometheus to monitor Kubernetes clusters.
    • Link to Chart
  • Grafana

    • Helm Chart for deploying Grafana for visualizing data from various sources like Prometheus.
    • Link to Chart
  • MySQL

  • Elasticsearch

    • Helm Chart for deploying Elasticsearch, a distributed search and analytics engine.
    • Link to Chart
  • Jenkins

    • Helm Chart for deploying Jenkins for automating software development processes.
    • Link to Chart
  • WordPress

  • Redis

    • Helm Chart for deploying Redis, an in-memory data structure store.
    • Link to Chart
#roadmap #kubernetes #kubernetes-patterns #ready #online