Back to source plugin

Export from Kubernetes to SQLite

CloudQuery is an open-source data integration platform that allows you to export data from any source to any destination.

The CloudQuery Kubernetes plugin allows you to sync data from Kubernetes to any destination, including SQLite. It takes only minutes to get started.

Kubernetes
k8s
Official

Kubernetes

The K8s Source plugin for CloudQuery extracts configuration from a variety of K8s APIs

Publisher

cloudquery

Repositorygithub.com
Latest version

v6.0.12

Type

Source

Platforms
Date Published

SQLite
sqlite
Official

SQLite

This destination plugin lets you sync data from a CloudQuery source to a SQLite database

Publisher

cloudquery

Repositorygithub.com
Latest version

v2.8.3

Type

Destination

Platforms
Date Published

MacOS Setup

Step 1. Install CloudQuery

brew install cloudquery/tap/cloudquery

Step 2. Configure Kubernetes source plugin

You can find more information about the configuration in the plugin documentation

kind: source
spec:
  # Source spec section
  name: k8s
  path: cloudquery/k8s
  registry: cloudquery
  version: "v6.0.12"
  tables: ["*"]
  destinations: ["sqlite"]

  spec:
    contexts: ["context"]

Step 3. Configure SQLite destination plugin

You can find more information about the configuration in the plugin documentation

kind: destination
spec:
  name: sqlite
  path: cloudquery/sqlite
  registry: cloudquery
  version: "v2.8.3"
  spec:
    connection_string: ./db.sql

Step 4. Run Sync

cloudquery sync k8s.yml sqlite.yml
Subscribe to product updates

Be the first to know about new features.