I have an AKS cluster deployed through Ansible playbook and now I want to create a simple playbook to list pods.
I had gone through lot of documentation but there not enough information available for my requirement.
If there is no supporting module to manage AKs cluster then can I run a simple kubectl command through playbook eg: kubectl get pods. If so kindly suggest how I make it work.
Thank you.