Most answered questions in DevOps & Agile

0 votes
1 answer

Pods stuck in CrashBackLoopOff state

There are three possibilities here @Ali, Check your ...READ MORE

Jan 4, 2019 in Kubernetes by Lissa
1,011 views
0 votes
1 answer

No Declared merge key error when trying to modify a deployment in Kubernetes

I see you have a section in ...READ MORE

Jan 4, 2019 in Kubernetes by Kim
6,917 views
0 votes
1 answer

Error in syncing pod - Kubernetes

You are getting this error because all you're ...READ MORE

Jan 4, 2019 in Kubernetes by Layla
5,590 views
0 votes
1 answer

Code error 403 when trying to access Kubernetes cluster

You get this error because you're getting ...READ MORE

Jan 4, 2019 in Kubernetes by Kabeer
23,975 views
0 votes
1 answer

Using local docker images with Minikube

You can reuse the Docker daemon from ...READ MORE

Jan 3, 2019 in Kubernetes by ajs3033
• 7,300 points
2,632 views
0 votes
1 answer
0 votes
1 answer

Error while trying to execute a maven project

Follow these steps: In global tool configuration: For Maven: ...READ MORE

Jan 3, 2019 in Jenkins by Vishnu
8,106 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
534 views
0 votes
1 answer

Why nginx is not accessible from Swarm worker node.

Hey @Ali, your steps look perfectly fine ...READ MORE

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

Giving password configuration as Yes in SSHD_Config file ended up throwing an error

It looks like somehow your config file ...READ MORE

Jan 3, 2019 in Other DevOps Questions by Vishnu
1,031 views
0 votes
1 answer

Error saying "Connection failed" when trying to install java jdk on slave VM

Hey @Ali, I went through the error and ...READ MORE

Jan 3, 2019 in Jenkins by Vishnu
915 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
599 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
457 views
0 votes
1 answer

How can I stop a replicaset from restarting after deleting?

You need to delete the corresponding deployment. ...READ MORE

Dec 31, 2018 in Kubernetes by ajs3033
• 7,300 points
4,083 views
0 votes
1 answer

How to monitor an application using Nagios core?

Here is what you can try. Since ...READ MORE

Dec 28, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
2,830 views
0 votes
1 answer

Can't list the deployment resources using RBAC

"extensions" and "apps" API groups cover replicasets ...READ MORE

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

No pods created after launching a DaemonSet

Kubelet service restart won't help you with ...READ MORE

Dec 28, 2018 in Kubernetes by ajs3033
• 7,300 points
3,765 views
0 votes
1 answer

Unable to use kubernetes executer for Gitlabs

You are trying to use https, so ...READ MORE

Dec 26, 2018 in Kubernetes by DareDev
• 6,890 points
1,339 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
770 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,025 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
776 views
0 votes
1 answer

Could I delete any of my commit which I had already push to central repository?

You can't delete, but you can always ...READ MORE

Dec 21, 2018 in Git & GitHub by Eric
463 views
0 votes
1 answer

Unable to log into a kubernetes pod

Hey @Ali, Try using Windows Powershell or ...READ MORE

Dec 21, 2018 in Kubernetes by Eric
5,404 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
802 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
760 views
0 votes
1 answer

kubectl giving error saying path nor exist or TLS handshake timeout error

As I can see from the console ...READ MORE

Dec 20, 2018 in Kubernetes by Eric
2,724 views
0 votes
1 answer

How to inspect the bridge network to see what containers are connected to it?

Yes, there is definitely a command in ...READ MORE

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

Will hypervisor work in containerization?

Hypervisor is a function that creates and ...READ MORE

Dec 20, 2018 in Docker by anonymous
383 views
0 votes
1 answer

Issue while using the vagrant up command

I think the issue is with your ...READ MORE

Dec 20, 2018 in Other DevOps Questions by Alan
3,536 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
549 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
540 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
540 views
0 votes
1 answer

Error while installing puppet on ubuntu

Seems like you've done something wrong with ...READ MORE

Dec 19, 2018 in Jenkins by Alan
460 views
0 votes
1 answer

Error saying "unrecognized service:when trying to start jenkins" while starting jenkins

You are running the wrong command, the ...READ MORE

Dec 19, 2018 in Jenkins by Alan
4,454 views
0 votes
1 answer

Jenkins not running as expected after changing the default port

If your Jenkins is running on Ubuntu Virtual ...READ MORE

Dec 19, 2018 in Jenkins by Charlie
3,762 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 631 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
623 views
0 votes
1 answer

Error saying "Failed to resolve host name updates.jenkins.io. Perhaps you need to configure HTTP proxy?"

I had the same error. I was connected ...READ MORE

Dec 18, 2018 in Jenkins by Arohi
6,991 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
775 views
+1 vote
1 answer

issue while deploying a war file through jenkins in docker container

Please make sure while deploying to the ...READ MORE

Dec 17, 2018 in Jenkins by Arohi
4,072 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,113 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 923 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
784 views
0 votes
1 answer

How to get the files from the local desktop to the local repository?

Hey @Ali, Follow these steps to transfer ...READ MORE

Dec 17, 2018 in Git & GitHub by Arohi
570 views
0 votes
1 answer

Jenkins on AWS - unable to launch jenkins URL

Looks like you are able to login ...READ MORE

Dec 16, 2018 in Puppet by Kiyara
711 views
+1 vote
1 answer

Steps to trigger puppet agent from jenkins

Heyy @Hannah,  First, you need to create Jenkins slave, ...READ MORE

Dec 16, 2018 in Puppet by Kiyara
3,587 views
0 votes
1 answer

What are parameterized jobs in jenkins and how to configure it?

Hey @Hannah, Parameterized jobs/builds are the ones ...READ MORE

Dec 16, 2018 in Jenkins by Kiyara
4,838 views
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,181 views
+1 vote
1 answer

What ENTRYPOINT commands are needed in the dockerfile that adds php files into a container

Hope you are doing good! In this step, ...READ MORE

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

How to see the different versions of the files that we have amended after we do the commit on git.

I'm not very sure if looking all ...READ MORE

Dec 16, 2018 in Git & GitHub by Kiyara
558 views