Most Popular
1500 questions
3
votes
1 answer
What are vertical scalability limits of JFrog Artifactory Pro?
The essential feature of JFrog Enterprise over JFrog Pro (X) is that it introduces high availability and site replication support.
Obviously, operations in geographically distributed organizations with thousands developers and build processes…
Ta Mu
- 6,772
- 5
- 39
- 82
3
votes
1 answer
Docker Hub automated builds and Travis CI
I'm wanting to create a basic 'on new commits to master, rebuild the images and deploy to kubernetes' pipeline.
Docker Hub has its concept of automated builds on new commits, but I'd still need to use Travis CI to do the kubernetes deployment.
Is…
dwjohnston
- 221
- 3
- 11
3
votes
5 answers
Digital Ocean vs AWS EC2 for Laravel based application
I'm working on a project based on Microservice architecture in Laravel, which means I'll have many small apps and Databases, I'm confused weather I should buy AWS EC2 or Digital Ocean's hosting. My concern is pricing, In numbers I'm having a 100%…
Talib Allauddin
- 31
- 5
3
votes
1 answer
How do I automate population of known_hosts and authorized_keys?
This is a question that may be easier answered on askubuntu or, perhaps, serverfault, but it arises in the context of automated provisioning, so I figured that it's more appropriate here.
I am spinning up a multi-machine environment in vagrant, e.g.…
LLlAMnYP
- 285
- 1
- 9
3
votes
1 answer
How should I run a multicontainer app/platform with nginx behind traefik?
I have Traefik reverse proxy running to allow a couple of docker containerized apps to run on the same domain just to learn about running multiple containers following https://www.smarthomebeginner.com/traefik-reverse-proxy-tutorial-for-docker.…
mwebuet
- 31
- 2
3
votes
1 answer
Error while following Docker get-started part 3
I am learning Docker by following the get started on its official page.
I got stuck at part 3 when I tried to run
docker service ps getstartedlab_web
the containers fail to start. Checking the logs reveals this
'app.py': [Errno 2] No such file or…
Tran Triet
- 819
- 3
- 10
- 19
3
votes
1 answer
Undeploy or deactivate an AWS Lambda
Is there a way to undeploy or deactivate an AWS Lambda or must I either implement it myself or delete and later redeploy it to achieve the desired state? What I would like is similar to just "undeploying it" so that it can be deployed again later.
Niklas Rosencrantz
- 497
- 3
- 11
3
votes
1 answer
How to get hostname from node-exporter in Docker Swarm?
I have setup my monitoring with the cadvisor, node-exporter, prometheus, grafana stack in my clustered environment using docker swarm.
What is the easiest way to get my actual hostnames picked up by node-exporter, so I can configure my dashboards to…
Max N.
- 403
- 4
- 12
3
votes
1 answer
Zero Downtime Deployment with Database Backward Compatibility
Question
Does anyone have experience with Database Backward Compatibility to achieve Zero Downtime Deployment? Are there good links or references that I can read?
Reason
I am working with a monolithic application where the code base is tightly…
SubtleFuryTuesday
- 41
- 2
3
votes
2 answers
Open source private cloud VM provisioning for container workload
There is a new generation of tooling developed that tries to integrate different IaaS providers (Azure/AWS/GCE/DigitalOcean) into one "infrastructure codebase". It's dubbed "Cloud Native" and it's supposed to result in "one tool to rule them all".…
Vanuan
- 141
- 4
3
votes
0 answers
SSL error when deploying from gitlab runner (GitLab-CI) to remote docker host
I am trying to deploy an docker image, which is located inside the gitlab.com registry, to an external docker host. The docker host was created using docker-machine.
I am using a shared runner and the registry is private, so I will need to login…
Tom
- 31
- 5
3
votes
1 answer
How granular in purpose should FaaS functions be?
For clarification, when I say "FaaS" I am referring to serverless offerings such as AWS Lambda and Google Cloud Functions.
I have a specific case in mind that I'll describe but I would very much like to hear about any guiding principles in this…
swigganicks
- 133
- 5
3
votes
1 answer
How to "inject" AWS Lambda code into a CloudFormation?
I'm exercising an idea of not using S3 bucket to refer to the code of a lambda function.
The usual example of a lambda CloudFormation code might look like:
MyLambda:
Type: AWS::Lambda::Function
Properties:
FunctionName:…
Dmytrii Nagirniak
- 133
- 1
- 5
3
votes
1 answer
Kubernetes - unable to login to Dashboard
I have installed Kubernetes using AWS Minikube scripts - https://github.com/scholzj/aws-minikube
After installation I am trying to run
kubectl proxy
But I am getting this
https:kubernetes-dashboard:\" is forbidden: User \"system:anonymous\"
…
Koss645
- 33
- 4
3
votes
3 answers
Are there any truly simple artifact repositories?
I'm looking for a binary-artifact repository, but everything I see is super complicated, to set up, use, and manage. All I'm looking for is:
upload repos as tgz/zip with metadata (name, date, tag)
query and download by SHA and/or name
a local tool…
GaryO
- 141
- 4