> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/guidance-for-enterprise/service-limit/crds/cloudeka-default.md).

# 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`](/guidance-for-enterprise/service-limit/crds/cloudeka-tenant.md) and default [`CloudekaVPC`](/guidance-for-enterprise/service-limit/crds/cloudeka-vpc.md)—completed successfully. You won't normally interact with this after onboarding.

```bash
kubectl get default -n <your-namespace>
kubectl get default -n <your-namespace> -o yaml
```

<table><thead><tr><th width="229.50006103515625">Field</th><th>Meaning</th></tr></thead><tbody><tr><td><code>status.isTenant</code></td><td>Your <code>CloudekaTenant</code> object exists</td></tr><tr><td><code>status.isVPC</code></td><td>Your default <code>CloudekaVPC</code> exists</td></tr></tbody></table>

{% hint style="warning" %}
`status.isResourceQuota`, `status.isPrice`, and `status.isSuccess` are reserved fields not currently populated—don't rely on them as a completeness signal. Check [CloudekaResourceQuota](broken://pages/d97e6435b961f609a38cbfbba906dddde0256ad6) and [CloudekaPrice](broken://pages/487ac0d344ac4b4d33143d0aeedb2a6c1b9146d8) directly instead.
{% endhint %}

## When to check this

If your namespace seems only partially set up—for example, no default VPC or a missing [`CloudekaTenant`](/guidance-for-enterprise/service-limit/crds/cloudeka-tenant.md)—check this object first.

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

{% hint style="warning" %}
View-only; this is a one-time bootstrap signal, not something you create or edit.
{% endhint %}
