- Creating user
oc new-project mssql
- Create secret
- Generate password: echo -n "Password" | base64 oc apply -f secret.yam
or
oc create secret generic mssql --from-literal=SA_PASSWORD="Sql2019isfast"
- Create storage
oc apply -f storage.yaml
- Create deplyoment
oc apply -f sqldeployment.yaml
Service is configured as nodePort so you need to setup on your LoadBalancer to forward traffic from port 31433 to all worker nodes