Most viewed questions in DevOps & Agile

0 votes
1 answer

Is it possible to create cloudshell shell without driver?

Yes definitely, it is possible to create ...READ MORE

Jul 26, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
419 views
0 votes
1 answer

laravel with docker ubuntu

You are using a port below 100 ...READ MORE

Nov 26, 2019 in Docker by Priyank
418 views
0 votes
1 answer

Restoring to an existing environment - Ansible

The restore contains the following: Dump of the ...READ MORE

Feb 4, 2019 in Ansible by Anushri
418 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
418 views
0 votes
1 answer

Internal loadbalancing in kubernetes aws

Try applying the annotation service.beta.kubernetes.io/aws-load-balancer-internal to the service definition. kind: ...READ MORE

Oct 10, 2018 in Kubernetes by Kalgi
• 52,360 points
418 views
0 votes
1 answer

High availability (HA) website load balanced across both Azure and AWS?

DNS load balancing is the practice of ...READ MORE

Jul 6, 2018 in DevOps on Cloud by Kalgi
• 52,360 points
418 views
0 votes
1 answer

How is puppet used as a Configuration Management tool?

System Administrators usually perform repetitive tasks such ...READ MORE

Mar 5, 2019 in Puppet by Saurab
417 views
0 votes
1 answer

nnot set docker credentials on kubernetes AWS

The best method for you is ImagePullSecrets - you ...READ MORE

Oct 9, 2018 in Kubernetes by Kalgi
• 52,360 points
417 views
0 votes
1 answer

How to undo the most recent local commits in Git?

Hi@akhtar, There is one way available to undo ...READ MORE

Dec 21, 2020 in Git & GitHub by MD
• 95,440 points
416 views
0 votes
1 answer

DevOps: automatically restarting a failed container

Check first if you can add restart policies ...READ MORE

Jul 11, 2018 in Docker by Kalgi
• 2,680 points
416 views
0 votes
1 answer

What is Azure DevOps Boards?

Azure DevOps Boards is a powerful project ...READ MORE

Mar 23, 2023 in DevOps & Agile by Edureka
• 13,620 points
415 views
0 votes
1 answer

How to create a service in Docker swarm?

Hi@akhtar, To create a service in Docker swarm, ...READ MORE

Dec 24, 2020 in Docker by MD
• 95,440 points
415 views
0 votes
1 answer

what are the steps involved in installing puppet on linux?

Below are the steps for installing Puppet ...READ MORE

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

Bluemix: How to revert from toolchain to old DevOps services

The “add-git” has become old school and ...READ MORE

Aug 3, 2018 in DevOps Tools by Kalgi
• 52,360 points
415 views
0 votes
0 answers

Artillery: How to publish artillery html report charts into Azure DevOps CI/CD pipeline?

I am working on a requirement to ...READ MORE

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

What do the Jenkins pipelines do?

A pipeline is a collection of jobs ...READ MORE

Oct 29, 2020 in Jenkins by Liam
414 views
0 votes
1 answer

Playbook to create availability disk for a VM

Hey @Chandan, try something like this: - name: ...READ MORE

Mar 27, 2019 in Ansible by Harsh
414 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
413 views
0 votes
0 answers

How can you create a board in Azure DevOps?

I want to create a new board ...READ MORE

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

What are some best sites available to learn Kubernetes?

Hi@akhtar There are a number of websites which offers ...READ MORE

May 23, 2020 in DevOps & Agile by MD
• 95,440 points
412 views
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
411 views
0 votes
1 answer

How do I manage code that *removes* users in chef?

No, I don't think this will prove ...READ MORE

Aug 6, 2018 in DevOps Tools by Damon Salvatore
• 5,980 points
411 views
0 votes
1 answer

XML Highliting Error from Android Lint

You can try to specify layout folder ...READ MORE

Jul 23, 2018 in DevOps Tools by Kalgi
• 52,360 points
411 views
0 votes
1 answer

reboot all web servers in Canada, 15 at a time. is that possible in Ansible?

Of course, that is possible @Neel, just ...READ MORE

