top of page
Search

Installing Gitlab Community Edition on IBM Power
How to install Gitlab CE on IBM Power
Power DevOps
Feb 18, 20222 min read
Installing 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 DevOps
Mar 3, 20213 min read

Installing InfluxDB on AIX
Installing InfluxDB on IBM AIX
Power DevOps
Oct 15, 20202 min read

Installing Ansible AWX on IBM AIX
Yes, 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 DevOps
Sep 2, 20203 min read

Installing Ansible AWX 12 on IBM Power
It 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 DevOps
Jul 19, 20202 min read

Grafana 6.6.2 on AIX
Grafana 6.6.2 on AIX
Power DevOps
Mar 18, 20201 min read

minikube - local Kubernetes development on IBM POWER
There 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 DevOps
Nov 30, 20192 min read

Installing Grafana on IBM Power Systems
Installing Grafana is more difficult than installing InfluxDB. We have no RPM package for ppc64le, so you have to do a lot of things...
Power DevOps
Jul 18, 20192 min read

Installing InfluxDB on IBM Power Systems
First create a file system where you want to store the data: [root@myserver root]# lvcreate -L1G -n influxdb rhel [root@myserver root]#...
Power DevOps
Jul 11, 20191 min read
bottom of page