---
title: "TigeraStatus"
description: "Reference for the tigerastatus resource in Calico Enterprise that reports per-component installation and reconciliation health."
product: "Calico Enterprise"
version: "3.23 (latest)"
section: "Reference"
canonical_url: "https://docs.tigera.io/calico-enterprise/latest/reference/installation/tigerastatus"
---

# TigeraStatus

Installing Calico Enterprise on your Kubernetes cluster is managed by the Tigera Operator. The operator gets its configuration from the API resources and communicates through the Kubernetes API. The operator is deployed as a Deployment in the `tigera-operator` namespace, and records status in the `tigerastatus` resource. Depending on how your cluster is configured, you can get `tigerastatus` on these resources:

- apiserver
- applicationlayer
- authentication
- calico
- calico-windows
- compliance
- egressgateway
- intrusion detection
- log-collector
- log-storage
- log-storage-access
- log-storage-elastic
- log-storage-kubecontrollers
- log-storage-secrets
- log-storage-users
- manager
- management-cluster-connection
- policy-recommendation
- secrets

## Get TigeraStatus

To get tigerastatus for a resource, run the following command:

`kubectl get tigerastatus`

For detailed output (including messages and further details on any non-functioning components), run either of the following commands:

`kubectl describe tigerastatus X`

`kubectl get tigerastatus X -o yaml`

## Log storage

Log storage provides persistent storage for Calico Enterprise Elasticsearch logs (flow, dns, l7, bgp, audit, etc.), and compliance reports.

To check log storage status, run the following command:

`kubectl get tigerastatus log-storage`

The following table lists the type of information displayed in TigerStatus for log storage.

| TigeraStatus name           | Displays status of...                                                                    | Standalone | Managed cluster | Management cluster |
| --------------------------- | ---------------------------------------------------------------------------------------- | ---------- | --------------- | ------------------ |
| log-storage                 | LogStorage subsystem.                                                                    | ✔          |                 | ✔                  |
| log-storage-elastic         | Elasticsearch cluster and Kibana.                                                        | ✔          |                 | ✔                  |
| log-storage-kubecontrollers | Elasticsearch gateway and kube-controllers.                                              | ✔          |                 | ✔                  |
| log-storage-access          | Calico Enterprise log storage API service.                                               | ✔          |                 | ✔                  |
| log-storage-secrets         | Required security credentials and CA certificates for log storage components to operate. | ✔          |                 | ✔                  |
| log-storage-users           | Users provisioned to use Elasticsearch.                                                  | ✔          | ✔               |                    |