Mar 6, 2019 in Ansible by Yogesh
410 views
0 votes
0 answers

Call to undefined function mysql query with Login

When I run this PHP code I ...READ MORE

May 1, 2022 in Other DevOps Questions by Kichu
• 19,050 points
409 views
0 votes
1 answer

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

Add a WIT to keep track of ...READ MORE

Mar 25, 2022 in DevOps & Agile by Edureka
• 13,670 points
409 views
+1 vote
1 answer

Need help about fresher Devops

Hey @Bino, most of the DevOps engineers ...READ MORE

Aug 9, 2019 in DevOps & Agile by Kalgi
• 52,360 points
409 views
0 votes
1 answer

Is there a provision of on failure ability in puppet?

Not a built-in one, no.  They do log failures, of ...READ MORE

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

Get command usage help in docker

The following command is very useful as ...READ MORE

Jul 30, 2019 in Docker by Imran
409 views
0 votes
0 answers

How to set WIP limit in Azure DevOps Board - Sprint View

Is it possible to set WIP limits ...READ MORE

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

Connect Azure DevOps repository to another Azure DevOps repository from different account

You can consider these two directions: Import your ...READ MORE

Mar 16, 2022 in DevOps on Cloud by narikkadan
• 63,700 points
408 views
0 votes
1 answer

Managers information from workers - Docker swarm

As of now there's no way to ...READ MORE

Oct 8, 2018 in Docker by Kalgi
• 52,360 points
408 views
+1 vote
1 answer

How to create a remote Git branch?

Hi@akhtar, The easiest way is to create one ...READ MORE

Dec 22, 2020 in Git & GitHub by MD
• 95,440 points
407 views
0 votes
1 answer

Can anyone tell me How Jira is Important in DevOps??

You should learn what Jira is and ...READ MORE

Sep 21, 2020 in DevOps Tools by Camey
407 views
0 votes
0 answers

How to specify Cake.Tool version on yaml task in Azure devops pipelines

I have this YAML task to run ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
406 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
406 views
0 votes
1 answer

Can somebody explain the process of installing modules from the command line in puppet?

Puppet module install command installs a module ...READ MORE

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

How to autscale in GKE?

There are two kinds of scaling: Scaling nodes ...READ MORE

Oct 3, 2018 in Kubernetes by DareDev
• 6,890 points
406 views
0 votes
1 answer

Why is my docker installation failing?

First off check if virtualbox is running; ...READ MORE

Jul 31, 2018 in Docker by Sophie may
• 10,610 points
406 views
0 votes
1 answer

What exactly is Chef?

Chef is a tool that helps automate ...READ MORE

Mar 23, 2023 in DevOps & Agile by Edureka
• 13,620 points
405 views
0 votes
0 answers

To whom are Azure DevOps access request e-mails sent? And can that be controlled?

How can I  control the recipients of ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
405 views
0 votes
1 answer

How to assign edit role to a group in Minishift?

Hi@akhtar, Role assigning to a group is a ...READ MORE

Aug 19, 2020 in DevOps Tools by MD
• 95,440 points
405 views
0 votes
1 answer

Puppet: Handling system resources in puppet.

System resources are the key elements of ...READ MORE

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

Configuring puppet after installation

Once we have Puppet installed on the ...READ MORE

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

DevOps vs Docker

Docker is just another tool that DevOps ...READ MORE

Feb 10, 2022 in Other DevOps Questions by Bhavitha
• 1,000 points
402 views
0 votes
1 answer

Puppet:How does config management tools support kubernetes?

Container management tools and container orchestration tools ...READ MORE

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

Is it possible to run PuppetDB directly from source without installing it?

To run PuppetDB directly from source: Run the ...READ MORE

Jul 31, 2019 in Puppet by Sirajul
• 59,230 points
402 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
402 views
0 votes
1 answer

Is it possible to preserve local ivy repository in Bluemix BUILD & DEPLOY?

You're right--the pipeline spins up a new ...READ MORE

Jul 19, 2018 in DevOps & Agile by Atul
• 10,240 points
402 views