Kubernetes on virtual machines hands-on – part 3 Posted on June 17, 2022, updated on June 17, 2022 by Yannick Jaquier Table of contents Preamble PostgreSQL stateless deployment creation The stateless issue with database containers Creation of the cluster filesystem between Kubernetes nodes GFS2 OCFS2 References Continue reading
Kubernetes on virtual machines hands-on – part 2 Posted on May 28, 2022, updated on May 24, 2022 by Yannick Jaquier Table of contents Preamble Stateless Nginx web server with a deployment Accessing a container from outside the Kubernetes cluster How to scale a pod with ReplicaSet Move pods from one node to another How to sanitize your deployment YAML files Useful commands References Continue reading
Kubernetes on virtual machines hands-on – part 1 Posted on April 28, 2022, updated on April 25, 2022 by Yannick Jaquier Table of contents Preamble Kubernetes installation Kubernetes Web UI dashboard Add a node to a Kubernetes cluster Useful commands to debug container issues References Continue reading
Immutable tables and blockchain tables hands-on Posted on March 28, 2022, updated on March 21, 2022 by Yannick Jaquier Table of contents Preamble Immutable tables Blockchain tables Basic testing Signing rows References Continue reading
MariaDB PAM LDAP authentication with newest SSSD daemon Posted on February 28, 2022, updated on February 23, 2022 by Yannick Jaquier Table of contents Preamble MariaDB PAM LDAP Linux and database configuration Ldapsearch configuration MariaDB PAM LDAP authentication with legacy nslcd configuration MariaDB PAM LDAP authentication with System Security Services Daemon (SSSD) References Continue reading
Database Resident Connection Pooling (DRCP) hands-on Posted on January 28, 2022, updated on January 25, 2022 by Yannick Jaquier Table of contents Preamble Database Resident Connection Pooling creation Database Resident Connection Pooling testing References Continue reading