Step 1: Obtain TLS Certificates
Acquire the TLS certificate and private key for your domain from a trusted certificate authority.Step 2: Create Kubernetes TLS Secret
Follow the official Kubernetes documentation to create a Kubernetes secret for your TLS certificate and key. Example command:Step 3: Configure DNS Records
Create DNS records to map your custom domains to the SambaStack servers as follows:| Domain | Record Type | Value |
|---|---|---|
api.example.com | CNAME | api.sambanova.ai |
api.example.com | TXT | <From installer log> |
ui.example.com | CNAME | cloud.sambanova.ai |
ui.example.com | TXT | <From installer log> |
Contact SambaNova support to confirm your regional endpoint, if needed.
Step 4: Update sambastack.yaml
Edit thesambastack.yaml configuration file under data → sambastack.yaml to include your domain and TLS secret information with correct indentation:
See the SambaStack.yaml Reference for a full example.
