Skip to main content

A plugin for nodestream that manages k8s resources.

Project description

Nodestream Kubernetes Plugin

NOTE: This plugin is still in development and is not ready for production use.

Overview

This plugin allows you to deploy nodestream on a Kubernete cluster. As your project evolves by adding more data pipelines, nodstream-plugin-k8s will be able to manage your kubernetes resources for you.

Installation

pip install nodestream-plugin-k8s

Usage

1. Create a nodestream.yaml file and project.

# nodestream.yaml
scopes:
   crons: 
      pipelines:
        - path: pipelines/crons/my_scheduled_pipeline.yaml
  perpetual:
      pipelines:
        - path: pipelines/perpetual/my_kafka_pipeline.yaml

2. Annotate your pipeline with nodestream-plugin-k8s annotations.

# nodestream.yaml
scopes:
   crons:
      pipelines:
        - path: pipelines/crons/my_scheduled_pipeline.yaml
          annotations:
            nodestream_plugin_k8s_schedule: "0 0 * * *"
    perpetual:
       pipelines:
          - path: pipelines/perpetual/my_kafka_pipeline.yaml
            annotations:
              nodestream_plugin_k8s_conccurency: 1

3. Run nodestream-plugin-k8s to deploy your pipelines.

nodestream k8s sync --namespace my-nodestream-app-namespace 

4. Check your kubernetes cluster for your deployed pipelines.

kubectl get cronjobs -n my-nodestream-app-namespace
kubectl get deployments -n my-nodestream-app-namespace

5. Update your nodestream.yaml file and re-run nodestream-plugin-k8s to update your pipelines.

# nodestream.yaml
scopes:
   crons:
      pipelines:
        - path: pipelines/crons/my_scheduled_pipeline.yaml
          annotations:
            nodestream_plugin_k8s_schedule: "30 0 * * *"
    perpetual:
       pipelines:
          - path: pipelines/perpetual/my_kafka_pipeline.yaml
            annotations:
              nodestream_plugin_k8s_conccurency: 100
nodestream k8s sync --namespace my-nodestream-app-namespace 

6. Check your kubernetes cluster for your updated pipelines.

kubectl get cronjobs -n my-nodestream-app-namespace
kubectl get deployments -n my-nodestream-app-namespace

7. Delete your pipelines.

nodestream k8s destroy --namespace my-nodestream-app-namespace 

Annotations

nodestream_plugin_k8s_schedule

This annotation is used to schedule a cronjob. The value of this annotation should be a cron expression.

nodestream_plugin_k8s_concurrency

This annotation is used to set the concurrency of a deployment. The value of this annotation should be an integer.

nodestream_plugin_k8s_image

This annotation is used to set the image of a deployment or job. The value of this annotation should be a valid docker image.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nodestream_plugin_k8s-0.10.0.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

nodestream_plugin_k8s-0.10.0-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

Details for the file nodestream_plugin_k8s-0.10.0.tar.gz.

File metadata

  • Download URL: nodestream_plugin_k8s-0.10.0.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.0 Darwin/22.6.0

File hashes

Hashes for nodestream_plugin_k8s-0.10.0.tar.gz
Algorithm Hash digest
SHA256 7b65af2d54331bbb75baa342f6ec66e7603dc9880f72e1f70adfe861671b29a0
MD5 afb4158acbd843fe49258ab4babde478
BLAKE2b-256 b92f53d2967033ebd4667fbb9004c2771bc3744296cb39e90c5d8dcc0456ea0c

See more details on using hashes here.

File details

Details for the file nodestream_plugin_k8s-0.10.0-py3-none-any.whl.

File metadata

File hashes

Hashes for nodestream_plugin_k8s-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 45aa6cd04002d53273befb65e6cbd7c3cfdebe845d5e0160d3a9273ecafcc3cf
MD5 c165072bc91898a9510709edf04c26e9
BLAKE2b-256 ac22469d2fe345b5345c9a95d395def7e5c15cb8b1857a7b491cb21a4f70c62a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page