Skip to content

Document deploying your own database, object storage and registry #11178

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

Closed
mrsimonemms opened this issue Jul 6, 2022 · 2 comments
Closed

Document deploying your own database, object storage and registry #11178

mrsimonemms opened this issue Jul 6, 2022 · 2 comments
Labels
feature: documentation meta: stale This issue/PR is stale and will be closed soon team: delivery Issue belongs to the self-hosted team

Comments

@mrsimonemms
Copy link
Contributor

"Database, object storage and registry" is a long and repetitive phrase to write. In this PR, it will be referred to as DOR

Is your feature request related to a problem? Please describe

For Gitpod self-hosted, we always recommend using managed cloud instances for DOR - they are more performant and easier to manage and backup. It is anticipated that all enterprise customers and the majority of community users will follow this path. For convenience, we offer DOR as in-cluster dependencies - these are intended to be used when running proof of concept installations, or for installations with a small number of users.

There are times when users can't/don't want to use a cloud-managed DOR and the in-cluster configuration is not quite to their needs, eg #9698

Describe the behaviour you'd like

The DOR configuration was written with an explicit "in-cluster" vs "external" dichotomy. The implication is that this is "internal/external to the cluster" when it's actually "internal/external to the Installer". This means that if you want to configure your own DOR, you can simply deploy your own version to your cluster and access is over the internal service URL (eg, service.namespace.svc.cluster.local:port).

As far as the Gitpod installation is concerned, there's no difference between this and a cloud-managed DOR - it's just a service that's accessed over a network (go 12Factor App!).

As part of the Advanced Installation docs, we should document examples of how to deploy custom DOR. It is important to note that we shouldn't write it in a way that opens up lots of support questions of "I want to do this with my database deployment" - these must be explicitly written so that readers are aware that this is an advanced topic that is how people can customise their DOR.

Describe alternatives you've considered

Do nothing and point to this issue every time we're asked.

Additional context

We should probably think of a naming convention. I've been using "external in-cluster dependencies", but that's a bit wordy and doesn't really explain the problem/solution.

@stale
Copy link

stale bot commented Oct 12, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

1 similar comment
@stale
Copy link

stale bot commented Jan 16, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the meta: stale This issue/PR is stale and will be closed soon label Jan 16, 2023
@stale stale bot closed this as completed Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: documentation meta: stale This issue/PR is stale and will be closed soon team: delivery Issue belongs to the self-hosted team
Projects
None yet
Development

No branches or pull requests

1 participant