Top Gradle interview questions and answers

What is Gradle build tool? Gradle is a build automation tool based on Groovy and Kotlin. It’s open-source and flexible enough to build almost any type of software….

Read More

Top Maven interview questions and answers

What Maven is used for? Maven is a build automation tool used primarily for Java projects. Maven can also be used to build and manage projects written in…

Read More

Top SonarQube interview questions and answers

What is SonarQube used for? SonarQube is a Code Quality Assurance tool that collects and analyzes source code and provides reports for the code quality of your project….

Read More

Top Jira interview questions and answers

What is the full form of Jira? JIRA is a tool developed by Australian Company Atlassian. … The JIRA’s full form is actually inherited from the Japanese word…

Read More

7 Reasons Why Collecting Product Feedback Is Super Important

7 Reasons Why Collecting Product Feedback Is Super Important So your product is helping users worldwide. The service you provide your customers is unbeatable. Your customers are…

Read More

Useful AWS Tools and Websites

http://www.cloudping.info/ Amazon Web Services™ are available in several regions. Click the button below to estimate the latency from your browser to each AWS™ region. http://freedns.afraid.org/ Free DNS…

Read More

NewRelic Interview Questions and Answer Part – 1

Which are not the components of NewRelic? APM Infrastrcuture Mobile Datalog Answer- Datalog Is it a right defintion of NewRelic One?New Relic One lets you find, visualize,…

Read More

What is Azure Bot Service?

Introduction of Azure Friends, Today I come with a new topic that is Azure Bot Service. But first of all, I let you about App Center Azure….

Read More

Ansible Connection Options for windows remote Server

Error – Failed to connect to the host via ssh Solution – You need to set ansible_connection=winrm to connect to windows [windows] 13.233.160.153 [windows:vars] ansible_connection=winrm Error –…

Read More

How to Create Multiple role-based users in Laravel Application

Open command prompt or Git Bash on xampp/htdocs directory 2. Create Laravel New Project write this command composer create-project –prefer-dist laravel/laravel Gurukulgalaxy “5.8.*” Move to project directory…

Read More

What is AKS (Azure Kubernetes Service)?

Introduction of Azure Kubernetes Service AKS (Azure Kubernetes Service) is Azure’s managed container service and It is an open-source fully managed container orchestration service. It is manages…

Read More

What is Azure Key Vault?

Hello Learners, In this blog I have come up with the topic of Azure Key Vault for you. But before introducing Azure Key Vault, first of all,…

Read More

How to setup Zabbix Server & Frontend in RHEL 7?

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

What is Azure Blockchain Service?

Hello Learners, In this blog I have come up with the topic of Azure Blockchain Service for you. But before introducing Azure Blockchain, first of all, let…

Read More

What is Azure Machine Learning?

Introduction Friends, In this blog, I am going to let you know What is Azure Machine Learning, But first of all, I am going to explain to…

Read More

What is Azure Data Factory?

Friends, in this blog I’m going to explain to you about Azure Data Factory, It is a service allowing companies to transform their big data from rational,…

Read More

What is Microsoft Azure Virtual Machine?

Friends, Today, In this blog, I’m going to let you know about Microsoft Azure Virtual Machine. First of let’s know what is Azure? Azure offers a large…

Read More

What is Azure Visual Studio App Center?

Friends, Today I come with a new topic that is Azure Visual Studio App Center. But first of all, I let you about App Center Azure. You…

Read More

What is Azure SignalR Service?

Friends, In this blog I’m going to let you know about Azure SignalR Service but first of all, let’s know SignalR, is an open-source .NET library for…

Read More

What are the best tools to learn DevOps? How to start DevOps?

Friends, today I am going to let you know which tools are much better in DevOps, and how can we start our learning DevOps, by the way,…

Read More

What is the average salary of an AWS solutions architect associate?

Friends, today I am going to let you about the salary of the AWS position. Below you can see the average salary of AWS Solution Architect Positions…

Read More

ReplicaSet Example Program

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Modules in Apache Web Server

Core Modules New functions are in the form of modules. Every module has their own directives Easy to download,install and configure Define modules, use their syntaxes to…

Read More

Directory Structure of Apache Web Server

Apache HTTPD – Directory Structure CORE/common Directories conf modules htdocs logs New structure in Yum/RPM base installation conf conf.d conf.modules.d modules htdocs logs Structure in Tarball/source code…

Read More

Installation Of Apache HTTP Web Server

How many ways you can install Apache? Installation Types1.Yum Based2.RPM Based3.Source code/ Tar ball Based Apache install on Centos 7 (Yum Base) 1.Check OS version # cat…

Read More

Elasticsearch templates

An index template is a way to tell Elasticsearch how to configure an index when it is created. For data streams, the index template configures the stream’s…

Read More

Best practices to secure your Apache Web Server

Server Version Banner should be removed. I’d say this is one of the first things to think about, because you don’t want to reveal your web server…

Read More

Prometheus PromQL Example Query: Monitoring Kubernetes

Count of pods per cluster and namespace. Having a list of how many pods your namespaces have in your cluster can be useful for detecting an unusually…

Read More

Using Expression browser in Prometheus

The expression browser is available at /graph on the Prometheus server, allowing you to enter any expression and see its result either in a table or graphed…

Read More

How to Install Windows Exporter for prometheus?

Prerequisite Step 1 – Download and Install Windows Exporter https://prometheus.io/docs/instrumenting/exporters/ https://github.com/prometheus-community/windows_exporter https://github.com/prometheus-community/windows_exporter/releases windows_exporter-0.16.0-amd64.msi – Installed with Services windows_exporter-0.16.0-amd64.exe – Run Adhoc on the screen Step 2 –…

Read More