Most answered questions in DevOps & Agile

0 votes
1 answer

Kubernetes Error "1 node(s) had taints that the pod didn't tolerate." [closed]

Hey @Sitara, check if all your pods ...READ MORE

Jun 27, 2019 in Kubernetes by Jazz
13,002 views
0 votes
1 answer
0 votes
1 answer

How to run selenium script with TestNG on Jenkins?

You can build this project in Jenkins ...READ MORE

Jun 19, 2019 in Jenkins by Neel
• 3,020 points
3,801 views
0 votes
1 answer

Jenkins displays the message that reverse proxy setup is broken. How to solve this issue? [closed]

As long as it is not interrupting ...READ MORE

Jun 19, 2019 in Jenkins by Neel
• 3,020 points
1,618 views
+2 votes
1 answer

How to run a job in Jekins by a different user ?

To run a job by a specific ...READ MORE

Jun 17, 2019 in Jenkins by Neel
• 3,020 points
26,803 views
+1 vote
1 answer

What is the difference between Hudson and Jenkins?

Jenkins and Hudson are Continuous Integration tool, ...READ MORE

Jun 17, 2019 in Jenkins by Neel
• 3,020 points
4,257 views
0 votes
1 answer

Ansible Playbook to get k8s authentication result

Hey @Den, try something like this: - hosts: ...READ MORE

Jun 11, 2019 in Ansible by Faiza
883 views
0 votes
1 answer

Ansible task to read definition file from the Ansible controller file system.

Hey, you can use the k8s module ...READ MORE

Jun 11, 2019 in Ansible by Babita
1,079 views
0 votes
1 answer

Ansible task to create service object using inline definition

You can use the k8s module for ...READ MORE

Jun 11, 2019 in Ansible by Tanya
610 views
0 votes
1 answer

Get MD5 checksum of a windows file using Ansible

Hi @Travis, you can use the win_stat ...READ MORE

Jun 11, 2019 in Ansible by Greg
2,815 views
0 votes
1 answer

obtain information about a file in windows using ansible playbook

Hey @Travis, you can use the win_stat ...READ MORE

Jun 11, 2019 in Ansible by Drake
1,113 views
0 votes
1 answer

Can I run docker-compose inside a container?

Compose can also be run inside a ...READ MORE

Jun 10, 2019 in Docker by Sirajul
• 59,230 points
5,805 views
+1 vote
1 answer

What is a docker file? How do I create a docker image with dockerfile?

 A Dockerfile is a script/text configuration file that contains ...READ MORE

Jun 7, 2019 in Docker by Sirajul
• 59,230 points
4,056 views
0 votes
1 answer

Is it possible to create a custom docker image from a running docker container?

Yes you can create a custom docker ...READ MORE

Jun 7, 2019 in Docker by Sirajul
• 59,230 points
852 views
0 votes
1 answer

Ansible "When" statement

You can try the following workaround. So ...READ MORE

Jul 4, 2019 in Ansible by Anvit
867 views
0 votes
1 answer

What is "Pipeline as code" concept in jenkins?

Jenkins "Pipeline as code"  allows you to define ...READ MORE

Jun 4, 2019 in Jenkins by Sirajul
• 59,230 points
1,472 views
0 votes
1 answer

Ansible Error "ERROR! 'vars_files' is not a valid attribute for a PlaybookInclude"

vars_files is not supported for included playbooks ...READ MORE

Jun 3, 2019 in Ansible by Tara
4,362 views
0 votes
1 answer

How do I set up a windows_slave agent via JNLP, If I have a Jenkins master configured on linux?

JNLP(JAVA NETWORK LAUNCH PROTOCOL) is used to Connect to/launch ...READ MORE

Jun 3, 2019 in Jenkins by Sirajul
• 59,230 points
56,973 views
+1 vote
1 answer

Is it possible to create a jenkins pipeline without using a jenkinsfile?

Yes, you can create a Jenkins pipeline ...READ MORE

May 31, 2019 in Jenkins by Sirajul
• 59,230 points
5,184 views
0 votes
1 answer

How do I know who has performed a particular operation in jenkins?

You can keep a log of who ...READ MORE

May 30, 2019 in Jenkins by Sirajul
• 59,230 points
8,595 views
0 votes
1 answer
0 votes
1 answer

How do I schedule a Jenkins compile/build job only when there is a new commit to my source code ?

To automatically run build on code commit, follow ...READ MORE

May 29, 2019 in Jenkins by Sirajul
• 59,230 points
3,642 views
0 votes
1 answer

I am not able to use pull, push, branch merge

Please execute the below command in the ...READ MORE

May 23, 2019 in Git & GitHub by Umer
466 views
0 votes
1 answer

How to add a remote git repository in Jenkins

Follow these steps: Step 1 Go to Manage ...READ MORE

May 23, 2019 in Git & GitHub by Alok
12,917 views
0 votes
1 answer

jenkins workspace option

You can basically customize your jenkins workspace. ...READ MORE

