Results for: Docker

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

How to do Canary Deployments on Kubernetes

December 1, 2020

A canary deployment is used to test out new features and upgrades, to see how they handle the production environment. You can monitor the canary behavior to make sure it can handle the needed requests. Once you are happy with the way it is handling requests, you can upgrade all the deployments to the newest version.

Read more

How to Install OpenVPN on CentOS 7 or 8

November 19, 2020

In this tutorial, you will learn how to set up OpenVPN on a CentOS 7 server and how to connect to OpenVPN from a client machine. Establish a secure connection to a company network, bypass geo-restrictions, and allow you to surf the web using public Wi-Fi networks while keeping your data private with OpenVPN.

Read more

Install NFS Server on Ubuntu

November 10, 2020

NFS is a Linux file sharing system, allowing users to view, store, share or update files on remote computers. This tutorial covers simple steps to install and set up NFS on your network.

Read more

How to Install Redis on Mac

November 5, 2020

Redis is an open-source solution for data storage, most often used as a database, cache storage, or a message broker. This tutorial covers different ways to install, configure, and uninstall Redis on Mac.

Read more

How to Clear Redis Cache

October 26, 2020

Redis is used as a database, cache storage, and message broker thanks to its ability to store key-value pairs. This tutorial covers different ways to clear Redis cache and delete key-value pairs.

Read more

How to Update Apigee Developer Portal APIs

October 21, 2020

Learn how to keep your Apigee developer portal APIs up to date by creating scripts that leverage calls done either in the Apigee UI or available in the Apigee Management API. This article explains how to make an API spec appear in the Apigee Developer Portal.

Read more

19 Kubernetes Best Practices for Building Efficient Clusters

September 23, 2020

Kubernetes is a feature-rich orchestration tool. The best practices outlined in this article are going to help you create a stable and efficient Kubernetes cluster.

Read more

How to Install Rancher on CentOS 7

September 22, 2020

Install the Rancher server on your CentOS and get started using this container management platform that helps manage Kubernetes at scale. Create, run, and deploy clusters in a few simple steps using this powerful tool.

Read more

Redis Data Types with Commands: Comprehensive Guide

September 4, 2020

The article covers seven basic Redis Data Types, including HyperLogLogs and Bitmaps. Each data type is presented using practical and to the point commands.

Read more