Kubernetes
This page explains the steps required to setup Parseable (in S3 or Local mode) on Kubernetes via Helm.
Prerequisites
kubectl
andhelm
installed and configured to point to relevant Kubernetes clusters.
Setup Parseable with Local Storage
Create configuration secret
Create a secret file with the configuration for Parseable.
Then create the secret in Kubernetes.
Install Parseable
You should now be able to point your browser to http://localhost:8000
and see the Parseable login page. You can login with the values set in the username and password fields in the parseable-env-secret
file above.
Setup Parseable with S3 Storage
Setup object store
This step is required only if you want to setup MinIO as the backend for Parseable. Please skip this step if you have another object store, like S3, already available.
You can now access the MinIO console on http://localhost:9001. You should see a bucket called parseable
created.
MinIO installation steps above are for testing purposes only. For production, please refer to the MinIO documentation.
Create configuration secret
Create a secret file with the configuration for Parseable. Note that the values set below are based on the MinIO installation above. If you are using a different object store, please update the values accordingly.
Then create the secret in Kubernetes.
Install Parseable
You should now be able to point your browser to http://localhost:8000
and see the Parseable login page. You can login with the values set in the username and password fields in the parseable-env-secret
file above.