Most viewed questions in DevOps & Agile

0 votes
1 answer

Setting up CICD on a local server

As to how to integrate git repo ...READ MORE

May 31, 2018 in Other DevOps Questions by ajs3033
• 7,300 points

edited May 31, 2018 by ajs3033 815 views
0 votes
0 answers

Publish a pipeline Azure Devops code coverage report

I am trying to publish a detailed ...READ MORE

Dec 20, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
814 views
0 votes
1 answer

Dockerfile to install MongoDB and create a default directory and end it with exposing it

Hey @Nisha, you could write a dockerfile ...READ MORE

Jan 22, 2019 in Docker by Pallavi
813 views
0 votes
1 answer

Not able to access kubernetes api from a pod in azure

Follow these steps Add --bind-address=0.0.0.0 option to the line https://github.com/kubernetes/kubernetes/blob/v1.2.0/docs/getting-started-guides/coreos/azure/cloud_config_templates/kubernetes-cluster-main-nodes-template.yml#L218  Created ...READ MORE

Aug 30, 2018 in Kubernetes by Kalgi
• 52,360 points
813 views
0 votes
1 answer

Puppet: How many slave nodes can i configure with a single puppet master?

Open source Puppet doesn't have any kind ...READ MORE

Aug 9, 2019 in Puppet by Sirajul
• 59,230 points
812 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
812 views
0 votes
1 answer

Upgrading a service leads to Rancher losing persistence of environment variables

when you upgrade, what it will do ...READ MORE

Apr 27, 2018 in DevOps & Agile by shubham
• 7,340 points
812 views
0 votes
1 answer

How to delete a remote Git tag?

Hi@MD, It is very simple to delete a ...READ MORE

Sep 4, 2020 in Git & GitHub by akhtar
• 38,230 points
811 views
0 votes
0 answers

Trigger Azure DevOps CI/CD through powershell script

How can we trigger CI/CD pipelines through ...READ MORE

Mar 30, 2022 in Other DevOps Questions by Kichu
• 19,050 points
810 views
0 votes
1 answer

How to upgrade Puppet and Facter?

Puppet and facter can be upgraded through ...READ MORE

Jul 26, 2019 in Puppet by Sirajul
• 59,230 points
810 views
0 votes
1 answer

Puppet "Environments"

Environments are isolated groups of Puppet agent ...READ MORE

Jul 25, 2019 in Puppet by Sirajul
• 59,230 points
810 views
0 votes
0 answers

Continuous monitoring Azure DevOps Release

I need to create a setup where ...READ MORE

Mar 18, 2022 in Other DevOps Questions by Kichu
• 19,050 points
809 views
0 votes
1 answer

Functions in Puppet context

Functions are plug-ins, written in Ruby, that you ...READ MORE

Jul 24, 2019 in Puppet by Sirajul
• 59,230 points
809 views
0 votes
1 answer

Make Ansible throw an error inside the role

Hey @Nisha, you can use the block/rescue ...READ MORE

Mar 13, 2019 in Ansible by Kim
809 views
+3 votes
2 answers

What actually is DevOps?

DevOps is a software development approach which ...READ MORE

Oct 16, 2018 in DevOps & Agile by Kalgi
• 52,360 points
809 views
0 votes
0 answers

Is it possible to hide pages from an Azure DevOps Wiki?

I am working on a wiki for ...READ MORE

Apr 23, 2022 in Other DevOps Questions by Kichu
• 19,050 points
808 views
+1 vote
1 answer

How to deploy a java app to Docker?

If you are having JAR file, the quickest ...READ MORE

Aug 2, 2018 in Docker by Damon Salvatore
• 5,980 points
808 views
0 votes
1 answer

I am having problem with Apache as it cant restart because it already uses its port

Here is what you can do. Free ...READ MORE

Jul 25, 2018 in DevOps Tools by Atul
• 10,240 points
808 views
0 votes
1 answer

Install LAMP Stack by creating a new module - Puppet

Hey @Ruth, yes you can set up ...READ MORE

Mar 11, 2019 in Puppet by Shalaka
807 views
0 votes
1 answer

Azure Devops, how to add "Work Item type" in devops backlog

Carry out the following steps to add ...READ MORE

Mar 24, 2022 in DevOps & Agile by gaurav
• 23,260 points
806 views
0 votes
1 answer

How to remove all docker containers in a single command?

Hi@akhtar, I don't think there are any pre ...READ MORE

Apr 27, 2020 in Docker by MD
• 95,440 points
805 views
+1 vote
1 answer

pull and run pushed docker image

Let's break this into 2 stages: Stage 1 - ...READ MORE

Feb 25, 2020 in Jenkins by Adam
805 views
0 votes
1 answer

Deploy nginx using Ansible

Follow these steps: Use the following command in ...READ MORE

Jan 8, 2019 in Ansible by Barbara
805 views
0 votes
1 answer

Ansible or Jenkins pipelines for bigger jobs

Well, you are indeed well aware of ...READ MORE

Jun 17, 2018 in Jenkins by shubham
• 7,340 points
805 views
0 votes
0 answers

Azure App Service for windows: Azure DevOps Release does not unzip the file on wwwroot forder

I have built an app using NextJS and would ...READ MORE

