Most answered questions in DevOps & Agile

0 votes
1 answer

What are artifacts?

Artifacts are the final file that we ...READ MORE

Oct 8, 2020 in DevOps Tools by Rishi
537 views
0 votes
1 answer

How should we install Jenkins in a production environment on tomcat or as a service on Linux?

First;y install java after that download the ...READ MORE

Oct 8, 2020 in Other DevOps Questions by Soundarya Lanka
640 views
0 votes
1 answer

Which is the best APM tool?

Best is subjective. However, Prometheus + Grafana, ...READ MORE

Oct 8, 2020 in Other DevOps Questions by Avishek Kumar
346 views
0 votes
1 answer

Error " unable to parse POM" while build on Jenkins

Maven tries to read /root/.jenkins/workspace/test tools as ...READ MORE

Oct 8, 2020 in Jenkins by Blackbuild
2,977 views
+1 vote
1 answer

Slow Docker Pull

Hi@Allahshukar, As you said your docker clients are ...READ MORE

Oct 7, 2020 in Docker by MD
• 95,440 points
3,711 views
0 votes
1 answer

Unable to make a connection between Jenkins master and slave even after configuring ssh.

Delete the instance and spin up a ...READ MORE

Oct 7, 2020 in Jenkins by Bhup Sharma
1,087 views
0 votes
1 answer
0 votes
1 answer

Jenkins instance when opened using public address of AWS is giving permission denied

Hi@Kavita, You need to create a rule in ...READ MORE

Oct 7, 2020 in DevOps & Agile by MD
• 95,440 points
882 views
0 votes
1 answer

Running task from Different roles in parallel

Hi@Shambhavi, You can use tags in your task. ...READ MORE

Oct 7, 2020 in Ansible by MD
• 95,440 points
984 views
0 votes
1 answer

How to uninstall Kubernetes completely?

Hi Akhtar, You can follow the below steps ...READ MORE

Oct 6, 2020 in Kubernetes by MD
• 95,440 points
21,405 views
0 votes
1 answer

Hi Anyone can help me with logic catch in Jenkins? When deployment fails I need the script!

