I often get questions around Red Hat OpenShift, and why we need it. Here is a quick 14 mins video to explain Application deployment models from Traditional deployments to Virtual machines to Containers. Here are the topics we are going to cover in this video. I would really recommend this video, especially to sales team […]
Category: Linux
Running virtual machines in OpenShift
This is a quick and interesting session to show how easy is to install a virtual machine on OpenShift. OpenShift allows us to install virtual machines using Operators. We can have vms and containers running in parallel. This is a huge benefit, as some of the legacy applications which cannot be containerised can be deployed […]
Build images, containers using Podman and Red Hat Quay
Use Podman to create images, push and pull images from Red Hat Quay image Repository. Create the container using the pulled image, connect to the container and the application. You can either watch the detailed video or follow the below given text blog. Today we will talk about Podman and Red Hat Quay image Repository. […]
How to connect to SQL Server on OpenShift using SQL Management Studio
Detailed steps on connecting to SQL Server on OpenShift using SQL Management Studio from local windows machine using port-forwarding.
How to uninstall Microsoft SQL Server on Linux
Detailed video on how to uninstall Microsoft SQL Server on Linux. I have a pre-installed SQL Server 2019 on Red Hat 8.3
SQL Server command line tools, mssql-cli
mssql-cli is new command line tools for SQL Server and it is cross platform and open source. I have seen this is much better than sqlcmd, as IntelliSense is added into the tool. Also the output, query results are very well formatted and easily readable. Lets go through the steps to install mssql-cli in Linux […]
Deploy Microsoft SQL Server on Linux
Step by step details on how to deploy Microsoft SQL Server on Linux. Includes screenshots from installing SQL Server 2019, and connecting to SQL using MSSQL-CLI. Connect to your Linux machine. I have Red Hat 8.3 installed. 2. As as prerequisite we need to install Python & OpenSSL I have preinstalled Python 3. Lets install […]
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/