FAQ
How do I create a new cluster?
Section titled “How do I create a new cluster?”Open the console, go to Clusters, select Create Cluster, set version/resources, and submit. Use the status column to track progress to Running.
How do I deploy apps?
Section titled “How do I deploy apps?”Use GitOps with Argo CD. Keep manifests in Git, sync through Argo, and validate rollout with metrics/logs.
How do I access my cluster from CLI?
Section titled “How do I access my cluster from CLI?”From the cluster view, use the CLI access flow and choose:
- OIDC kubeconfig for interactive terminal use (requires
kubelogin, 24-hour session). - Token kubeconfig for automation (expiry selectable up to 365 days).
See CLI Access for full setup details.
Can I upgrade a cluster?
Section titled “Can I upgrade a cluster?”Yes. Upgrades are initiated from the console. Follow maintenance windows and validate app compatibility before upgrading.
Can I delete a cluster?
Section titled “Can I delete a cluster?”Yes, but deletion is permanent. Confirm backups/data handling first, then execute delete from the cluster actions dialog.
How does billing work?
Section titled “How does billing work?”Billing combines:
- A monthly plan base fee.
- Usage-based charges for allocated CPU, memory, and storage.
- Automatic credit application before payment.
See Billing for details.
Who handles payment processing?
Section titled “Who handles payment processing?”Kupe Cloud uses Paddle for payment processing.
Do you support custom domains and TLS?
Section titled “Do you support custom domains and TLS?”Yes. Use HTTPRoute hostnames, automate DNS with ExternalDNS, and manage certificates with cert-manager workflows.
Can I use Terraform or API today?
Section titled “Can I use Terraform or API today?”Not yet as a primary workflow. Console-driven management is currently supported. Terraform provider and public API are on the roadmap.
Where do I troubleshoot issues first?
Section titled “Where do I troubleshoot issues first?”Start with:
- Cluster and workload state in console/Headlamp.
- Metrics and dashboards.
- Logs and events.
- Related guide in Operations.