How Do I Access My Cube?
[Connect devices to the cube via Wi‑Fi]
On your laptop or phone, join the Network printed on the Cube label/email.
Enter the passphrase (also on the label/email).
[Use Teleport for kubectl access]
Teleport provides identity‑based access to the cluster from anywhere. Allows you to run kubectl commands. (1) You will have received your teleport invitation via email for edgescaleai.teleport.sh. Please sign up/sign in.
(2) Login to your cluster via terminal
# 1. Install the CLI (tsh) – macOS
brew install teleport
# 2. Log in to the Cube cluster via the proxy
tsh login --proxy=edgescaleai.teleport.sh:443 edgescaleai.teleport.sh
# 3. Login to your cube
tsh kube ls # shows your cubes
tsh kube login {cube-name}
# 4. Verify access
kubectl get nodes# 1. Install the CLI (tsh) – windows powershell
curl.exe -O https://cdn.teleport.dev/teleport-v17.4.8-windows-amd64-bin.zip
{Unzip the archive and move `tsh.exe` to your %PATH%}
# 2. Log in to the Cube cluster via the proxy
tsh login --proxy=edgescaleai.teleport.sh:443 edgescaleai.teleport.sh
# 3. Login to your cube
tsh kube ls # shows your cubes
tsh kube login {cube-name}
# 4. Verify access
kubectl get nodesShort‑lived certificates mean no static SSH keys to manage, and RBAC is mapped from your identity provider so access is automatically scoped by role. (goteleport.com, goteleport.com)
[Manage apps with Apollo]
Open the Apollo console at https://edgescaleai.palantirapollo.com and sign in (single sign‑on).
Your Cube will appear under Environments once activated.
Choose Products/Modules to browse certified apps or upload your own container image.
Click Deploy and select the target Cube(s). Apollo handles rollout, health checks, and if needed, one‑click rollback. (palantir.com, palantir.com)
Last updated

