Quick Tip: Supercharge Kubernetes Resource Retrieval with 'kubectl get -f'
Did you know you can use the -f argument with kubectl get? Yep me either. It's pretty handy actually, as it will provide the status for all your Kubernetes resources deployed using that file or even file from hyperlink! Below is a screenshot example using a…
Read guide →