How do you install AWX on Kubernetes using the official deployment method?
-
A
Deploy the AWX Operator using kubectl, then create an AWX custom resource definition (CRD) to provision the AWX instance
-
B
Run 'ansible-playbook install.yml' from the AWX GitHub repository
-
C
Use helm install awx redhat/awx
-
D
Deploy using docker-compose with the provided docker-compose.yml