May 16, 2019 in Jenkins by Hitesh
2,324 views
0 votes
1 answer

Warning saying "It appears that your reverse proxy set up is broken."

 As noted in the Jenkins Wiki, "The ...READ MORE

May 16, 2019 in Jenkins by Haider
3,193 views
0 votes
1 answer

Change Nginx welcome page

Well, this is pretty simple. All you've ...READ MORE

May 15, 2019 in Other DevOps Questions by Umer
5,350 views
0 votes
1 answer

Install Nginx on Linux

Hey @Rishi, follow these steps: sudo apt-get update sudo ...READ MORE

May 15, 2019 in Other DevOps Questions by Iliana
598 views
0 votes
1 answer

Location of jenkins workspace

By default, your Jenkins workspace would be ...READ MORE

May 15, 2019 in Jenkins by Sharma
1,073 views
0 votes
1 answer

Changing Jenkins workspace

By default, your Jenkins workspace would be ...READ MORE

May 15, 2019 in Jenkins by Kapil
30,717 views
0 votes
1 answer

What is the cost for DevOps course?

Hey Anvith, The cost of Edureka's DevOps ...READ MORE

May 6, 2019 in DevOps & Agile by Edureka
• 2,960 points
763 views
0 votes
1 answer

Can Kubernetes dashboard be accessible from outside the cluster?

Yes, you just have to copy the ...READ MORE

Apr 30, 2019 in Kubernetes by Himanshu Sharma
873 views
0 votes
1 answer

What are Ad-hoc commands? Give an example.

Ad-hoc commands are simple one-line commands used ...READ MORE

Apr 24, 2019 in DevOps & Agile by Tyrion anex
• 8,700 points
471 views
0 votes
1 answer

How would you install Ansible on a CentOS system?

This can be done in two simple ...READ MORE

Apr 24, 2019 in DevOps & Agile by Tyrion anex
• 8,700 points
626 views
0 votes
1 answer

What are selector based selectors in Kubernetes?

This type of selector allows filtering keys ...READ MORE

Apr 17, 2019 in Kubernetes by Kim
1,288 views
0 votes
1 answer

What are Equity based selectors?

Equity-based selectors allow filtering by label key and ...READ MORE

Apr 17, 2019 in Kubernetes by Yesha
1,476 views
0 votes
1 answer

Different container resource management tools

Few container resource management tools are as ...READ MORE

Apr 17, 2019 in Kubernetes by Sahit
403 views
0 votes
1 answer

What is container resource Manager?

As for users, it is really important ...READ MORE

Apr 17, 2019 in Kubernetes by Sahit
547 views
0 votes
1 answer

Different types of cloud controller manager

There are four different types of Cloud ...READ MORE

Apr 17, 2019 in Kubernetes by Sahit
852 views
0 votes
1 answer

Cloud Controller manager and its uses

The Cloud Controller Manager is responsible for persistent ...READ MORE

Apr 17, 2019 in Kubernetes by Sahit
907 views
0 votes
1 answer

Difference between deploying apps on hosts and container

The left side architecture represents deploying applications ...READ MORE

Apr 17, 2019 in Kubernetes by Sahit
2,904 views
0 votes
1 answer

Use terraform to generate HTTPS Git credentials for AWS CodeCommit

Use data.external to execute a CLI script: credentials=$(aws ...READ MORE

Apr 17, 2019 in Jenkins by Jaimy
2,262 views
0 votes
1 answer

config.xml file location on ubuntu 14

Set useSecurity from true to false and ...READ MORE

Apr 17, 2019 in Jenkins by Navya
2,848 views
0 votes
1 answer

Configure nginx as reverse reverse proxy

Hey @Kiara, you can use something like ...READ MORE

Apr 16, 2019 in Jenkins by Bryan
967 views
0 votes
1 answer

AWS CodeDeploy Jenkins Plugin configuration

Yes obviously, you need to configure. Follow ...READ MORE

Apr 16, 2019 in Jenkins by Ishaan
528 views
0 votes
1 answer

Install GIT and Maven inside a Docker Container and access them to build a job with Maven from a GIT repository

Create a Dockerfile and add the commands ...READ MORE

Apr 16, 2019 in Jenkins by Nishu
27,022 views
0 votes
1 answer

Java version for Jenkins on ubuntu 18.04

Hi @Koyal, If you look at the ...READ MORE

Apr 16, 2019 in Jenkins by Vish
1,999 views
0 votes
1 answer

Error saying "error: dpkg frontend is locked by another process"

Hey! First, find out the id of the ...READ MORE

Apr 15, 2019 in Jenkins by Vedant
20,246 views
0 votes
1 answer

resource considerations I need to keep in mind before deploying my Jenkins master on AWS

Sizing your instances in terms of CPU, ...READ MORE

Apr 15, 2019 in Jenkins by Vish
453 views
0 votes
1 answer

Use Custom Docker registry with jenkins declarative pipeline

Yes, you can! try something like this: node ...READ MORE

Apr 12, 2019 in Jenkins by Bishu
2,155 views