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.

docker-compose: how to see file-changes instantly (when developing)

I am new to docker, so this may seem very basic to you, anyway - its freaking me out at …

docker docker-compose devops provisioning
How to auto deploy Docker containers from Amazon ECR to Kubernetes using Jenkins

This 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-ecr
ERROR: Service "xxx" uses an undefined network "xxx"

It 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 devops
How to fix VM issue with minikube start ?

I am a beginner to Kubernetes and starting off with this tutorial. I installed VM and expected to be able …

kubernetes virtualbox devops minikube
Use host networking and additional networks in docker compose

I'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 devops
Difference between SonarQube and Fortify?

Can someone tell me what is the difference between SonarQube and Fortify? Both are static code analysis tool. I found …

security continuous-integration sonarqube devops fortify
How do I run a webpack build from a docker container?

The 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 devops
What is the difference between continuous integration, continuous delivery and DevOps?

I hear these terms together and wonder what is the difference? How are they related to continuous builds and continuous …

continuous-integration devops continuous-delivery
Subdomains, Nginx-proxy and Docker-compose

I'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 devops
What is gitlab runner

I 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