Go Charts

Open-source Go projects categorized as Charts

Top 11 Go Chart Projects

  • helm

    The Kubernetes Package Manager

  • Project mention: Kubernetes for Beginners | dev.to | 2024-05-19

    Kubernetes Documentation: https://kubernetes.io/docs/home/ Kubernetes Tutorials: https://kubernetes.io/docs/tutorials/ Kubernetes Community: https://kubernetes.io/community/ Prometheus: https://prometheus.io/ Grafana: https://grafana.com/ Elasticsearch: https://www.elastic.co/elasticsearch/ Kibana: https://www.elastic.co/kibana Helm: https://helm.sh/ Prometheus Helm Chart: https://github.com/prometheus-community/helm-charts/tree/main/prometheus Grafana Helm Chart: https://github.com/grafana/helm-charts/tree/main/grafana Elasticsearch Helm Chart: https://github.com/elastic/helm-charts/tree/main/elasticsearch Kibana Helm Chart: https://github.com/elastic/helm-charts/tree/main/kibana RBAC: https://kubernetes.io/docs/reference/access-authn-authz/rbac/ Network Policies: https://kubernetes.io/docs/concepts/services-networking/network-policies/ StatefulSets: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ DaemonSets: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ Taints and Tolerations: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ Custom Resource Definitions (CRDs): https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/ Operators: https://kubernetes.io/docs/concepts/extend-kubernetes/operator/

  • sampler

    Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.

  • Project mention: Bus ETA | /r/commandline | 2023-11-16

    Hi ! I'm currently in the process of building myself dashboards using sampler and / or WTF. I want a section with the live ETA of some buses stop from STM. I know they have an SMS option so that may be a lead but i've figured there might be a better way using iBus or something. Thanks in advance !!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • go-echarts

    🎨 The adorable charts library for Golang

  • chartmuseum

    helm chart repository server

  • kube-score

    Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.

  • helm-diff

    A helm plugin that shows a diff explaining what a helm upgrade would change

  • Project mention: Kong Gateway on AWS EKS: A Journey into Cloud-native API Management | dev.to | 2024-01-16

    #!/usr/bin/env bash set -euo pipefail cd "$(dirname "$0")/.." source scripts/common.sh green "Installing Kubectl" install_kubectl green "Installing helm version => ${HELM_VERSION}" install_helm green "Setting up Kong Helm Repo" helm repo add kong https://charts.konghq.com helm repo update green "Installing Helm Diff Plugin" helm plugin install https://github.com/databus23/helm-diff || true green "Setting up AWS Auth" setup_aws_auth green "Set the current namespace" kubectl config set-context --current --namespace=${KONG_NAME}-kong green "Validating VPA Config => ${KONG_NAME}-kong-vpa" kubectl diff -f ${KONG_NAME}/vpa.yaml || true if [[ "${KONG_NAME}" == prd ]]; then green "Validating Ingress => ${KONG_NAME}-kong-ingress" kubectl diff -f ${KONG_NAME}/ingress.yaml || true fi green "Validating Kong => ${KONG_NAME}" helm diff upgrade \ --install \ "${KONG_NAME}" \ kong/kong \ --namespace "${NAMESPACE}" \ -f ${KONG_NAME}/kong.yaml \ --set-file dblessConfig.config=${KONG_NAME}/declarative.yaml \ --version 2.6.3

  • jp

    dead simple terminal plots from JSON data. single binary, no dependencies. linux, osx, windows. (by sgreben)

  • SaaSHub

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

    SaaSHub logo
  • chart-releaser

    Hosting Helm Charts via GitHub Pages and Releases

  • k8s-platform-lcm

    A faster and easier way to manage the lifecycle of applications and tools, running and living around your Kubernetes platform

  • bitnami-compat

    Unofficial tools to build Bitnami containers using open source to support Bitnami charts (Arm64 support)

  • octant-helm

    Octant plugin for Helm

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Charts related posts

  • How to take down production with a single Helm command

    1 project | news.ycombinator.com | 4 Apr 2024
  • Kubernets Helm Chart

    1 project | dev.to | 13 Feb 2024
  • Kong Gateway on AWS EKS: A Journey into Cloud-native API Management

    1 project | dev.to | 16 Jan 2024
  • Podman Desktop 1.6 released: Even more Kubernetes and Containers features

    6 projects | news.ycombinator.com | 20 Dec 2023
  • Let's Celebrate Relicensing from an Open Source to a Proprietary License

    1 project | news.ycombinator.com | 12 Oct 2023
  • Simplified Deployment: A Deep Dive into Containerization and Helm

    6 projects | dev.to | 9 Oct 2023
  • Ubuntu 22.04 üzerinde belirli bir Helm sürümü kurulumu

    1 project | dev.to | 26 Jul 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Chart projects in Go? This list will help you:

Project Stars
1 helm 26,132
2 sampler 12,253
3 go-echarts 6,256
4 chartmuseum 3,497
5 kube-score 2,615
6 helm-diff 2,535
7 jp 1,306
8 chart-releaser 639
9 k8s-platform-lcm 185
10 bitnami-compat 163
11 octant-helm 68

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com