Hello Guys, Just a quick question, How do I remember apiVersion for the kubernet . . .

Venkateshwara Usirikayala:
Hello Guys,
Just a quick question, How do I remember apiVersion for the kubernetes objects. Any shortcut for this would be helpful.

Mohamed Rifkhan:
please book mark k8s doc like break into sub content

Mayur Sharma:
And, try to use imperative way to generate the resources, it would not only takes less time but error free also

Mohamed Rifkhan:
yes

Mohamed Rifkhan:
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands

Mohamed Ayman:
You can check the apiVersion using:
kubectl explain deploy

Venkateshwara Usirikayala:
Thank you soo much guys, this really has helped me a lot :slightly_smiling_face: