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.

Kubernetes : Dynamic Storage Provisioning using host-path

My question is about PersistentVolumeClaim I have one node cluster setup on aws ec2 I am trying to create a …

kubernetes devops minikube devops-services
Remove Docker images from Nexus Repository Manager OSS 3.0.1-01

I've been using Nexus to publish my Docker images for a couple of months and I really like the features …

docker nexus devops
Are there any disadvantages to using Bitnami vs a native server stack?

I have read about the advantages of using a BitNami stack for LAMP development, now I am wondering if there …

containers devops lamp bitnami lemp
Workspace path in job DSL within Jenkins pipeline

I am creating a jenkins pipeline job to seed jobs using the jenkins job DSL plugin. How do I get …

jenkins jenkins-pipeline devops jenkins-job-dsl
kubernetes configmap prints \n instead of a newline

I am trying to deploy a configmap onto a cluster - name: Make/Update all configmaps on the cluster kubernetes: …

kubernetes ansible yaml devops
How to use Ansible git module pull a branch with local changes?

My git workspace is dirty, there are some local modifications. When I use command git pull origin master it works …

git ansible ansible-playbook devops
pid file found but no matching process was found. stop aborted

I am trying to stop confluence through ./stop-confluence.sh but it is showing error like this "PID file found but …

devops confluence devops-services
Error deleting Target Group: ResourceInUse when changing target ports in AWS through Terraform

I am currently working through the beta book "Terraform Up & Running, 2nd Edition". In chapter 2, I created an auto …

amazon-web-services cloud terraform devops infrastructure-as-code
What are the differences between GitHub Actions and other CI tools like Jenkins?

GitHub announced an upcoming feature, GitHub Actions. I'm positive on the benefits of CI tools like Jenkins for automatic building …

github continuous-integration devops github-actions
How to make use of variables in Wildfly configuration file?

I am setting up a common standalone-full.xml file for all server environments, and therefore need to have variables for …

server environment-variables wildfly devops wildfly-10