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.
I am new to docker, so this may seem very basic to you, anyway - its freaking me out at …
docker docker-compose devops provisioningThis is our environment: I have a Kubernetes cluster running on Amazon. Jenkins CI/CD running on Amazon that connects …
jenkins kubernetes devops continuous-deployment aws-ecrIt keeps saying me that this network is undefined. ERROR: Service frontend-network uses an undefined network frontend-network However, I see …
linux docker docker-compose devopsI am a beginner to Kubernetes and starting off with this tutorial. I installed VM and expected to be able …
kubernetes virtualbox devops minikubeI'm trying to set up a dev environment for my project. I have a container (ms1) which should be put …
networking docker vagrant docker-compose devopsCan someone tell me what is the difference between SonarQube and Fortify? Both are static code analysis tool. I found …
security continuous-integration sonarqube devops fortifyThe app I'm making is written in ES6 and other goodies is transpiled by webpack inside a Docker container. At …
node.js docker webpack docker-compose devopsI hear these terms together and wonder what is the difference? How are they related to continuous builds and continuous …
continuous-integration devops continuous-deliveryI'm looking for a way to configure Nginx to access hosted services through a subdomain of my server. Those services …
docker nginx docker-compose subdomain devopsI think I'm fundamentally missing something. I'm new to CI/CD and trying to set up my first pipeline ever …
gitlab devops gitlab-ci-runner