Getting custom output from kubectl with examples
One of the most common ways to interact with the Kubernetes Cluster is using the “Kubectl.” By default, in most cases, the output is returned in tabular format, which is good enough for most cases. However, sometimes if you want more control over the produced output, kubectl provides you following formats: kubectl get pod -o […]
Getting custom output from kubectl with examples Read More »