Database

Deploy Prometheus on Kubernestes Cluster with Persistent Volume

Introduction Prometheus is an free and open-source systems monitoring and alerting toolkit originally built at SoundCloud. It is designed to collect and store time-series data, and provide a powerful query language to analyze and alert on that data. Kubernetes is a free and open source container management tool, we can deploy and manage containerized applications across […]

Deploy MariaDB on Kubernestes Cluster with Persistent Volume

Introduction MariaDB is a popular open-source relational database management system (RDBMS) that is a fork of the MySQL database system. It was created by the original developers of MySQL when concerns arose over its acquisition by Oracle Corporation, which caused many users to migrate to MariaDB. Kubernetes is a free and open source container management […]

Deploy Postgres on Kubernestes Cluster with Persistent Volume

Introduction PostgreSQL, often called Postgres, is an open-source, object-relational database management system (DBMS). It is known for its robustness, scalability, and ability to handle complex queries and transactions. Kubernetes is a free and open source container management tool, we can deploy and manage containerized applications across a cluster of nodes. It provides features such as […]

Scroll to top