How to install AWX Ansible Tower to MicroK8s

Install and prepare MicroK8s You need to run following commands. It allows you to run commands without needing sudo privileges: Enable necessary add-ons: Create alias and you can use just kubectl: Clone from git awx-operator and deploy to MicroK8s: Check awx-operator releases by link below: https://github.com/ansible/awx-operator/releases Change branch for current release and deploy awx-operator: Wait […]

Read More