Most Popular
1500 questions
3
votes
1 answer
Jenkins Pipeline Kubernetes Agent shared Volumes
I have a Jenkins Pipeline using Kubernetes Agent.
I schedule multiple containers in my pod template.
I recently wanted to add volumes that would be shared some of the containers and am having difficulties.
I need to know how to create a volume that…
Inbar Rose
- 411
- 1
- 6
- 14
3
votes
0 answers
After deployment, one Rancher load balanced RESTful app instance returns 404 while other returns results
I have setup a CI/CD pipeline which triggers builds, packages, and deploys tasks that execute on Gitlab online whenever a Spring boot RESTful service app is checked in. The three stages and tasks run successfully but whenever I test the app by…
sage
- 189
- 3
3
votes
3 answers
How to optimize blue/green AWS deployments?
I got the following setup with AWS code deploy:
However it takes about 7 minutes from the moment I push a git branch remotely to the moment the deploy is completed. The time is broken down like so:
bitbucket deploy: 45 seconds
provisioning a…
abbood
- 473
- 4
- 12
3
votes
1 answer
Where are dunder dictionaries stored in salt?
I am new to Salt-Stack wanted to know where are all the dunder dictionaries stored?
For example __salt__, __opts__, __grains__, __beacons__).
Dheeraj Chelaramani
- 121
- 5
3
votes
2 answers
Are Route 53 DNS records aliasing ELBs guaranteed for their lifetime?
Given a Route 53 DNS record aliasing a (classic) load balancer, and the potential for the load balancer ip to change:
Is it possible for the DNS record to guarantee that the provided ips are valid for the record's lifetime? If so, is there a…
user3233089
- 201
- 2
- 6
3
votes
2 answers
Git - Everyone Pushing to Same Branch in Different Files
Database team is implementing code changes, using Visual Studio SSDT database projects with Git source control. Everyone is pushing to main Release branch with code review (only 5 developers on the team). All the database coworkers are only allowed…
MarkAllison
- 31
- 2
3
votes
1 answer
Is running load balanced autoscale apps cheaper on AWS Kubernetes than just using EC2 resources?
We're running like 100+ servers on AWS EC2 with like 20 microservices all load balanced and autoscaled with 2 to 3 instances.
The cost has become....very significant.
I'm wondering if migrating these to Kubernetes or ECS would be cheaper?
Dr. Chocolate
- 605
- 1
- 6
- 9
3
votes
1 answer
AWS: Application vs Classic Load Balancer
My senario is this:
I am using 2 EC2 instances which I want reachable via urls as follows:
sub1.domain.com
sub2.domain.com
I am aware of the fact that AWS Application Load Balancers currently support host based routing so I guess this is now…
pkaramol
- 987
- 2
- 7
- 13
3
votes
1 answer
certbot renewal fails over ipv6
I'm using LetsEncrypt CA for SSL certificates with a cron job that renews them. Recently moved one of our domains to dual ipv4/ipv6 stack and now the certificate renewal fails for that domain:
Attempting to renew cert (nodrama.io) from…
fbielejec
- 183
- 5
3
votes
1 answer
Jenkins hangs on Windows CMD build that has GUI
I am attempting to automate imports and exports of Oracle's PeopleSoft Application Designer. It is a GUI program but it can operate in the windows command line for certain tasks. This project has examples of how it is used in the command line.
The…
Stoopkid
- 141
- 3
3
votes
1 answer
Mysql with Kubernetes
I am converting a webapp from monolithic to kubernetes based architecture.
But how can mysql be persistent with data when we have 2 mysql pods in each of 2 differnet nodes?
I think we can mount a volume but still if my server with the mounted volume…
ankk98
- 131
- 4
3
votes
2 answers
Passing a jenkins credential (global) to a python script
I have a global jenkins credential and a config script that includes the line
API_TOKEN = "Token XXX"
For security reasons we can't keep the token in the script itself as its in version control. Is there a way to pass the jenkins credential to the…
CEamonn
- 213
- 2
- 3
- 7
3
votes
1 answer
Jenkins shows "No changes in any of the builds."
Description
Jenkins job was made and configured to build release branch which already existed and had changes on it before first build. Job also monitors for push on BitBucket and starts building if something is pushed to the release branch.…
Najdan Tomić
- 171
- 1
- 1
- 5
3
votes
1 answer
Diagnosing large delay in file sync to Docker for Mac
Preface: I understand that Docker for Mac has file syncing performance issues, but everything I've read about the issues is related to slow read access. I don't really have a problem with slow read access. My problem is that updates I make to files…
Brian
- 141
- 3
3
votes
3 answers
Ansible - Handler not found on first attempt
Command run: sudo ansible-playbook site.yml --connection=local
Distributor ID: Ubuntu
Description: Ubuntu 18.04 LTS
Release: 18.04
Codename: bionic
ansible 2.5.5
I'm encountering this error only on my first run through after I…
Eric Saindon
- 31
- 1
- 1
- 2