Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cloudeka Default

A bootstrap status checklist for your namespace, created once when your tenant is set up. Its presence and .status tell you whether baseline setup—your CloudekaTenant and default CloudekaVPC—completed successfully. You won't normally interact with this after onboarding.

kubectl get default -n <your-namespace>
kubectl get default -n <your-namespace> -o yaml
Field
Meaning

status.isTenant

Your CloudekaTenant object exists

status.isVPC

Your default CloudekaVPC exists

When to check this

If your namespace seems only partially set up—for example, no default VPC or a missing CloudekaTenant—check this object first.

Tenant: false or VPC: false tells you what didn't finish, which is useful information to give platform support.

Last updated