<h3><uid="check-all-resources-in-kubernetes">Check all resources in Kubernetes</h3></u>
To retrieve the status of the Kubernetes resources __once__, run the following command:
To retrieve the status of the Kubernetes resources __once__, run the following command:
```bash
```bash
kubectl get all --all-namespaces
kubectl get all --all-namespaces
...
@@ -665,10 +665,10 @@ microk8s start
...
@@ -665,10 +665,10 @@ microk8s start
Confirm everything is up and running:
Confirm everything is up and running:
1. Periodically [Check the status of Kubernetes](#check-status-of-kubernetes-and-addons) until you see the addons \[dns, ha-cluster, helm3, hostpath-storage, ingress, registry, storage\] in the enabled block.
1. Periodically [Check the status of Kubernetes](#check-status-of-kubernetes-and-addons) until you see the addons \[dns, ha-cluster, helm3, hostpath-storage, ingress, registry, storage\] in the enabled block.
2. Periodically [Check Kubernetes resources](/1.-Deployment-Guide/1.2.-Install-MicroK8s#check-all-resources-in-kubernetes) until all pods are **Ready** and **Running**.
2. Periodically [Check Kubernetes resources](#check-all-resources-in-kubernetes) until all pods are **Ready** and **Running**.