Hello,
I am looking for an AWX on AKS howto for dummies. At the moment my test lab is running on K3S and that’s running fine, but the production environment should run on AKS and I can t get things working.
I have zero knowledge of Kubernetes, and I’ve tried (lord, have I tried) to understand it but it’s all Chinese to me. I have accepted that I will never understand k8s.
So I’m looking at a howto that describes the following items in detail (so not ‘create the ingress’, but 'Use this and this command to create the ingress, changing parameter X and Y for your situation).
- How to create the AKS cluster (preferrably as private cluster)
- How to create the Postgresql database (preferrably as private database)
- How to install AWX
- How to integrate AWX with a loadbalancer
I tried copying the K3S configuration (thank you Kurokobo for your excellent guide!), and everything seems to come online, but I can’t reach the web interface so I’m doing something wrong.
Joost