How do i list kubernetes pods?



  • Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.

    kubectl get pods   
    NAME                         READY     STATUS    RESTARTS   AGE
    webserver-74b684cccd-4zg5h   1/1       Running   0          29m
    webserver-74b684cccd-v5zwp   1/1       Running   0          29m
    webserver-74b684cccd-xbnc8   1/1       Running   0          29m
    

Log in to reply
 

© Lightnetics 2024