mssql-docker icon indicating copy to clipboard operation
mssql-docker copied to clipboard

Please create a HA Kubernetes Helm Chart

Open AceHack opened this issue 7 years ago • 5 comments

ideally this would use Statefulset and/or the operator pattern.

AceHack avatar Dec 19 '17 16:12 AceHack

Linux would be great for first draft followed by windows

AceHack avatar Dec 19 '17 16:12 AceHack

@AceHack and @twright-msft, it looks like this Helm Chart already/now exists? https://github.com/kubernetes/charts/tree/master/stable/mssql-linux

Furthermore, is it the opportunity @twright-msft, to mention this Helm Chart in this article? https://docs.microsoft.com/en-us/sql/linux/tutorial-sql-server-containers-kubernetes

mathieu-benoit avatar May 23 '18 20:05 mathieu-benoit

We'll not exactly

As part of this chart you can enable your SQL Server container for Availability Groups. As an administrator, you will need to configure additional settings once this options is enabled. For more information on Availability Group(s) click here for more information.

Looks like some manual work is required.

AceHack avatar May 23 '18 22:05 AceHack

@amvin87 has just posted following helm chart you may find interesting. This is an early version and suggestions are always welcome. https://github.com/microsoft/mssql-docker/tree/master/linux/sample-helm-chart

tejasaks avatar Jan 07 '21 12:01 tejasaks

FYI. It looks to be that SQL Server team have decided to create separate azdata tool for deploying SQL servers to Kubernetes. IMO most interesting documents about that are:

  • https://docs.microsoft.com/en-us/sql/big-data-cluster/deployment-guidance
  • https://docs.microsoft.com/en-us/sql/big-data-cluster/release-notes-big-data-cluster?view=sql-server-ver15#tested-configurations

olljanat avatar Feb 15 '22 17:02 olljanat