Mar 20, 2022 in Other DevOps Questions by Kichu
• 19,050 points
804 views
0 votes
1 answer

customize "ASP.NET CORE (Full framework)";build def. template for a solution with webapps and deploy them on azure

Use san publish profile names while creating ...READ MORE

Jun 1, 2018 in Other DevOps Questions by DareDev
• 6,890 points
804 views
0 votes
0 answers

Puppet+Docker: Managing Docker networks

I have a two containers running on ...READ MORE

Aug 14, 2019 in Puppet by Vaibhav
803 views
0 votes
1 answer

Can staging environment be accessible for only some people in Heroku?

First of all, there is nothing like ...READ MORE

Apr 13, 2018 in DevOps & Agile by shubham
• 7,340 points
803 views
0 votes
2 answers

How do I install Git on CentOS?

Hi, If you want to install Git 1 ...READ MORE

Feb 4, 2020 in Git & GitHub by MD
• 95,440 points
802 views
0 votes
1 answer

Puppet+Kubernetes: How do I use kubetool and what is it's significance in using kubernetes with puppet?

The module puppetlabs/kubernetes has Kubetool, which is ...READ MORE

Aug 21, 2019 in Puppet by Sirajul
• 59,230 points
801 views
0 votes
1 answer

When to use dynamic inventory?

If your Ansible inventory fluctuates over time, ...READ MORE

Mar 24, 2019 in Ansible by Nitesh
801 views
0 votes
1 answer

Git in DevOps

DevOps is an approach to improve the ...READ MORE

Apr 27, 2018 in Git & GitHub by QueenBee
• 1,820 points
800 views
0 votes
1 answer

What is Scaling in Kubernetes and how would you enable it?

On Google Compute Engine (GCE) and Google Container Engine (GKE) (and ...READ MORE

Feb 11, 2020 in Kubernetes by anonymous
• 59,230 points
799 views
0 votes
1 answer

Docker Swarm Overlay Network Communication

Try to recreate network like this : docker ...READ MORE

Aug 22, 2018 in Docker by Nilesh
• 7,050 points
799 views
0 votes
0 answers

Blank screen in the Azure DevOps Test Plans

I'm the Admin of the Azure DevOps ...READ MORE

Mar 28, 2022 in Other DevOps Questions by Kichu
• 19,050 points
798 views
0 votes
1 answer

what is base modulepath in puppet?

The base modulepath is a list of ...READ MORE

Jul 30, 2019 in Puppet by Sirajul
• 59,230 points
798 views
0 votes
1 answer

How to configure a Pod to use the updated configMap?

If the config map is mounted into ...READ MORE

Jul 18, 2019 in Kubernetes by Sirajul
• 59,230 points
798 views
0 votes
1 answer

Using a custom registry instead of default dockerhub registry

By default the "Docker pipeline" integrates assumes the ...READ MORE

Jul 9, 2019 in Docker by Sirajul
• 59,230 points
798 views
0 votes
1 answer

Terraform unable to get docker to join swarm

4th line of your code is incomplete You ...READ MORE

Aug 24, 2018 in Docker by Nilesh
• 7,050 points
794 views
0 votes
0 answers

How to get all repos in Azure DevOps?

I'm working on several Azure DevOps initiatives. ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Edureka
• 13,620 points
793 views
0 votes
1 answer

How to use the pipeline setup and deploy the war file using the ansible,docker and kubernettes

Hi@Venkata, You can create an Ansible-Playbook to deploy ...READ MORE

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

How to roll back to previous version in Git?

Hi@akhtar, You can roll back your previous version ...READ MORE

Apr 29, 2020 in Git & GitHub by MD
• 95,440 points
791 views
0 votes
1 answer

Spark job using kubernetes instead of yarn

I should be in the format of ...READ MORE

Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
791 views
0 votes
1 answer

What are the basic steps involved while using docker for application development?

All the steps below are based on ...READ MORE

Aug 26, 2019 in Docker by Sirajul
• 59,230 points
790 views
0 votes
1 answer

What is ansible tower?

Hey @Nisha, Ansible Tower is Ansible at a ...READ MORE

Jan 25, 2019 in Ansible by Shankar
789 views
0 votes
0 answers

helm registry login --password-stdin in Azure DevOps pipeline

- task: AzureCLI@2   inputs:     azureSubscription: $(azureSubscriptionForACR)     scriptType: 'ps'   ...READ MORE

Mar 23, 2022 in Other DevOps Questions by Kichu
• 19,050 points
788 views
0 votes
1 answer

Deployment controller that runs a single replica Redis master Pod - kubernetes

Hi @Hannah, you can use something like ...READ MORE

Oct 23, 2019 in Kubernetes by Eric
788 views
0 votes
1 answer

Ansible with AWS Parameter store

Hey @Dipti, have a look at the ...READ MORE

Mar 24, 2019 in Ansible by Rhea
788 views
0 votes
1 answer

Configure a node to connect to a PuppetDB

Step 1: Configure SSL: PuppetDB requires client authentication ...READ MORE

Aug 2, 2019 in Puppet by Sirajul
• 59,230 points
787 views
0 votes
1 answer

What are connection plugins in Ansible?

Hey @Jay, connection plugins allow ansible to ...READ MORE

Feb 20, 2019 in Ansible by Shalaka
787 views