• Kubernetes: List all objects using get-all plugin

    2 min read

    kubernetes plugin krew get-all

    If we need to take a look at the resources of a Kubernetes cluster, by using kubectl get all we won't be able to see all the resources. Most notably, it won't list Ingress objects. You can take a look at this issue for kubectl for the details but we won't be able to get all the resources using this command, we'll have to install the get-all krew plugin

    14/09/2021

    Read more...

From pet to cattle
Treat your kubernetes clusters like cattle, not pets