charts

Bitnami Helm Charts (by bitnami)

Charts Alternatives

Similar projects and alternatives to charts

  1. kubernetes

    Production-Grade Container Scheduling and Management

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. k3s

    314 charts VS k3s

    Lightweight Kubernetes

  4. filemanager

    ๐Ÿ“‚ Web File Browser

  5. Keycloak

    264 charts VS Keycloak

    Open Source Identity and Access Management For Modern Applications and Services

  6. helm

    252 charts VS helm

    The Kubernetes Package Manager

  7. ingress-nginx

    Ingress NGINX Controller for Kubernetes

  8. kind

    213 charts VS kind

    Kubernetes IN Docker - local clusters for testing Kubernetes

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. MySQL

    184 charts VS MySQL

    MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.

  11. helm-charts

    105 charts VS helm-charts

    Prometheus community Helm charts

  12. flux2

    106 charts VS flux2

    Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.

  13. GoAccess

    GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.

  14. home-ops

    56 charts VS home-ops

    Wife approved HomeOps driven by Kubernetes and GitOps using Flux

  15. cyclops

    Developer Friendly Kubernetes ๐Ÿ‘๏ธ

  16. prometheus-operator

    Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes

  17. postgres-operator

    Postgres operator creates and manages PostgreSQL clusters running in Kubernetes

  18. postgres-operator

    Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service. (by CrunchyData)

  19. traefik-helm-chart

    Traefik Proxy Helm Chart

  20. containers

    21 charts VS containers

    Bitnami container images

  21. kubegres

    Kubegres is a Kubernetes operator allowing to deploy one or many clusters of PostgreSql instances and manage databases replication, failover and backup.

  22. mariadb-operator

    ๐Ÿฆญ Run and operate MariaDB in a cloud native way

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better charts alternative or higher similarity.

charts discussion

Log in or Post with

charts reviews and mentions

Posts with mentions or reviews of charts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-10.
  • Getting to Know Bitnami: Your Shortcut to Web Application Success
    1 project | dev.to | 15 Apr 2025
    Choose Your Application: Head to the Bitnami website (https://bitnami.com/) and browse their extensive catalog of applications. Find the application that suits your needs โ€“ whether it's WordPress for a blog, Moodle for an e-learning platform, or a specialized business tool.
  • Even more OpenTelemetry - Kubernetes special
    8 projects | dev.to | 10 Apr 2025
    Valkey
  • Nice open-source UI Tool to interact with kubernetes clusters
    4 projects | dev.to | 7 Apr 2025
    Bitnami charts: https://github.com/bitnami/charts
  • Self-Hosting like it's 2025
    16 projects | news.ycombinator.com | 1 Apr 2025
    K3s installs super fast.

    Writing your first yaml or two is scary & seems intimidating at first .

    But after that, everything is cut from the same cloth. Its an escape from the long dark age of every sysadmin forever cooking up whatever whimsy sort of served them at the time, escape from each service having very different management practices around it.

    And there's no other community anywhere like Kubernetes. Unbelievably many very good quality very smart helm charts out there, such as https://github.com/bitnami/charts just ready to go. Really sweet home-ops setups like https://github.com/onedr0p/home-ops that show that once you have a platform under foot, adding more services is really easy, showing an amazing range of home-ops things you might be interested in.

    > Last thing I need is Kubernetes at home

    Last thing we need is incredibly shitty attitude. Fuck around and find out is the hacker spirit. Its actually not hard if you try, and actually having a base platform where things follow common patterns & practices & you can reuse existing skills & services is kind of great. Everything is amazing but the snivelling shitty whining without even making the tiniest little case will surely continue. Low signal people will remain low signal, best avoid.

  • Show HN: Endor, Run
    1 project | news.ycombinator.com | 1 Apr 2025
  • How to Deploy Bitnami Schema Registry Helm Chart on Preinstalled Strimzi Kafka Cluster in a Separate Namespace?
    2 projects | dev.to | 21 Mar 2025
    helm chart link: https://github.com/bitnami/charts/tree/main/bitnami/schema-registry
  • My Love-Hate Relationship with Helm
    2 projects | dev.to | 20 Feb 2025
    When you are ready to migrate your release and use Cyclops modules, click the Migrate to Cyclops Module, which will open a pop-up where you can input the Helm chart reference. In this case, it would be the Bitnami git repo and its PostgreSQL chart on the main branch.
  • Postgres in prod. Part 1 - setup and startup for growth.
    5 projects | dev.to | 30 Jan 2025
    There are two major ways to deploy Postgres to Kubernetes. First is using Helm charts like bitnami/postgresql or Sergeโ€™s postgresql-single, which has benefits compared to bitnami chart. The second way to run Postgres is to use the Kubernetes operator. There are a couple of them, here we will talk about Zalando Postgres operator. The helm way is better when in the future you will not plan to use more than one or two Postgres clusters per Kubernetes cluster. If you realize, that you will run more, then the Operator way is for you with all its automation and management advantages. Here is an example of PostgreSQL database manifest for Zalando Postgres Operator pg-prod.yaml. This example was tested for intensive transaction processing with query rates up to 3000-4000 per second and database size up to 350GB (data and indexes). It is enough to start most projects with thousands of active users like medium-volume webshops, news- and community-support websites, medium-sized gaming or gambling, etc. We assume, that we already set up the operator and the S3 bucket with encryption and access control for backups and WAL-log storage.
  • Minio integration with nestjs | file upload & retrieve
    1 project | dev.to | 29 Nov 2024
    First of all, let's setup minio in docker container. I use bitnami's minio package. Add minio service to your docker-compose.yaml:
  • The Home Server Journey - 6: Your New Blogging Career
    13 projects | dev.to | 8 Oct 2024
    Of course that requires a more complex setup for the database server itself, but thanks to Bitnami's mariadb-galera Docker image and Helm chart, I've managed to get to something rather manageable for our purposes:
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 17 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more โ†’

Stats

Basic charts repo stats
106
9,489
9.9
3 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Smarty is
the 53rd most popular programming language
based on number of references?