How to install MySQL on an Azure Files Storage

Mysql on Azure Files with Kubernetes

This article shows you how to install MySQL with an Azure Files Storage backend on Azure Kubernetes Service (AKS). Azure Files Storage is a highly available and scalable file storage that provides network shares in the cloud. A major benefit of Azure Files over Azure Managed Disk is that multiple containers can access the same storage. This article will walk you through the deployment step-by-step so that you can ensure your installation of MySQL with Azure Files Storage and AKS runs smoothly....

January 20, 2023 · 7 min · Quisl

Redis with Python

Redis is a simple but powerful message broker that You can use as a communication medium for a distributed micro-service environment with multiple replicas. In this tutorial, we will use its “key value” and “task queue” features to store and access data. Redis server Install and execute Docker Desktop. Use the following command to start a single Redis 7 instance within a Docker container and make it listen to port 9999 on localhost....

November 3, 2022 · 2 min · Quisl