Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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