Try this: node { stage('Example') { try { ...READ MORE

Oct 6, 2020 in Jenkins by Adil
474 views
0 votes
1 answer

Error: there is no need to specify a resource type as a separate argument when passing arguments in resource/name form

Hi, You don't need to pass any argument ...READ MORE

Oct 6, 2020 in Kubernetes by MD
• 95,440 points
14,329 views
0 votes
1 answer

What's difference between git rebase and git commit?

The git commit command captures a snapshot of the ...READ MORE

Oct 6, 2020 in Git & GitHub by Lyana
642 views
0 votes
1 answer

Slowness issues with a java application running on a docker container over AWS ECS

You can set the following two parameters ...READ MORE

Oct 5, 2020 in Docker by Rajendra Prasad
1,578 views
0 votes
1 answer

How do we list all the pods which are using the same service?

Hi, If you want to manage your pods ...READ MORE

Oct 5, 2020 in Kubernetes by MD
• 95,440 points
406 views
0 votes
1 answer

Will docker run on I5 or I7 is required?

It will run on i3 as well. ...READ MORE

Oct 5, 2020 in Docker by Vel
1,798 views
0 votes
1 answer

Error: Redis connection refused !

Check if the firewall policy is open ...READ MORE

Oct 5, 2020 in Other DevOps Questions by Satish
994 views
0 votes
1 answer

Getting error while doing maven integration.

 I suggest you to check the integration ...READ MORE

Oct 5, 2020 in Other DevOps Questions by Kim
393 views
0 votes
1 answer

How to add an empty directory to a Git repository?

Hi@akhtar, A popular solution is to simply add ...READ MORE

Oct 5, 2020 in Git & GitHub by MD
• 95,440 points
836 views
0 votes
1 answer

Add labels to nodes in Minishift.

Hi@akhtar, You can add labels to your nodes ...READ MORE

Oct 3, 2020 in DevOps Tools by MD
• 95,440 points
428 views
0 votes
1 answer

How to expose a service in Minishift?

Hi@akhtar, You can expose your service in the ...READ MORE

Oct 3, 2020 in DevOps Tools by MD
• 95,440 points
377 views
0 votes
1 answer

How to add policy to a service account in Minishift?

Hi@akhtar, You can add an SCC to your ...READ MORE

Oct 3, 2020 in DevOps Tools by MD
• 95,440 points
399 views
0 votes
1 answer

How to add a service account to the deployment in OpenShift?

Hi@akhtar, Some environment is dependent on a service ...READ MORE

Oct 3, 2020 in DevOps Tools by MD
• 95,440 points
2,715 views
0 votes
1 answer

How to update a distribution comment by distribution id using Ansible Playbook?

Hi@akhtar, You can update your distribution with the ...READ MORE

Sep 30, 2020 in Ansible by MD
• 95,440 points
354 views
0 votes
1 answer

How Jenkins jobs will get triggered through bit bucket?

You have to use a webhook for ...READ MORE

Sep 30, 2020 in Jenkins by Prakash
358 views
0 votes
1 answer

How to create a cloudfront distribution using Ansible?

Hi@akhtar, You can find one module named cloudfront_distribution ...READ MORE

Sep 30, 2020 in Ansible by MD
• 95,440 points
756 views
0 votes
1 answer

Is it mandatory to have Ansible Controller Machine (ACM) and Jenkins Master on the same server/instance ?

Make git, Jenkins, Docker, ansible master as ...READ MORE

Sep 30, 2020 in Ansible by Adil
505 views
0 votes
1 answer

How to skip execution of a task in ansible playbook ??

Define tags...  Then while running playbook use --skip-tags. READ MORE

Sep 30, 2020 in Ansible by Adil
10,203 views
0 votes
1 answer

When I'm trying to reinstall Jenkins in cent OS, the secrets folder is not creating and Jenkins is not using port 8080.

Go to /etc/yum.repo.d and delete jenkins.io package. Then ...READ MORE

Sep 30, 2020 in Jenkins by Adil
593 views
0 votes
1 answer

Jenkins : Problem with the script. Can anyone help?

Refer to user input... In Jenkins pipeline ...READ MORE

Sep 30, 2020 in Jenkins by Adil Abdullah Khan
716 views
0 votes
1 answer

How to deploy a jar file (spring boot jar) using Jenkins?

Use Gradle publish plugin in built.gradle. That should ...READ MORE

Sep 30, 2020 in Jenkins by Adil Abdullah khan

edited Mar 4, 2022 by Sarfaraz 4,118 views
0 votes
1 answer

Any one know how to create certs under /etc/kubernetes/PKI path files ?

Use OpenSSL or CfSSL. Refer to https://kubernetes.io/docs/setup/best-practices/certificates/ Hope it helps! To ...READ MORE

Sep 30, 2020 in Kubernetes by Vishwanath Deshpande

edited Oct 6, 2021 by Sarfaraz 343 views
0 votes
1 answer

How to deploy the war file in Tomcat Server with Jenkins pipeline job on an windows machine?

Use deploy to container plugin. Go to the ...READ MORE

Sep 30, 2020 in Jenkins by Adil Abdullah Khan
4,402 views
0 votes
1 answer

How to run a cron job using Ansible Playbook?

Hi@akhtar, You can use a module named Cron ...READ MORE

Sep 29, 2020 in Ansible by MD
• 95,440 points
9,766 views
0 votes
1 answer

Best monitoring tool for Infrastructure, application, services and server

Hi@Lakshminarayanan, There are some good monitoring tools available ...READ MORE

Sep 28, 2020 in DevOps on Cloud by MD
• 95,440 points
397 views
0 votes
1 answer

error sudo: ./gradlew: command not found

Maybe..your Gradle path is not set for ...READ MORE

Sep 28, 2020 in DevOps Tools by Adil Abdullah Khan
4,399 views
0 votes
1 answer

I am not able to set static IP for my ubuntu VM.... I am referring Kubernetes installation!

Hey, check this out for the steps ...READ MORE

Sep 28, 2020 in Kubernetes by Vishwanath Deshpande

edited Oct 6, 2021 by Sarfaraz 552 views
0 votes
1 answer

I want to create a repository on folder level in Git. Is this possible?

That is possible but ideally, you should ...READ MORE

Sep 28, 2020 in Git & GitHub by Mudit
503 views
0 votes
1 answer

Which module is used to add repo in ansible for ubuntu?

It is Apt_repository that is used to ...READ MORE

Sep 28, 2020 in Ansible by Akhil
310 views
0 votes
1 answer

What is meant by microservice ?

Microservices describes the architectural pattern of composing a ...READ MORE

Sep 28, 2020 in DevOps and Microservices by Eshwar
370 views
0 votes
1 answer

How to get into a Docker container shell?

Hi@akhtar, The docker exec command is probably what you are ...READ MORE

Sep 28, 2020 in Docker by MD
• 95,440 points
434 views
0 votes
1 answer

Load Docker image from a tar file.

Hi@akhtar, You can load an image in your ...READ MORE

Sep 28, 2020 in Docker by MD
• 95,440 points
2,570 views
0 votes
1 answer

How to save a Docker image in tar file?

Hi@akhtar, Sometimes we may require to copy an ...READ MORE

Sep 28, 2020 in Docker by MD
• 95,440 points
4,101 views
0 votes
1 answer

How to specify sudo password for Ansible?

Hi@akhtar, You can pass variable on the command ...READ MORE

Sep 28, 2020 in Ansible by MD
• 95,440 points
5,224 views
0 votes
1 answer

How to give approval in declarative Jenkins pipeline?

Here's the steps for manual approval in ...READ MORE

Sep 24, 2020 in Jenkins by Adil
6,847 views
0 votes
1 answer

How to write ansible script for installing jenkins on aws RHEL?

Check this out. https://github.com/geerlingguy/ansible-role-jenkins H ...READ MORE

Sep 24, 2020 in Ansible by smy
1,046 views
0 votes
1 answer

I have added ceph storage as PV to Kubernetes. Can I create multiple volume claims from that?

Yes, you can do it. A Persistent ...READ MORE

Sep 24, 2020 in Kubernetes by Vishwanath

edited Oct 6, 2021 by Sarfaraz 699 views