Kubernetes setup with Vagrant

In this article I want you to show my project where I created a setup for a small Kubernetes cluster with Vagrant. You can find the project on GitHub: https://github.com/baroxx/

RHEL8 with Kickstart

You can modify and use the Kickstart file (anaconda-ks.cfg) to automate the installation of your RHEL8. This is useful when installing more than one machine or do some post-installation steps. You can

Configure the postgres-operator using Helm

In this article I will show you how to configure the postgres-operator. The postgres-operator is an open-source project by Zalando which helps you to manage PostgreSQL cluster in Kubernetes. If you want to