Sometimes kubectl will return output that is just to long to handle. With some integrated terminals cutting the output after a certain length (Iam looking at you Visual Studio Code), its nice to be able to scroll throughout kubectl output much more easily.

For this use case the more tool is easily used https://wiki.ubuntuusers.de/more/

# with more you can easily scroll through the kubectl output:
kubectl get deployment.apps/cluster-autoscaler -o yaml | more