mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 05:36:14 +03:00
[GH-ISSUE #544] How to run on k8s #160
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#160
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ysomawar on GitHub (Nov 18, 2021).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/544
Please, describe your question in details.
I am trying to run on k8s environment, but UI is not loading. I am getting just dbeaver logo on top left corner of browser. No error on pod.
following is a yml file user for deployment,
Could somebody assist me on this.
@yoavo-datricks commented on GitHub (Nov 18, 2021):
You are serving CB under /db1 so I think you must add CB_SERVER_URL with /db1 at the end of it.
That's why it's there.
@ysomawar commented on GitHub (Nov 18, 2021):
Hello @yoavo-datricks , currently I had commented the "CB_SERVER_URL" variable, but I tried by adding /db1 at the end of CB_SERVER_URL, but still same issue. UI is not loading.
Please assist me on this.
@kseniiaguzeeva commented on GitHub (Nov 24, 2021):
Could you please send a screenshot and web console details? It will help me to assess the issue and find a solution.
@yoavo-datricks commented on GitHub (Nov 24, 2021):
You shouldn't do "nginx.ingress.kubernetes.io/rewrite-target: /" and have the CB_SERVER_URL with the /db1.
You shouldn't do any rewrite-target at all, Just have the ingress path and variable identical and it works.
@ysomawar commented on GitHub (Nov 24, 2021):
Hello @yoavo-datricks ,
I tried by removing rewrite-target and CB_SERVER_URL with the /db1, but not working. I am getting 404,
My Updated yaml,
@ysomawar commented on GitHub (Nov 24, 2021):
Hi @kseniiaguzeeva,
If I use the above yaml with "nginx.ingress.kubernetes.io/rewrite-target: /" and the CB_SERVER_URL with the /db1. I am getting following screen,
Please help me to solve the issue.
@yoavo-datricks commented on GitHub (Nov 25, 2021):
@ysomawar apologies. I see that in our configuration we haven't set CB_SERVER_URL at all.
However, in the cloudbeaver.conf file which we build using an external configmap we set the rootURI parameter to be "/cdb/ and this way is working for us.
@kseniiaguzeeva commented on GitHub (Dec 1, 2021):
Looks like it is a similar issue with https://github.com/dbeaver/cloudbeaver/issues/240 and something is wrong with the config files. Could you please send file
cloudbeaver.conf(here or to ksenia@jkiss.org) to me?@kseniiaguzeeva commented on GitHub (Jan 12, 2022):
There is no update in the ticket during the long time. Please feel free to ask to reopen the ticket if it is still actual for you.
@bsgrigorov commented on GitHub (Feb 9, 2022):
Check out this helm chart https://github.com/bsgrigorov/dbeaver-helm. It still needs work, but it's a start.