Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] NeoDash Helm Chart for Kubernetes based deployments #884

Open
venkatalolla opened this issue May 4, 2024 · 2 comments

Comments

@venkatalolla
Copy link
Contributor

venkatalolla commented May 4, 2024

Hi,

Is your feature request related to a problem? Please describe.
This is a new feature request to create a Helm chart to support the Kubernetes based deployments in a package pattern. This Helm chart should enable the NeoDash deployment in either editor or reader mode for easy versioning, packaging and installing these dashboards at an enterprise level.

Describe the solution you'd like
The solution includes a Helm chart with the following Kubernetes resources templates to support the editor or reader mode for ease of deployment,

  • Deployment
  • Service
  • Service Account
  • Ingress (Optional)
  • Values file (Default configurations)

Along with the Helm chart, add the appropriate documentation about the usage and default values.

Describe alternatives you've considered
The only alternative is to use the Kubernetes YAML files to deploy the NeoDash.

Additional context
I have successfully deployed the NeoDash version v2.4 and would like to contribute this base Helm chart to the community with optional ingress feature for extending it to be used with an existing ingress controller setup.

Cheers,
Surya Lolla

@adriens
Copy link

adriens commented May 4, 2024

Yup ,including configuration ointing to where the json export of the dashboard ould be awesome 🙏

@venkatalolla
Copy link
Contributor Author

Yup ,including configuration ointing to where the json export of the dashboard ould be awesome 🙏

Sure, are you referring to the dashboard json once published to the Neo4j database?

@venkatalolla venkatalolla changed the title Feature Request: NeoDash Helm Chart for Kubernetes based deployments [Feature Request]: NeoDash Helm Chart for Kubernetes based deployments May 29, 2024
@venkatalolla venkatalolla changed the title [Feature Request]: NeoDash Helm Chart for Kubernetes based deployments [Feature Request] NeoDash Helm Chart for Kubernetes based deployments May 29, 2024
nielsdejong pushed a commit that referenced this issue Nov 14, 2024
* Include the Helm Chart and Kubernetes YAMLs

- Includes the Helm chart required for the NeoDash deployment for the
  Kubernetes clusters
- Includes the example YAML files for the Kubernetes manifests
- Appropriate document changes to include the new Kubernetes
  deployments.

Signed-off-by: Lolla, Venkata <venkata.lolla@fMR.COM>

* Fix the chart notes

Signed-off-by: Lolla, Venkata <venkata.lolla@fMR.COM>

* Patch a typo in the build-and-run.adoc file

Signed-off-by: Lolla, Venkata <venkata.lolla@fMR.COM>

* Resolves SonarCloud warning

Signed-off-by: Lolla, Venkata <venkata.lolla@fMR.COM>

* Review + small fixes, LGTM

---------

Signed-off-by: Lolla, Venkata <venkata.lolla@fMR.COM>
Co-authored-by: Lolla, Venkata <venkata.lolla@fMR.COM>
nielsdejong added a commit that referenced this issue Nov 14, 2024
* Bump es5-ext from 0.10.62 to 0.10.64

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.62...v0.10.64)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Disable form button until all parameters in given

* fix: check empty string as well

* Bump webpack-dev-middleware from 5.3.3 to 5.3.4

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /gallery

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump express from 4.18.1 to 4.19.2 in /docs

Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.1...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump express from 4.18.2 to 4.19.2 in /gallery

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump express from 4.18.2 to 4.19.2

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* added cypress

* Added cypress

* Add a dependabot config file

* Add docs directory to dependabot

* Fix dependabot yarn to npm

* Migrate DataGrid to 7.x #850 ; Initial changes

* Fix compact x wrapping

* feat: Updated JSDoc

