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 Log stash is different than Kafka? and if both are same which is better? and How? I found both …
apache-kafka devops elastic-stackRunning 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 devopsIn 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-extensionsSuppose you have two services on your topology API Web Interface Both suppose to be running on port 80. On docker …
docker devops docker-swarmI 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-codeWhenever 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-codebuildI am trying to build a simple docker console project at azure DevOps pipeline, but i am unable to build …
visual-studio azure-devops azure-pipelines devops azure-aksI 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-dslI'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