-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat: Self cloud hosting #2485
Merged
Merged
feat: Self cloud hosting #2485
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
laurentluce
commented
Jun 11, 2024
enclave-manager/web/packages/app/src/client/enclaveManager/LocalKurtosisClient.ts
Show resolved
Hide resolved
laurentluce
commented
Jun 11, 2024
enclave-manager/web/packages/app/src/emui/enclaves/components/tables/PortsTable.tsx
Show resolved
Hide resolved
leoporoli
approved these changes
Jun 12, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jun 13, 2024
🤖 I have created a release *beep* *boop* --- ## [0.90.1](0.90.0...0.90.1) (2024-06-13) ### Features * Self cloud hosting ([#2485](#2485)) ([343dbbd](343dbbd)) ### Bug Fixes * migration of ethereum-package to ethpandaops ([#2489](#2489)) ([170584e](170584e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: kurtosisbot <[email protected]>
This was referenced Jun 13, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jun 18, 2024
## Description Doc describing how to self host Kurtosis in your cloud. ## Is this change user facing? YES #2485
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The Kurtosis CLI supports the local use case (localhost) and the Kurtosis cloud use case (cloud.kurtosis.com). We need to be able to build the CLI once and deploy it to multiple environments with different domain names. Add option to the engine to set a domain name used by the EM UI. The domain name is set in a static js file read by the EM UI. More details on this approach discussed here: https://kurtosistech.slack.com/archives/C032ZB39AHH/p1717770540781579
Adding Nginx in front of the engine + install script will be done as a cloud-config PR.
Is this change user facing?
YES