DevOps
DevOps
Service Discovery
What is Service Discovery? Service discovery is a software design pattern that enables distributed applications to locate and connect to …
Database Sharding
What is Sharding? Sharding is a method of dividing a large database into smaller, more manageable pieces called shards. Shards …
What is scaling in Cloud Computing?
Overview If I have to say about scaling in simple words, it is an ability to adapt to change in …
Vertical scaling and Horizontal scaling
To understand vertical scaling and horizontal scaling better, let’s try to take a real-world example first, then we will go …
Clean up space in the tableau server
Overview In this post, we will learn how to clean up space in the tableau server. We may run out …
Run Kibana behind Nginx proxy with basic authentication
Steps to run Kibana behind Nginx Proxy To run Kibana behind Nginx proxy with basic authentication is really let’s go …
Read More Run Kibana behind Nginx proxy with basic authentication
String Interpolation In Jenkins
Jenkins Pipeline uses rules identical to Groovy for string interpolation. Groovy’s String interpolation support can be confusing to many newcomers …
Print Git Branch Name in Jenkins Pipeline
If you’re setting up a Jenkins pipeline, you may need to know how to print the Git branch name. Being …
Clean Up Your Jenkins Home Directory
Developers and DevOps professionals frequently use Jenkins as a tool for automating tasks. However, like any software, it is essential …