SQLpassion BLOG

Installing and Configuring SQL Server on Linux

I have already shown you in the past how to install and run SQL Server in Docker Containers, and how to deploy Availability Groups and stand-alone SQL Server Instances into Kubernetes Clusters. In today’s blog posting I want to continue this discussion and you will learn how to install and configure SQL Server on Linux. …

Installing and Configuring SQL Server on Linux + read more

Deploying a stand-alone SQL Server Instance into a Kubernetes Cluster

In my last 2 blog postings I have talked about how to deploy a SQL Server Availability Group into a Kubernetes Cluster. Today I want to continue to talk about Kubernetes, but I want to show you how you can deploy a stand-alone SQL Server Instance into a Kubernetes Cluster. Why? Before I show you …

Deploying a stand-alone SQL Server Instance into a Kubernetes Cluster + read more

SQL Server Availability Group Failovers in Kubernetes

In my previous blog posting I have talked about how to create a SQL Server 2019 Availability Group in Kubernetes. Today I want to continue with that discussion, and I want to show you how you can perform a Failover of such an Availability Group. Performing a Failover To perform an Availability Group Failover in …

SQL Server Availability Group Failovers in Kubernetes + read more

Deploying a SQL Server 2019 Availability Group into a Kubernetes Cluster

Over the last few months I have done a lot of work and research in the area of Docker Containers and Kubernetes. One of the coolest new features in SQL Server 2019 is the ability to deploy an Availability Group into a Kubernetes Cluster. Therefore, I want to show you in today’s blog posting how …

Deploying a SQL Server 2019 Availability Group into a Kubernetes Cluster + read more