Using pipeline in Jenkins

This tutorial provides basic information about the pipeline in Jenkins. We’ll walk through add-ons installation, job creation, and move on to the process of processing the code in the stage. When installing Jenkins, the system prompts you to install the pipeline plugin by default. Probably in our system exist it. But if the plugin is […]

Read More

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