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
SSL Zertifikate mit Let's Encrypt und Kubernetes Titel

Automatic SSL certificate handling with Let's Encrypt on Kubernetes

If you want to offer your website not only with HTTP, but also with the secure HTTPS protocol, you need a signed SSL certificate. Here are some reasons why you need HTTPS…. Security: HTTPS helps secure the connection between a client and a server by encrypting the data transmitted between them. Trust: HTTPS gives your website a certain level of trust and credibility. Today’s browsers usually display a warning if a website only offers HTTP or the certificate is not signed by a certification authority such as Let’s Encrypt....

December 18, 2022 · 6 min · Quisl
force cache update

Refresh static Azure Blob Website

I recently showed a way to host static websites on Azure Blob for cheap. You can use absu to update the content of Your website. Everything is great… Right? However, sometimes the static website does not update immediatly: You upload Your new files to the blob storage but when You access Your website, it still loads the old files. Updating the blob files work, but updating the static websites appears not to work....

December 3, 2022 · 1 min · Quisl

Host a blog on Azure Storage

Here is an idea on how to host a blog or any other static website for very cheap on Azure Blob Storage. The price will vary with traffic and storage of course… At the moment its € 0.0208 for one GB/Month for storage and € 0.0063 for 10.000 read operations. So you can’t get much cheaper than this (excluding free webspace that always has a catch like ads or expiry dates)....

October 19, 2022 · 2 min · Quisl