Results for: Docker

How to Install SQL Server on MacOS

July 13, 2021

Microsoft's SQL Server 2019 supports Windows 10, Linux, macOS, and Docker as install options. This tutorial takes you through the process of installing SQL Server on macOS as a Docker deployment.

Read more

How to Set Up a Kubernetes Cluster with Rancher

July 1, 2021

Rancher provides DevOps teams with a complete software stack for managing containerized apps. With Rancher, Kubernetes can be run anywhere - in a datacenter, hybrid or multi-cloud environment. This tutorial shows you how to set up a K8s cluster in Rancher.

Read more

NoSQL Databases List

June 8, 2021

With the landscape of NoSQL databases changing from day to day, it can be hard to pick the right one to suit your needs.
To help with that, we've compiled a list of the best NoSQL databases for 2021.

Read more

Ansible vs Kubernetes: Understanding the Differences

June 3, 2021

From tools that help with deployment and update of apps on cloud servers, to full-fledged container orchestration solutions, the automation in software development is a diverse and developing field. This article will present Ansible and Kubernetes, two popular automation tools.

Read more

How to Perform Canary Deployments with Istio

May 13, 2021

A canary update is served to a small percentage of users, giving developers an opportunity to see how it performs before making it available to everyone. This tutorial shows how to deploy canary version and set routing rules using Istio service mesh in Kubernetes.

Read more

Kubernetes Secrets – How to Create, Use and Access Secrets

April 6, 2021

Applications deployed through Kubernetes often require access to databases, services, and other resources located externally, so they need a way to securely store sensitive data. Secrets help organize and distribute sensitive information across a cluster. This tutorial explains what secrets are and how to use them.

Read more

Virtualbox vs VMware: Head-to-Head Comparison

February 9, 2021

VirtaulBox and VMware are two of the most popular virtualization platforms that allow you to run multiple virtual machines on a single server. Learn about how they differ and which one is best for you in this head-to-head comparison.

Read more

Snap vs APT: What's the Difference?

January 21, 2021

The software in Linux is traditionally organized in repositories that contain applications and all the dependencies necessary to run them. However, there are also some alternate ways of software deployment. This article compares the Snap packaging system and the APT package manager.

Read more

MySQL Commands Cheat Sheet

January 20, 2021

Need a reference sheet for all the important MySQL commands? Check out this MySQL Commands article which includes a downloadable MySQL cheat sheet in PDF format.

Read more

MongoDB vs. MySQL

December 31, 2020

The rise of NoSQL databases caused a stir in the database community, with many companies deciding to adopt the novel approach to database management. This article analyses how MongoDB, a document-oriented NoSQL, compares with MySQL, a traditional relational database management system.

Read more