Run MariaDB in Azure Kubernetes Service (AKS) Using KubeDB
Overview The databases that KubeDB supports are MongoDB, MariaDB, MySQL, Elasticsearch, Redis, PostgreSQL, ProxySQL, Percona XtraDB, Memcached and PgBouncer. You can find the guides to all the supported databases here. In this tutorial we will deploy MariaDB database in Azure Kubernetes Service (AKS). We will cover the following steps: Install KubeDB Deploy MariaDB Clustered Database Install Stash Backup MariaDB Database Using Stash Recover MariaDB Database Using Stash Install KubeDB We will follow the steps to install KubeDB.
Read More