Brian Redmond
Brian Redmond
This is funny and kind of ridiculous, but it is actually good to know.
FWIW, I have a SQL Linux container running on ACS and I used the default directory as below. volumeMounts: - mountPath: /var/opt/mssql name: sqldb-home
I have it posted here: https://github.com/chzbrgr71/sql-guestbook/blob/master/kube-db.yaml
My planned approach for this is to use a Kubernetes initContainer. This would allow for a .sql script to be run to pre-stage the database and any seed data. Working...