github.com/cilium/cilium@v1.16.2/Documentation/installation/kubectl-status.rst (about)

     1  You can monitor as Cilium and all required components are being installed:
     2  
     3  .. code-block:: shell-session
     4  
     5     $ kubectl -n kube-system get pods --watch
     6     NAME                                    READY   STATUS              RESTARTS   AGE
     7     cilium-operator-cb4578bc5-q52qk         0/1     Pending             0          8s
     8     cilium-s8w5m                            0/1     PodInitializing     0          7s
     9     coredns-86c58d9df4-4g7dd                0/1     ContainerCreating   0          8m57s
    10     coredns-86c58d9df4-4l6b2                0/1     ContainerCreating   0          8m57s
    11  
    12  It may take a couple of minutes for all components to come up:
    13  
    14  .. code-block:: shell-session
    15  
    16     cilium-operator-cb4578bc5-q52qk         1/1     Running   0          4m13s
    17     cilium-s8w5m                            1/1     Running   0          4m12s
    18     coredns-86c58d9df4-4g7dd                1/1     Running   0          13m
    19     coredns-86c58d9df4-4l6b2                1/1     Running   0          13m