Database Administration & Monitoring DC/OS: Install Marathon-LB with keepalived 13.11.2018 by Open source Team After the minimal setup of the DC/OS in my further articles, I wanted to extend my DC/OS and add a loadbalancer. There are two options for loadbalancing in DC/OS 1. Marathon-LB (a layer 7 load balancer, used for external requests,(…)
Database Administration & Monitoring Deploy DC/OS using Ansible (Part 2) – Playbooks 26.10.2018 by Open source Team Finally, after all the configuration stuff is done, we can run the playbooks Create SSH Access First the SSH Access on all nodes need to be created. Therefore the access-onprem.yml is used: Be careful, I used CentOS on(…)
Database Administration & Monitoring Deploy DC/OS using Ansible (Part 1) – Getting Started 26.10.2018 by Open source Team To start into this topic I want to shortly explain some basics. Afterwards I show you how to prepare the configuration files.
Database Administration & Monitoring How uid mapping works in Docker containers? 02.05.2018 by Open source Team It can be interesting to see how uids between the docker host and docker containers are mapped. For example, for security concerns. As a reminder, docker containers are based on two linux kernel features:(…)
Database Administration & Monitoring How to reduce the size of an LVM partition formatted with xfs filesystem on CentOS7? 06.12.2017 by Open source Team DISCLAIMER: I know it exists other solutions to do it Pre-requisites: – a virtual machine (or not) with CentOS7 installed – a free disk or partition I use a VBox machine and I added a 5GiB hard disk(…)
Database Administration & Monitoring, Database management Install Apache Kafka on Linux 09.06.2017 by Open source Team What is Apache Kafka ? No, Kafka is not only the famous author (en.wikipedia.org/wiki/Franz_Kafka), it’s an open-source distributed pub-sub messaging system with powerful skills like scalability and fault tolerance. It’s also a stream processing platform (near real-time) for(…)
Database Administration & Monitoring Welcome to M|17, part 2 17.04.2017 by Open source Team Welcome to the second day of the MariaDB’s first user conference On the 12th, at 09:00, started the first-ever experimental MariaDB Associate certification exam and I was glad to be among the first and participate(…)
Database Administration & Monitoring Welcome to M|17 13.04.2017 by Open source Team Welcome to the MariaDB’s first user conference On the 11th, started at 09:00 this big event at the Conrad Hotel in New York, closed to the One World Trade Center After the short registration process where we(…)
Database Administration & Monitoring From MySQL (Oracle) to Postgres using the EDB Migration Toolkit 06.12.2016 by Open source Team Why should you migrate? If your current MySQL database does not offer some needed functionnalities according to your business as: – more security – more high availibilty options (hot standby) – Strong Data Warehouse capabilities(…)
Database Administration & Monitoring MariaDB: audit plugin 13.10.2016 by Open source Team Why should you Audit your MySQL Instances? First to provide you a way to track user accessing sensible data Secondly to investigate on suspicious queries in all your critical databases Thirdly to comply with law and industry standards(…)