Articles by Tag #cluster

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Differences between primary, core and task nodes in Amazon EMR cluster

The key differences between primary, core, and task nodes in an Amazon EMR cluster are: Primary Node...

Learn More 11 0Jun 9 '24

Create an EKS Cluster Using Terraform

In this blog, we’ll explore how to create an EKS cluster using a Terraform module, including setting...

Learn More 7 0Aug 24 '24

Using Phoenix.PubSub as a message-bus for Elixir cluster

In my sharing session about using Phoenix.PubSub as message-bus for Elixir cluster, it quite simple...

Learn More 6 0Jun 9 '24

Patroni, ETCD ve HAProxy kullanarak Cluster Kurulumu ve Yapılandırması

Veri tabanlarının güvenilir ve kesintisiz çalışması, özellikle kritik uygulamalar için büyük önem...

Learn More 6 0Oct 16 '24

Nice open-source UI Tool to interact with kubernetes clusters

My hands-on experience with “Cyclops” to deploy applications on kubernetes clusters. [Image...

Learn More 4 2Apr 7

Scaling Node.js: Handling 1 Million Requests Like a Pro

JavaScript is a single threaded, synchronous language. This means when users request to a NodeJS...

Learn More 3 0Jan 3

What is the purpose of the "cluster" module in Node.js?

The "cluster" module in Node.js is designed to enable the creation of child processes (workers) that...

Learn More 2 0May 27 '24

🔋⚡ Ensuring High Availability with Two-Server Setup Using Keepalived

Ensuring High Availability with Two-Server Setup Using Keepalived Ensuring high...

Learn More 2 0Nov 28 '24

Solve problem for dynamic Elixir cluster - ClusterHelper

Intro I'm deploying a cluster of Elixir with 5 to 7 nodes (dev env, in prod each node is a...

Learn More 1 0Mar 23

What is the purpose of the "cluster" module in Node.js?

The "cluster" module in Node.js is designed to enable the creation of child processes (workers) that...

Learn More 1 0May 27 '24

How to manage clusters in Alibaba Cloud Elasticsearch for beginners

Managing clusters in Alibaba Cloud Elasticsearch involves overseeing the resources and configurations...

Learn More 0 0Feb 17

native people's contribution to ML

While we are so familiar with Europe's contribution to modern machine learning, let's explore how...

Learn More 0 0Sep 5 '24

Kubenetes Cluster & Nodes related issues

1. Node 1.1 Node NotReady A Kubernetes cluster node being in the NotReady state...

Learn More 0 0Jan 8

Boost Kubernetes Efficiency: Upgrade to v1.14 in 11 Easy Steps!

Kubernetes stands out as one of the most dynamic projects on Github, boasting an impressive 80,000+...

Learn More 0 0Oct 10 '24

Scaling Mistakes | Kubernetes

Top 5 Kubernetes Scaling Mistakes That Will Break Your Cluster: Only Using Horizontal Pod...

Learn More 0 0Mar 11

🐳 Deploying a Highly Available Docker Swarm Cluster with 3 Services

Before moving ahead, let's decide good website where we can work easily, I have chosen Play with...

Learn More 0 0Apr 11

Monitor Apache Ignite in 5 Minutes: Fix Cluster Issues Fast!

Apache Ignite, a JVM-based system, requires constant monitoring to ensure prompt issue response,...

Learn More 0 0Sep 25 '24

🚀 How I Merged Multiple Kubernetes Clusters with Zero Downtime

Managing too many Kubernetes clusters? 😩 Been there. When your infra grows wild, merging clusters can...

Learn More 0 0Mar 17

Kubernetes Cluster Setup Guide 2024

Common Installation on both worker and control plane nodes # using 'sudo su' is not a...

Learn More 0 0Jun 16 '24

Guia de Comandos PM2

Introdução O PM2 é um gerenciador de processos para aplicações Node.js em ambiente de...

Learn More 0 0Nov 27 '24

Configure MariaDB Galera Cluster in ubuntu 24.04 LTS

inchirags@gmail.com MariaDB DBA Tutorial https://www.chirags.in Configure MariaDB...

Learn More 0 0Jan 8

Usage of Node.js Cluster vs Worker

The Cluster The cluster module allows node.js to spawn multiple processes that can share the same...

Learn More -1 0Nov 17 '24