Most Popular
1500 questions
4
votes
2 answers
Is it better to perform delayed jobs using queues or at app level?
I'm trying to scale up my push notification infrastructure. We currently use laravel app running on 2 ec2 instances horizontally scaled behind a load balancer, and each instance has a beanstalk queue engine that processes jobs created by laravel…
abbood
- 473
- 4
- 12
4
votes
2 answers
Continuous Integration and Isolated Feature Testing
I've been given the task at work to move everyone from using TFS Source Control to Git as the Development Team has been lead to believe that Git may well be the silver bullet that will fix alot of the teams issues.
I carried out the migration a…
Stu1986C
- 141
- 3
4
votes
1 answer
ELK - micro service and network latency monitoring
Does ELK stack provide micro service and network latency monitoring in kibana?
Zipkin provides details about service request and service response duration.
In behind ELS stack should trace span events:
cs - Client Sent
sr - Server Received
ss -…
Nitul
- 243
- 3
- 7
4
votes
2 answers
How to add ECS attributes to an instance using terraform
I heavily use ECS Attributes on our containerized infrastructure. I couldn't find terraform docs to achieve this. Do I need to execute aws cli commands manually to apply those attributes after creating the infrastructure?
sithumc
- 272
- 2
- 11
4
votes
3 answers
Jenkins - sending email after build with the build version as a subject
I would like to send an email at the end of my build to inform success or failure. I'm using the email ext-plugin for Jenkins. I want the version number of the build to be the subject of the email.
The problem is that the version is something that…
Noam Ohana
- 111
- 2
- 8
4
votes
2 answers
What Chief is accountable for DevOps?
CIO
Chief information officer (CIO), chief digital information officer
(CDIO) or information technology (IT) director, is a job title
commonly given to the most senior executive in an enterprise
responsible for the information technology and…
030
- 13,235
- 16
- 74
- 173
4
votes
2 answers
How to perform continuous Integration using Jenkins?
I've the basic idea about the Continuous Integration using Jenkins like- basic project setup, setting up source code management bit-bucket and build the project. I have done this so far and following the same approach, whenever any commit done in…
NarendraR
- 233
- 1
- 4
- 14
4
votes
2 answers
Docker vs CMS - related or a different thing?
I am new to DevOps and I am trying to catch the techniques and their names and meanings.
I looked wikipedia explanations on Puppet (a Configuration Management System example) and that of Docker.
Docker page says it is categorized as a virtualization…
mico
- 525
- 1
- 5
- 12
4
votes
1 answer
Jenkins Exception that is caused by stdout redirection using windows cmd
I'm trying to execute an exec file from a jenkins server, using windows cmd. This is what is run from jenkins Windows batch window:
C:\MyApp\MyApp.exe
When run regularly from command line, the app prints to the console reporting its progress.
When I…
Noam Ohana
- 111
- 2
- 8
4
votes
1 answer
I need a good tool for running a series of Spring Boot based tools on Docker, where each needs a web page and a database connection
These are pretty much just tools our support and ops departments need to solve small tasks which crop up as a routine sideeffect of our main business operation. They might need to find all instances of Entity with both Field A and Field B, or change…
tofagerl
- 49
- 1
4
votes
2 answers
How to set minikube to auto start on windows log on?
How I can set minikube to auto start on windows 10 login? I checked but I can't find anything on google.
I saw that there is a default parameter autostart-enabled=off but I dont know where I can set it.
At the moment after I restart my pc I can…
Alex Bogias
- 141
- 5
4
votes
1 answer
Can be DevOps culture mapped to a specific type of organization as described by Laloux?
In his book, "Reinventing organizations", Frederic Laloux describes a historical evolution of organizations and their systems of internal structure, management and values.
Where will an organization place on this chart when it would adopt a set of…
Ta Mu
- 6,772
- 5
- 39
- 82
4
votes
2 answers
How to automate the magento2 installation process too via docker
This is what I have accomplished up to now. Written a docker file where I have done the following and for now I have not used the docker compose.
Used alpine as base Os
setup nginx
setup php-fpm
Installed magento2 file
So my docker build is ready…
Tara Prasad Gurung
- 151
- 5
4
votes
1 answer
Automated Testing Jobs
We have multiple environments close to 7 for an application that has UI and also integration server that accepts SOAP xmls.
Its hard to maintain the environment integrity when many people working, developing, testing on these servers. Almost every…
Tech Dude
- 41
- 1
4
votes
1 answer
Teaching an old dog new tricks: Finally adopting the micro-service architecture
Is it too late to teach an old dog a new trick?
I've always been the guy with a monolithic application/codebase.
For more than 10 years now, I've gotten good at caching, writing good SQL queries, using Redis to store frequently called read data,…
Tommy Adey
- 143
- 4