Steampipe 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, to add extra security, such as forwarding requests to an IDP, like Keycloak.
Charts are available in:
helm repo add steampipe https://devops-ia.github.io/helm-steampipe
helm repo update
helm install [RELEASE_NAME] steampipe/steampipe
This install all the Kubernetes components associated with the chart and creates the release.
See helm install for command documentation.
Charts are also available in OCI format. The list of available charts can be found here.
helm install [RELEASE_NAME] oci://ghcr.io/devops-ia/helm-steampipe/steampipe --version=[version]
Can be found in steampipe chart.