Introduction The best way I have ever found to learn a programming language was always to dive into a project and create with the language I am trying to learn. The same one could say applies to operating systems, and new technologies. Kubernetes as defined on the website itself is a portable, extensible, open-source platform for managing containerized workloads and … [Read more...] about Create a cheap “non production grade” Kubernetes cluster on a shoestring budget (Part 1)
ubuntu
Install Zabbix 4 on Ubuntu 18.04
Zabbix 4 is out, so I decided to take it for a spin. In this tutorial, we will go through the installation process of Zabbix 4 on a brand new Ubuntu 18.04 installation Prepare the system Login to your Ubuntu server, and sudo to root. Zabbix depends on a number of other components, like apache, php and mysql or postgres database. In this tutorial we will install the mysql … [Read more...] about Install Zabbix 4 on Ubuntu 18.04