mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-03-04 08:52:27 -05:00
Clarification on CloudBeaver AWS deployment for Kubernetes #962
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
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:authentication
xf:aws
xf:commit-mode
xf:connection
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
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#962
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 @jonsbun on GitHub (Aug 11, 2025).
Hello,
I need clarification it is possible to deploy CloudBeaver AWS in Kubernetes (EKS)?
From the description in AWS Marketplace looks like that only Amazon Machine Image (AMI) delivery method is available. That's means that application must be deployed in EC2: https://aws.amazon.com/marketplace/pp/prodview-kijugxnqada5i
However, CloudBeaver EE it looks like has Kubernetes deployment: https://github.com/dbeaver/cloudbeaver-deploy/tree/main/k8s
I am wondering is any plans to provide CloudBeaver AWS delivery method as container image?
@dariamarutkina commented on GitHub (Aug 11, 2025):
Hello, @jonsbun!
CloudBeaver AWS from AWS Marketplace is available only via the AMI delivery method and is intended for deployment on EC2. It cannot be used as a container image in Kubernetes (EKS), as it would not work as intended in that environment.
If you need a Kubernetes deployment, we recommend using the CloudBeaver EE container image, which fully supports Kubernetes environments.
Could you clarify what exactly you would like to achieve with CloudBeaver AWS in EKS? 🦫
@jonsbun commented on GitHub (Aug 11, 2025):
@dariamarutkina our infrastructure is running in the Kubernetes cluster, so running separate EC2 instance only due to CloudBeaver AWS is pain for us. I think there are more people facing this.