Documentation Index
Fetch the complete documentation index at: https://docs.tensor9.com/llms.txt
Use this file to discover all available pages before exploring further.
Security
Do you ever see my credentials or secrets?
No. You create secrets directly in your own cluster or cloud secret manager. We see only whether a secret exists (a checkmark in the setup interface), never its value. See Credentials and Secrets.How do I know what permissions the controller has?
The controller runs under an IAM role (AWS) or service account (Kubernetes) in your own account or cluster. You can inspect the Terraform templates before applying them - they contain the exact roles and bindings. After installation, you can list the active role and policies with kubectl or the AWS CLI. See Permissions.Can I revoke access at any time?
Yes. You own the role and bindings, and can revoke or delete them at any time without coordinating with us. Revocation is immediate. See Revoking Access.Does the controller phone home?
The controller communicates outbound to our systems for deployment instructions and to report health status. It does not forward your secrets, your data, or information about your other workloads. Application telemetry is off by default and only enabled with your agreement.Installation
How long does installation take?
Most installations complete in under an hour. The exact time depends on your environment, how many services need configuration, and how many secrets you need to create.Can I pause and resume?
Yes. Your progress is saved automatically. Close the browser and reopen the setup link whenever you’re ready to continue.Can I review the Terraform before applying?
Absolutely. The templates are standard.tf files with no custom providers or opaque modules. We encourage you to review them. See the installation guides for AWS or Kubernetes.
What if Terraform apply fails partway through?
Terraform tracks state. If an apply fails, re-runningterraform apply will pick up where it left off. You won’t get duplicate resources.