Latest questions in DevOps & Agile

0 votes
1 answer

How to share secret across namespaces in Kubernetes?

Hi@akhtar, You will have to create the secret ...READ MORE

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

Write playbook to apply condition date wise comparison

Hi, It depends on your use case. For ...READ MORE

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

What is the difference between the Jenkins jobs which are in workspace directory and jobs directory

Hi@Shashi, These folders have different meanings in Jenkins. If ...READ MORE

Oct 21, 2020 in Jenkins by MD
• 95,440 points
3,540 views
0 votes
1 answer

Docker: port 80 bind error.

Try to add an inbound rule for ...READ MORE

Oct 20, 2020 in Docker by Lokesh
972 views
0 votes
1 answer
0 votes
1 answer

How devops people communicate with QA team?

Many DevOps specialists swear by Slack as ...READ MORE

Oct 20, 2020 in Other DevOps Questions by Vish
367 views
0 votes
1 answer

How to find Docker logs on Linux?

Hi@akhtar, By default, the docker logs command shows the logs of ...READ MORE

Oct 20, 2020 in Docker by MD
• 95,440 points
560 views
0 votes
1 answer

"Connection reset by peer: socket write error" while uploading the artifact to nexus from jenkins

Try to enable the unsecure renegotiation by ...READ MORE

Oct 19, 2020 in Jenkins by Neha
3,125 views
0 votes
1 answer

How to run the Jenkins job using shell script ?

Check if this can help https://myopswork.com/when-shell-scripts-meets- ...READ MORE

Oct 19, 2020 in Jenkins by Kim
7,251 views
0 votes
1 answer

What is cmd and entrypoint in Docker?

CMD and ENTRYPOINT are instructions given in ...READ MORE

Oct 19, 2020 in Docker by Kim
648 views
0 votes
1 answer

How to increase the size of images while creating docker file?

Docker image optimization usually is intended to ...READ MORE

Oct 19, 2020 in Docker by anonymous
460 views
0 votes
1 answer

java.lang.NoSuchMethodError: No such DSL method 'autoClean' found among steps

Hi@Nagarjun, It seems the plugin you are using ...READ MORE

Oct 19, 2020 in Jenkins by MD
• 95,440 points
1,967 views
0 votes
1 answer

Script for websphere app server restart based on user request.

Hi@Saurabh, You can use the service module to ...READ MORE

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

Can a Jenkins build access the archived artifacts from itself?

You could probably use one of the "Publish ...READ MORE

Oct 15, 2020 in Jenkins by Lyana
2,816 views
0 votes
1 answer

Where can I find the Jenkins artifacts?

It is being archived on the master ...READ MORE

Oct 15, 2020 in Jenkins by Kim
8,132 views
0 votes
1 answer

How to restore archived artifacts in jenkins?

Do you mean accessing the archived artifacts ...READ MORE

Oct 15, 2020 in Jenkins by Karan
• 19,610 points
1,080 views
0 votes
1 answer

How to configure the Nginx server in AWS with Ansible Playbook?

Hi@akhtar, To configure the Nginx server in AWS, ...READ MORE

Oct 12, 2020 in Ansible by MD
• 95,440 points
2,836 views
0 votes
1 answer

How to create an Elastic Load Balancer in AWS with Ansible Playbook?

Hi@akhtar, You can find one module in ansible ...READ MORE

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

Error Message: "No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV4Handler'] Check your credentials"

Hi@akhtar, A dynamic inventory script will cache results to ...READ MORE

Oct 12, 2020 in Ansible by MD
• 95,440 points
2,535 views
0 votes
1 answer

How to check Docker container application logs?

Try this: docker container logs <container-id> READ MORE

Oct 12, 2020 in Docker by Vishwanath
792 views
0 votes
1 answer

How can we publish html test reports in azure devops build results?

This might help you. Have a look ...READ MORE

Oct 12, 2020 in DevOps on Cloud by Kriti

edited Oct 27, 2021 by Sarfaraz 8,359 views
0 votes
1 answer

How many docker services we can run in the single server?

You can run any number but depends ...READ MORE

Oct 8, 2020 in Docker by Kim
479 views
0 votes
1 answer

What are artifacts?

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

Oct 8, 2020 in DevOps Tools by Rishi
548 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
658 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
361 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
3,033 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,741 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,113 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
893 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
996 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,475 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
490 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,415 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
668 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,599 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
427 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,822 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
1,021 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
415 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
853 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
442 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
394 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
422 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,776 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
366 views