Helm provides a quick way of setting up a Redis cluster using a pre-made Helm chart. 1. Add the Helm repository containing the Kafka chart you…
Linux cheat sheet
Helm provides a quick way of setting up a Redis cluster using a pre-made Helm chart. 1. Add the Helm repository containing the Kafka chart you…
Helm provides a quick way of setting up a Redis cluster using a pre-made Helm chart. 1. Add the Helm repository containing the Redis chart you wish…
In this comprehensive ingress guide, you will learn how tosetup Nginx ingress controlleron Kubernetes and configure ingress using DNS. Prerequisites A Kubernetes cluster kubectl utility installed…
There are many ways on how to delete old indices in ELK. We will look at some of them. The first, most insecure and most…
And so, we need to build the following model: * Docker Swarm manager with 3 swarm nodes running docker graphHoppers and on the top of…
With PRTG monitoring you can do various things, today I’ll show you how to create custom SSH sensor and monitor response time of server/website or…
Create a new file, curl-format.txt, and paste in: time_namelookup: %{time_namelookup}s\n time_connect: %{time_connect}s\n time_appconnect: %{time_appconnect}s\n time_pretransfer: %{time_pretransfer}s\n time_redirect: %{time_redirect}s\n time_starttransfer: %{time_starttransfer}s\n ———-\n time_total: %{time_total}s\n Make a…
We are going to check how to configure Jenkins to build Docker Images based on a Dockerfile. Below are the steps of how you can…
If you faced botnet or you have any other suspicious activity on the server, you should take some actions to prevent it as soon as…
Apache Kafka is a popular distributed messaging software broker designed to efficiently manage large amounts of data in real time. The Kafka cluster is not…