Most Popular

1500 questions
11
votes
2 answers

Dealing with ambiguity of the terms publish vs. deploy

DevOps terminology sometimes originates in products as introduced by their authors. As a result, there are some standard actions described by ambigous terms. In mixed teams and large heterogeneous environments we need to agree on terms to…
Ta Mu
  • 6,792
  • 5
  • 43
  • 83
11
votes
2 answers

How should I store my environment variables?

This is a very broad question about methods and advice regarding environment variables / structure. But ultimately I'm looking for answers for the very specific question of 'How should I store my environment variables?' Firstly some…
11
votes
1 answer

Internal network between container Docker Compose with outgoing connection

I am a newbie to Docker. I am trying to run my application containing from multiple containers Here is my docker-compose.yml file version: '3.3' services: php-service: container_name: 'php-service' build: './php-service' networks: …
solderingiron
  • 107
  • 1
  • 1
  • 4
11
votes
1 answer

Provisioning times for Redis in cloud taking too long, how can we shorten it?

Provisioning a 1 GB Redis cache service on AWS takes around 8 minutes. Doing the same on Azure takes around 16 minutes. Ours Terraform scripts need the call back from the Redis systems. Why is this taking so long and how can we make this process…
11
votes
4 answers

How to track unused resources in AWS?

I have been using AWS for a while now. I always have the difficulty tracking AWS resources and how they are interconnected. Obviously, I am using Terraform but still, there is always ad-hoc operations that cut down my visibility. Since I have been…
11
votes
2 answers

Ansible Dynamic Inventory - generate inventory with ip addresses under specific tag with underscore instead of dot

I am new to Ansible. When I am using ec2.py dynamic inventory to generate inventory, after the playbook is finished to run, the results are shown as list of IP addresses under specific tag with underscore instead of dot. For example I want to run a…
Berlin
  • 780
  • 6
  • 15
11
votes
3 answers

How do I upload my zipped lambda code into AWS Lambda?

So I've read through the docs at: https://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deployment-package.html I've created the zip file, how / where do I actually upload / publish this zip file into AWS?
Chris Stryczynski
  • 483
  • 1
  • 3
  • 15
11
votes
1 answer

Is Elastic Beanstalk suitable for enterprise-grade CD?

I'm working with a project that's using Jenkins to build and deploy microservices to Elastic Beanstalk. We deploy an integration branch to a test environment, release branches to a staging environment, and then a final master build to production. I…
11
votes
1 answer

Problem in integrating Travis-CI with core PHP projects

I am trying to integrate my project coded in core PHP, with Travis-CI but it always fails. Travis reports a failure even when I have only one file in my project. PHP file Code : .travis.yml File Code language: php php: -…
11
votes
3 answers

How to close a branch by default after a pull request has been merged in Bitbucket?

By default a branch will remain in Bitbucket when a Pull Request (PR) has been merged. How to ensure that a branch will be removed after a PR has been removed? When the option is enabled then the branch will be removed after the merge of a PR, but…
030
  • 13,383
  • 17
  • 76
  • 178
11
votes
1 answer

What are spells of Kubernetes?

Question What is spell of conjure-up in Kubernetes? Background Following Kubernetes on Ubuntu and run conjure-up kubernetes which showed the snapshot asking which spell to choose. But not sure what this is asking. Spell selection in Conjure-up…
mon
  • 363
  • 1
  • 2
  • 7
11
votes
2 answers

What does a "DevOps Transformation" contain?

Some consulting companies are promoting a service called "DevOps Transformation". Multiple big companies are talking about the subject at conferences and meetups around the world. What does such "DevOps Transformation" entail? How does it look like…
Evgeny Zislis
  • 9,023
  • 5
  • 39
  • 72
11
votes
2 answers

Ways to the DevOps hiring process optimization through CALMS paradigma?

Much of DevOps recruitement happens to follow along the lines of keyword matching, which leads in my opinion to solely technology focus. Now, DevOps is about so much more than just technology, and DevOps Engineer is not just a better system…
Ta Mu
  • 6,792
  • 5
  • 43
  • 83
11
votes
3 answers

Best practices for external backups for S3 buckets?

I would like to know how everyone is making external backups of S3 buckets and best practices/recommendations for this. Regardless of how good AWS is it is still a single point of failure. Especially on a more corporate scale, vast amounts of…
Kyle Steenkamp
  • 1,172
  • 1
  • 9
  • 18
11
votes
2 answers

Is it ok to have a Jenkins Server without slave node?

In my team we have one Jenkins server with one master node & one slave node in the same server. We use Jenkins Pipelines and surround everything with node{}. In a colleague's team I have seen that, for some reason, they have one master node and no…
Oscar Foley
  • 535
  • 1
  • 5
  • 10