Results for: elasticsearch

How to Use Environment Variables with Helm Charts

February 24, 2021

Helm charts are used to collect and package Kubernetes resources into simple and efficient clusters.
In this tutorial, learn how you can incorporate environment variables into your Kubernetes apps by using Helm charts.

Read more

How to Configure Nginx Reverse Proxy for Kibana

September 17, 2020

This tutorial shows you how to configure Nginx reverse proxy for Kibana. It shows you the simplest way to secure your Kibana through configuring Nginx. Set up your Kibana to allow access only to authorized password-protected users.

Read more

SQL vs NoSQL: What's the Difference?

August 25, 2020

There are two main types of database solutions: SQL and NoSQL. In this article, you will learn the key differences between these database types.

Read more

NoSQL Database Types

June 10, 2020

NoSQL databases are an alternative to the traditional SQL databases. They are more flexible, scalable and functional for working with big data. There are different types of NoSQL databases. The most widely used types include: key-value databases, document databases, wide-column databases, and graph databases.

Read more