How Do I Access My Cube?
[Connect devices to the cube via Wi‑Fi]
[Use Teleport for kubectl access]
# 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 nodes[Manage apps with Apollo]
Last updated

