Trending questions in DevOps & Agile

0 votes
1 answer

What all can I do with Ansible?

Ansible is capable of doing a lot ...READ MORE

Jan 8, 2019 in Ansible by Takeshi
526 views
0 votes
2 answers

Docker hub vs docker cloud

Just get it from here: "This Docker ...READ MORE

Apr 29, 2019 in Docker by Vijay
• 200 points
1,582 views
0 votes
1 answer

Use shared VPC in the Kubernetes cluster

Hey @Ali, its pretty easy. You can ...READ MORE

Jan 8, 2019 in Kubernetes by Shrishti
527 views
0 votes
1 answer

How to use SSH keys inside docker container

Here is a solution you can try. It ...READ MORE

Oct 9, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
4,415 views
0 votes
1 answer

Install Ansible on centOS

Hey @Ali, Installing Ansible is a piece ...READ MORE

Jan 8, 2019 in Ansible by Kiara
432 views
+1 vote
1 answer

Error saying "no matching hosted zone found" when trying to create the cluster

Hey @Hannah, change the create cluster command ...READ MORE

Oct 24, 2018 in Kubernetes by Kalgi
• 52,360 points
3,677 views
0 votes
1 answer

Provide Ansible with sudo passwords

These are the exact situations where we ...READ MORE

Jan 10, 2019 in Ansible by Noor
363 views
0 votes
1 answer

image can't be pulled error when I try to pull a docker image - kubernetes

I think the image is being pulled ...READ MORE

Sep 4, 2018 in Kubernetes by Kalgi
• 52,360 points
5,855 views
0 votes
1 answer
0 votes
1 answer

Create 3 different masters in 3 different regions - Kubernetes on AWS

Yes @Ali that's possible. You just have ...READ MORE

Jan 8, 2019 in Kubernetes by Malana
404 views
0 votes
1 answer

Autoscaling feature being used by default - Kubernetes AWS

Hey @Ali, seems like you've activated the ...READ MORE

Jan 7, 2019 in Kubernetes by Utsi
412 views
0 votes
2 answers

Different Jenkins $PATH

just add: source /etc/profile As the first step in ...READ MORE

Aug 13, 2018 in Jenkins by lina
• 8,220 points
6,692 views
0 votes
1 answer

What is the docker for windows command for “-v /var/run/docker.sock:/var/run/docker.sock”?

Switch to Linux containers using Docker for ...READ MORE

Dec 4, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
1,878 views
0 votes
1 answer

Set up an environment on google cloud

Hey @Ali, This is pretty simple, just ...READ MORE

Jan 2, 2019 in DevOps on Cloud by Anshul
583 views
0 votes
1 answer

How do I install Docker on Mac

Hey @Ali, follow this guide, hope it ...READ MORE

Jan 3, 2019 in Docker by Vishnu
524 views
0 votes
1 answer

Where do I store my access/secret key for my kube-up.sh to work?

Hey @ali, If you've already installed and ...READ MORE

Jan 4, 2019 in Kubernetes by Nik
420 views
0 votes
1 answer

How to configure my Docker daemon?

Here is what you can try. By using ...READ MORE

Dec 22, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
1,018 views
0 votes
1 answer

Modifying Google Cluster Engine(GKE) API permissions?

Try and create a new Node Pool with the ...READ MORE

Dec 26, 2018 in Kubernetes by ajs3033
• 7,300 points
762 views
0 votes
1 answer

Error saying "localhost:3001error" When trying to run a build - Jenkins

There are two possible issues with this ...READ MORE

Dec 19, 2018 in Jenkins by Kalgi
• 52,360 points
1,096 views
0 votes
4 answers
0 votes
1 answer

rebasing vs merging

Merging and rebasing are written for the ...READ MORE

Dec 16, 2018 in Git & GitHub by Kiyara
1,170 views
0 votes
1 answer

Single node cluster having less CPU Quota

Single CPU cluster is probably not enough ...READ MORE

Dec 31, 2018 in Kubernetes by DareDev
• 6,890 points
436 views
0 votes
1 answer

How to fix the misconfiguration of DNS for python app?

Based on what you have mentioned in ...READ MORE

Dec 12, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
1,228 views
+1 vote
1 answer

Can't recover docker swarm from pending state

First, note the node IDs On manager node: docker ...READ MORE

Sep 26, 2018 in Docker by Kalgi
• 52,360 points
4,512 views
0 votes
1 answer

docker unauthorized: authentication required - upon push with successful login

I also had the same issue.This is ...READ MORE

Jul 31, 2018 in Docker by Kalgi
• 52,360 points
6,991 views
0 votes
1 answer

What's the difference betweena a deployment and a stateful set?

Both the deployments and replication controllers are ...READ MORE

Oct 3, 2018 in Kubernetes by ajs3033
• 7,300 points
4,216 views
0 votes
1 answer

which is better to use between Dockerfile and docker compose?

Here is a concept that will help ...READ MORE

