Step by step details to enable encryption for SQL Server connections. All connections can be forced to be encrypted using certificates. CA generated certificates are ideal. To enable encrypted connections to a SQL Server we have to use certificates. There are multiple ways to create a certificate Use self signed certificate Use CA signed certificate […]
How to install OpenShift CLI (oc) on Linux/Windows
Detailed steps on downloading and installing OpenShift CLI on Linux & Windows. You can watch the video or follow the text. Connect to your RedHat OpenShift Container Platform. Click on the “?” question mark on the top right, and click on “Command Line Tools” As you can see below, you can download the required versions […]
Deploy Microsoft SQL Server on Red Hat OpenShift
Detailed video on deploying SQL Server 2019 on OpenShift 4.7. Includes connecting to sql server, connecting to the pod, check the logs,processes, test sql instance failures etc. Useful links as mentioned in the video https://itech-blog.com/how-to-install-openshift-cli-oc-on-linux-windows/ https://itech-blog.com/sql-server-command-line-tools-mssql-cli/ https://itech-blog.com/how-to-connect-to-sql-server-on-openshift-using-sql-management-studio/
Deploy Microsoft SQL Server on Podman
Step by step instructions to deploy Microsoft SQL Server on Podman. We will cover an Introduction to Podman, how to download images using Podman, installing SQL Server 2019, connecting to the sql server instance, restarting sql server on podman, connecting to the pod, check sql processes etc. Follow this link to setup mssql-cli : https://itech-blog.com/sql-server-command-line-tools-mssql-cli/