terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

k8s v2 backend #3630

Closed busma13 closed 2 months ago

busma13 commented 4 months ago

This PR makes the following changes:

Ref: #1799

busma13 commented 4 months ago

Set cluster_manager_type to kubernetesV2 in your terafoundation config:

terafoundation:
    ...
teraslice:
    ...
    cluster_manager_type: kubernetesV2
    ...

Check the clustering_type to verify kubernetesV2 backend:

curl localhost:5678
{
    "arch": "arm64",
    "clustering_type": "kubernetesV2",
    "name": "ts-dev1",
    "node_version": "v18.19.1",
    "platform": "linux",
    "teraslice_version": "v1.6.1"
}