Nov 6, 2018 in Docker by Damon Salvatore
• 5,980 points
2,722 views
0 votes
1 answer

Unable to access kubernetes service on localhost with Docker for Windows

Two ways to expose a service from ...READ MORE

Nov 15, 2018 in DevOps & Agile by Sophie may
• 10,610 points
2,332 views
+1 vote
1 answer

Error: Maven runs with the wrong JDK on Jenkins

Perform the following steps: 1) Navigate to Manage ...READ MORE

Aug 8, 2018 in Jenkins by Sophie may
• 10,610 points
6,544 views
0 votes
1 answer

Require a sample pom.xml for a Java spring boot webservices with plugin for maven and docker

Hey @Ali, have a look at this ...READ MORE

Dec 21, 2018 in Docker by Eric
792 views
0 votes
1 answer

Difference between continuous Integration and continuous development configuration management tools

Have a look at this: Continuous Integration : I'm ...READ MORE

Dec 17, 2018 in DevOps & Agile by Arohi

edited Dec 19, 2018 by Kalgi 917 views
0 votes
2 answers

How to solve this error “Jenkins - j_acegi_security_check” ?

This is how I resolved this issue: # ...READ MORE

Aug 13, 2018 in Jenkins by lina
• 8,220 points
6,772 views
0 votes
1 answer

How to install git on ubuntu?

Hey @Ali, installing Git on ubuntu is ...READ MORE

Dec 21, 2018 in Git & GitHub by Eric
763 views
+4 votes
1 answer

How to orchestrate a multi-tier web-app over swarm cluster ?

I understand from your query that you ...READ MORE

Dec 11, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
990 views
0 votes
1 answer

Created cluster on AWS but master node showing not ready

This error usually occurs when your cluster ...READ MORE

Dec 21, 2018 in Kubernetes by Eric
743 views
0 votes
2 answers

timeout issue when trying to connect instance with putty

Hey @Ali, You might not have enabled ...READ MORE

Dec 20, 2018 in Jenkins by Eric
736 views
+1 vote
1 answer

How to mount private SSH key on Docker for Windows container?

You could use a volume with -v ...READ MORE

Oct 25, 2018 in Docker by Sophie may
• 10,610 points
3,107 views
+2 votes
1 answer

I have installed cobertura plugin but my build is not succesful.

Please let us know the Goal you ...READ MORE

Dec 18, 2018 in Jenkins by Arohi
766 views
0 votes
1 answer

"docker build returned 1 instead of one of [0]" Error when writing a puppet manifest file.

Heyy @Hannah, You seem to be using ...READ MORE

Dec 16, 2018 in Docker by Kiyara
929 views
0 votes
1 answer

Jenkins cannot open directory Permission denied

Try whoami command to find out which ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
6,451 views
0 votes
1 answer

Not able to push the file to the remote repository from the local repository.PFA for the same

Please let me know if you have set ...READ MORE

Dec 17, 2018 in Git & GitHub by Arohi
770 views
+1 vote
1 answer

Unable to access Jenkins. I newly installed Jenkins but for some reason I cannot access it.

Try changing the port, Change JENKINS_AJP_PORT="xyz" to JENKINS_AJP_PORT="abc" If changing the ...READ MORE

Jul 4, 2018 in Jenkins by Sophie may
• 10,610 points
7,831 views
0 votes
1 answer

How to increase cpu share and memory of a container?

This should work: docker update --cpu-shares 5120 -m ...READ MORE

Dec 3, 2018 in Docker by Haseeb
1,287 views
0 votes
1 answer

Unable to open Jenkins in master vm

There seems to be an issue with ...READ MORE

Dec 19, 2018 in Jenkins by Charlie

edited Dec 20, 2018 621 views
0 votes
1 answer

Unable to open jenkins on the slave- Kubernetes

Execute these commands first and let me ...READ MORE

Dec 19, 2018 in Kubernetes by Charlie
616 views
+1 vote
1 answer

Error saying "Error : group map (some junk)is already registered" when trying to run kubectl get nodes

Seems like the installed version of kubectl ...READ MORE

Dec 12, 2018 in Kubernetes by Kalgi
• 52,360 points
845 views
0 votes
1 answer

Unable to install Ansible on centOS

Seems like you're stuck at creating ansible ...READ MORE

Dec 20, 2018 in Ansible by Alan
535 views
0 votes
1 answer

Resources to guide in setting up puppet master on ubuntu and slave on windows

Please refer the below link for setting ...READ MORE

Dec 19, 2018 in Puppet by Alan
533 views
0 votes
1 answer

docker missing var/lib/docker folder

Try restarting docker systemctl restart docker or sudo service docker ...READ MORE

Aug 1, 2018 in Docker by Kalgi
• 52,360 points
6,584 views
0 votes
1 answer

Ram requirements for puppet installation

4 GB would be less for proper ...READ MORE

Dec 19, 2018 in Puppet by Alan
520 views