I am in the process of standing up an Ansible AWX instance. I had a Redhat 8 VM and have stood up a minikube cluster on it to install awx-operator.
Is the process same to have this deployed on a shared platform kubernetes cluster instead of a single node minikube cluster if I want to take that route? Is the code different or is it the same code?
If anyone had already completed, can you please share the procedure for it?
Hi Anand, yes, the AWX installation procedure is largely the same whether you’re using Minikube or a shared Kubernetes cluster, it’s the same AWX Operator and manifests. The key difference is configuration: for a shared cluster, you’ll need to ensure proper namespace isolation, role-based access controls (RBAC), and storage provisioning (like PVCs) are aligned with your cluster’s policies. You can follow the same AWX Operator GitHub steps but adjust the deployment YAMLs for your shared environment’s networking, storage class, and ingress settings.