Back here after inactivity of 2-3 months but from now onwards really want to understand what this platform can offer!
Top Kubernetes CLI Imperative Commands that are very useful:
1. kubectl create deployment my-deployment --image=my-image
Whenever there is a need to deploy an immediate pod for instance a redis, nginx or something else the above commands makes this easier.
2. kubectl auth can-i get pods — as my-user
Verify that your user has the necessary permissions assigned to access that resources.
To know more about such commands visit my article below
First post here, not sure what this platform is all about.