Skip to content

Commit

Permalink
More details
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Jun 14, 2024
1 parent 57ac10b commit b34b41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/guides/self-cloud-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ slug: /self-hosting
sidebar_position: 14
---

This guide will help you set up Kurtosis in your own cloud.
This guide will help you set up Kurtosis in your own cloud and exposing it using one of your subdomains e.g. `kurtosis.<your domain>.com`

I. Prerequisites
-----------------

1. Public facing gateway supporting your domain with certificate. The certificate should support your domain name and a wildcard subdomain prefix `*.domain` since the service port URLs format is `port-service-enclave.domain`. The gateway should terminate TLS.
1. Public facing gateway (e.g. AWS ALB) supporting the Kurtosis subdomain with certificate. The certificate should support the subdomain name and a wildcard subdomain prefix `*.<subdomain>` since the service port URLs format is `port-service-enclave.<subdomain>`. The gateway should terminate TLS.
2. Host running Ubuntu to install and configure Kurtosis on. The host should be on a private subnet receiving traffic from the Gateway on port 80. Healthchecks should use the `/status` URL.

![overview](/img/guides/self-hosting-overview.png)
Expand Down

0 comments on commit b34b41a

Please sign in to comment.