* Bump micromatch from 4.0.5 to 4.0.8 in /gallery (#948)

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niels de Jong <Niels-121@hotmail.com>

* Bump webpack from 5.77.0 to 5.94.0 (#947)

Bumps [webpack](https://github.com/webpack/webpack) from 5.77.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.77.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump fast-loops from 1.1.3 to 1.1.4 in /gallery (#920)

Bumps [fast-loops](https://github.com/robinweser/fast-loops) from 1.1.3 to 1.1.4.
- [Commits](https://github.com/robinweser/fast-loops/commits)

---
updated-dependencies:
- dependency-name: fast-loops
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ws from 8.12.1 to 8.17.1 (#911)

Bumps [ws](https://github.com/websockets/ws) from 8.12.1 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.12.1...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump braces from 3.0.2 to 3.0.3 in /gallery (#908)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niels de Jong <Niels-121@hotmail.com>

* Bump follow-redirects from 1.15.4 to 1.15.6 in /gallery (#831)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.4 to 1.15.6 (#830)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Added evolution notice

* Fixed typo in README

* Fixed typo in README

* Bumped version number to 2.4.9

* Improve method for checking "low" property existence in downloadCSV function (#951)

Co-authored-by: “Bastien <“bastien.hubert@hotmail.com”>

* Update configuration.adoc (#946)

Default loggingDatabase is logs not neo4j, updated same in document.

Issue Closed : #915

Document Referred : 
https://github.com/neo4j-labs/neodash/blob/42b196a3ec9a1d5740e4c81420a762646b1295b7/scripts/config-entrypoint.sh#L26
https://neo4j.com/labs/neodash/2.4/developer-guide/configuration/#_configuration_options

Signed-off-by: Singh, Jyotsana <Jyotsana.Singh@fmr.com>

* Feature/rule based styling table colouring (#944)

* rule based styling cell colouring feature

* changing cell text/background colour now plays nicely

* TODO note about row/cell rule mix and match behaviour

* Bugfix/array table wrap (#943)

* table wrap bug fix

* typo fix

* changes to add ssl support (#935)

Signed-off-by: Parekh, Geet <geet.parekh@fmr.com>

* adding param to manage SSO redirection (#918)

* adding param to manage SSO redirection

* added standalone when not sharing credentials

* Removed superfluous log statements

---------

Co-authored-by: Niels de Jong <Niels-121@hotmail.com>

* Add possibility to hide Y axes and grid lines in BarChart (#895)

* Add possibility to hide Y axes and grid lines in BarChart

* Add Husky prepare stage

* Fix stacked grouped function test

* Fix pie chart e2e test in start_page.cy

* Add Bar chart Y axis e2e tests

* Add Cypress support in eslintrc.json

* Create Page helper class for Cypress

* Update browserlist

* Fix e2e bar tests by removing within

---------

Co-authored-by: “Bastien <“bastien.hubert@hotmail.com”>
Co-authored-by: Niels de Jong <Niels-121@hotmail.com>

* Markdown tables not rendered #836 (#893)

Co-authored-by: Marius Conjeaud <rmcj@novonordisk.com>

* Added banner to all docs pages referring to new docs

* Updated README

* Current Users or ALL Users getting deleted in an Update (#906)

* fixed: when updating a user permission by DELETING a user from a certain role, it drops ALL the users. Also if you add a user to a role it will still keep the role on previously added users

* updated the code so that if datbase selected is empty we show feedback there is nothing to fetch and do not provide labels and also enable to save users to role even though db is empty

---------

Co-authored-by: Niels de Jong <Niels-121@hotmail.com>

* Finalized release notes and updated README for 2.4.9

* [Feature #884] Helm chart for Kubernetes deployments PR#902 (#971)

* Include the Helm Chart and Kubernetes YAMLs

- Includes the Helm chart required for the NeoDash deployment for the
  Kubernetes clusters
- Includes the example YAML files for the Kubernetes manifests
- Appropriate document changes to include the new Kubernetes
  deployments.

Signed-off-by: Lolla, Venkata <venkata.lolla@fMR.COM>

* Fix the chart notes

Signed-off-by: Lolla, Venkata <venkata.lolla@fMR.COM>

* Patch a typo in the build-and-run.adoc file

Signed-off-by: Lolla, Venkata <venkata.lolla@fMR.COM>

* Resolves SonarCloud warning

Signed-off-by: Lolla, Venkata <venkata.lolla@fMR.COM>

* Review + small fixes, LGTM

---------

Signed-off-by: Lolla, Venkata <venkata.lolla@fMR.COM>
Co-authored-by: Lolla, Venkata <venkata.lolla@fMR.COM>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Singh, Jyotsana <Jyotsana.Singh@fmr.com>
Signed-off-by: Parekh, Geet <geet.parekh@fmr.com>
Signed-off-by: Lolla, Venkata <venkata.lolla@fMR.COM>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Monish <139316519+m-o-n-i-s-h@users.noreply.github.com>
Co-authored-by: Marius Conjeaud <rmcj@novonordisk.com>
Co-authored-by: MariusC <marius.conjeaud@outlook.com>
Co-authored-by: Bastien Hubert <43408420+bastienhubert@users.noreply.github.com>
Co-authored-by: “Bastien <“bastien.hubert@hotmail.com”>
Co-authored-by: JyotsanaSingh <62237566+Jyots6914@users.noreply.github.com>
Co-authored-by: LiamEdwardsLamarche <134382136+LiamEdwardsLamarche@users.noreply.github.com>
Co-authored-by: geetparekh <geetparekh@gmail.com>
Co-authored-by: alfredorubin96 <103421036+alfredorubin96@users.noreply.github.com>
Co-authored-by: Aleksandar <aleksandar.simeunovic94@gmail.com>
Co-authored-by: Morgan Senechal <morgan@neo4j.com>
Co-authored-by: Lolla, Venkata <venkata.lolla@fMR.COM>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants