Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duyet/charts
Collection of useful Helm Charts. Well test with KinD and Kubeconform
https://github.com/duyet/charts
chart charts dataops devops hacktoberfest helm helm-chart helm-charts k8s kind kubernetes
Last synced: 2 months ago
JSON representation
Collection of useful Helm Charts. Well test with KinD and Kubeconform
- Host: GitHub
- URL: https://github.com/duyet/charts
- Owner: duyet
- License: mit
- Created: 2020-06-16T17:09:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T17:44:37.000Z (2 months ago)
- Last Synced: 2024-11-22T18:38:01.041Z (2 months ago)
- Topics: chart, charts, dataops, devops, hacktoberfest, helm, helm-chart, helm-charts, k8s, kind, kubernetes
- Language: Mustache
- Homepage: https://duyet.github.io/charts/
- Size: 12.9 MB
- Stars: 16
- Watchers: 3
- Forks: 16
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# duyet/charts [![Chart Lint](https://github.com/duyet/charts/actions/workflows/chart-lint.yml/badge.svg)](https://github.com/duyet/charts/actions/workflows/chart-lint.yml) [![Build & Publish](https://github.com/duyet/charts/actions/workflows/chart-build-publish.yml/badge.svg)](https://github.com/duyet/charts/actions/workflows/chart-build-publish.yml) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/duyet)](https://artifacthub.io/packages/search?repo=duyet)
Helm Charts for Kubernetes.- Charts list: https://duyet.github.io/charts/index.yaml
- Artifact hub: https://artifacthub.io/packages/search?repo=duyet# Before you begin
## Setup a Kubernetes Cluster
There are many way to setup a Kubernetes cluster:
- [Learning environment](https://kubernetes.io/docs/setup/learning-environment/)
- [Production environment](https://kubernetes.io/docs/setup/production-environment/)
- [Best practices](https://kubernetes.io/docs/setup/best-practices/)## Install 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.
## Add Repo
The following command allows you to download and install all the charts from this repository:
```
$ helm repo add duyet https://duyet.github.io/charts
```## Using Helm
Useful Helm Client Commands:
- View available charts: `helm search repo`
- Install a chart: `helm install my-release duyet/`
- Upgrade your application: `helm upgrade`# License
MIT