Operations | Monitoring | ITSM | DevOps | Cloud

Kubernetes Master Class: Deploy WordPress and MySQL without Data Loss

Applications such as WordPress or MySQL require the use of data persistence. It is common when deploying such applications to use a HostPath volume as it is agnostic from the platform. A HostPath volume shares the filesystem of the Host within the container making the data available between pod restarts. However, it ties the data to one node only, creating a single point of failure and restricting any kind of scalability. Kubernetes is not able to schedule the application in any other node even if it is unavailable. This leads to eventual data loss.

Introduction to the Runbook Studio v4 0

The Kelverion Runbook Studio provides rich graphical authoring of Azure Automation Runbooks without the need for a permanent internet connection. The Runbook Studio is aimed firmly at IT professionals who do not have much experience or knowledge of PowerShell but still want to leverage the power of Microsoft’s cloud based Azure Automation service.