Run & Manage OpenSearch in Google Kubernetes Engine (GKE) Using KubeDB
Overview The databases that KubeDB supports are Elasticsearch, MySQL, MariaDB, MongoDB, PostgreSQL, Redis, Percona XtraDB, ProxySQL, Memcached and PgBouncer. You can find the guides to all the supported databases here. Elasticsearch has many distributions like ElasticStack, OpenSearch, SearchGuard, OpenDistro etc. KubeDB provides all of the distribution’s support under the Elasticsearch CR of KubeDB. In this tutorial we will deploy OpenSearch cluster. We will cover the following steps: Install KubeDB Deploy OpenSearch Cluster Install Stash Backup OpenSearch Using Stash Recover OpenSearch Using Stash Install KubeDB We will follow the steps to install KubeDB.
Read More