Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shalb/charts
Public helm charts collection
https://github.com/shalb/charts
Last synced: about 2 months ago
JSON representation
Public helm charts collection
- Host: GitHub
- URL: https://github.com/shalb/charts
- Owner: shalb
- License: apache-2.0
- Created: 2023-10-28T09:27:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-06T18:33:36.000Z (9 months ago)
- Last Synced: 2024-05-06T19:46:21.482Z (9 months ago)
- Language: Smarty
- Size: 84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The SHALB Helm Library
Here we collect useful charts we designed in [SHALB](https://shalb.com) also used in our [cluster.dev](htts://cluster.dev) product for building cloud installers and creating infrastructure templates with Terraform modules and Helm charts.
## Before you begin
### Prerequisites
- Kubernetes 1.23+
- Helm 3.8.0+## Setup a Kubernetes Cluster
The quickest way to setup a Kubernetes cluster in different clouds to install SHALB Charts is by using [cluster.dev](https://docs.cluster.dev).
## Bootstrapping Kubernetes in Different Clouds
Create fully featured Kubernetes clusters with required addons:
| Cloud Provider | Kubernetes Type | Sample Link | Technologies |
|----------------|-----------------|-------------------------|------------------|
| AWS | EKS | [**AWS-EKS**](https://docs.cluster.dev/examples-aws-eks/) | |
| AWS | K3s | [**AWS-K3s**](https://docs.cluster.dev/examples-aws-k3s/) | |
| GCP | GKE | [**GCP-GKE**](https://docs.cluster.dev/examples-gcp-gke/) | |
| AWS | K3s + Prometheus| [**AWS-K3s Prometheus**](https://docs.cluster.dev/examples-aws-k3s-prometheus/) | |
| DO | K8s | [**DO-K8s**](https://docs.cluster.dev/examples-do-k8s/) | |## Using Helm
To install Helm, refer to the [Helm install guide](https://github.com/helm/helm#install) and ensure that the helm binary is in the PATH of your shell.
Once you have installed the Helm client, you can deploy a SHALB Helm Chart into a Kubernetes cluster.
Please refer to the [Quick Start guide](https://helm.sh/docs/intro/quickstart/).## Using Helm with cluster.dev
Example of how to deploy application with Helm and Terraform to Kubernetes:
| Description | Sample Link | Technologies |
|-----------------------------|---------------------------------------|------------------|
| Kubernetes Terraform Helm | [**Quick Start with Kubernetes**](https://docs.cluster.dev/get-started-cdev-helm/) | |## License
Copyright © 2023 SHALB.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0