Power DevOpsFeb 182 minInstalling Gitlab Community Edition on IBM PowerHow to install Gitlab CE on IBM Power
Power DevOpsMar 3, 20213 minInstalling ElasticSearch and Kibana on Linux on Power (ppc64le)ElasticSearch and Kibana don't support ppc64le architecture officially. But with some tricks you can install and use it on our favourite...
Power DevOpsSep 2, 20203 minInstalling Ansible AWX on IBM AIXYes, you can install Ansible AWX on AIX. All what you need to do I'd try to summarize in this article. You can see the installation...
Power DevOpsJul 19, 20202 minInstalling Ansible AWX 12 on IBM PowerIt took me a lot of time to port Ansible AWX to ppc64le Linux. The most amazing thing - it works after all! Here I will describe some...
Power DevOpsNov 30, 20192 minminikube - local Kubernetes development on IBM POWERThere are 2 well known Kubernetes distributions, which you can run on IBM POWER: IBM Cloud Private Red Hat OpenShift But both of them are...
Power DevOpsJul 18, 20192 minInstalling Grafana on IBM Power SystemsInstalling Grafana is more difficult than installing InfluxDB. We have no RPM package for ppc64le, so you have to do a lot of things...
Power DevOpsJul 11, 20191 minInstalling InfluxDB on IBM Power SystemsFirst create a file system where you want to store the data: [root@myserver root]# lvcreate -L1G -n influxdb rhel [root@myserver root]#...