0 votes
in Kubernetes K8s by
When using kubectl command, how do you to get output in json format?

1 Answer

0 votes
by

kubectl get nodes -o json # json format

...