Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devops-ia/helm-steampipe
Helm chart for Steampipe
https://github.com/devops-ia/helm-steampipe
charts helm kubernetes oauth2 query sql steampipe steampipe-dashboard steampipe-mod steampipe-plugin
Last synced: about 5 hours ago
JSON representation
Helm chart for Steampipe
- Host: GitHub
- URL: https://github.com/devops-ia/helm-steampipe
- Owner: devops-ia
- License: mit
- Created: 2024-08-06T07:40:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T19:19:20.000Z (6 days ago)
- Last Synced: 2024-11-10T20:24:21.270Z (6 days ago)
- Topics: charts, helm, kubernetes, oauth2, query, sql, steampipe, steampipe-dashboard, steampipe-mod, steampipe-plugin
- Language: Smarty
- Homepage: https://devops-ia.github.io/helm-steampipe/
- Size: 78.1 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Steampipe Helm Chart
[Steampipe](https://steampipe.io/) is the zero-ETL solution for getting data directly from APIs and services. This repository enables the deployment of Steampipe on Kubernetes. In addition, there is the possibility to integrate Steampipe with [OAuth2 Proxy](https://github.com/oauth2-proxy/manifests), to add extra security, such as forwarding requests to an IDP, like Keycloak.
## Usage
Charts are available in:
* [Chart Repository](https://helm.sh/docs/topics/chart_repository/)
* [OCI Artifacts](https://helm.sh/docs/topics/registries/)### Chart Repository
#### Add repository
```console
helm repo add steampipe https://devops-ia.github.io/helm-steampipe
helm repo update
```#### Install Helm chart
```console
helm install [RELEASE_NAME] steampipe/steampipe
```This install all the Kubernetes components associated with the chart and creates the release.
_See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._
### OCI Registry
Charts are also available in OCI format. The list of available charts can be found [here](https://github.com/devops-ia/helm-steampipe/pkgs/container/helm-steampipe%2Fsteampipe).
#### Install Helm chart
```console
helm install [RELEASE_NAME] oci://ghcr.io/devops-ia/helm-steampipe/steampipe --version=[version]
```## Steampipe chart
Can be found in [steampipe chart](charts).