Top "Devops" questions

This tag is for programming questions about DevOps ("development" and "operations"), which is a software development method that stresses communication, collaboration, integration, automation, and measurement of cooperation between software developers and other IT professionals.

How Logstash is different than Kafka

How Log stash is different than Kafka? and if both are same which is better? and How? I found both …

apache-kafka devops elastic-stack
Error with pre-create check: "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory" even though it's enabled

Running docker toolbox ( v19.03.1) from Windows 10 Home edition yields the following error message: Running pre-create checks... Error with pre-create check: "…

docker devops
How to use output variables across agent jobs in azure release pipeline

In my azure release pipeline I have 2 agent jobs, one is for sql deployment using power-shell and other is for …

azure azure-devops devops azure-devops-rest-api azure-devops-extensions
docker swarm mode multiple services same port

Suppose you have two services on your topology API Web Interface Both suppose to be running on port 80. On docker …

docker devops docker-swarm
CloudFormation Resource Creation if not exist

I want to create Route53 HostedZone with CloudFormation so I want to check some information in Route53 about HostedZone is …

amazon-web-services amazon-cloudformation devops infrastructure-as-code
DOWNLOAD_SOURCE Failed AWS CodeBuild

Whenever I start AWS CodeBuild I get this type of error every time. please help. DOWNLOAD_SOURCE Failed 3 mins, 2 secs …

amazon-web-services devops aws-codebuild
How to include multiple pipeline scripts into jenkinsfile

I have a jenkins file as below pipelineJob('My pipeline job'){ displayName('display name') logRotator { numToKeep(10) daysToKeep(30) artifactDaysToKeep(7) artifactNumToKeep(1) } definition{ …

jenkins jenkins-plugins jenkins-pipeline devops jenkins-job-dsl
Installing phantomjs with node in docker

I'm trying to install the phantomjs executable in /usr/local/bin in a docker container, alongside node. I think I'm …

node.js docker phantomjs devops
Terraform Nested Module Calling and Outputs

I'm working on infrastructure provisioning, so I'm calling modules as nested. There is my file system tree. ├── main.tf └── modules ├── …

amazon-web-services terraform devops infrastructure-as-code