Questions tagged [deployment]
Use this tag for questions about deployment, which is about all the activities to make (part of) a system available for use in some target environment.
165 questions
0 votes
0 answers
23 views
Two Phase Deployments on AWS ECS Fargate
I'm looking to implement a two-phase deployment strategy for a monorepo with multiple services, deployed to AWS ECS Fargate. My requirements are: Build once, deploy multiple times: On every commit, ...
0 votes
0 answers
17 views
How to define a k8s deployment with load balanced duplicated services?
I have a custom app which uses a DB behind it. Unfortunately the app can not share its database with an other instance of the app. Therefore, I want to deploy a second full replica of the whole ...
0 votes
0 answers
59 views
Unable to Set Up Keycloak with Production Mode
I'm using Keycloak(26.0.7) as the IAM solution for our application. I want expose it via https://abc.xyz.com/keycloak-service URL. In the deployment setup I have a Load balancer, Nginx and Kubernetes ...
0 votes
1 answer
284 views
Green/Blue Deployments with multiple development teams
I am working in Azure in an AKS cluster environment. The environment has several clusters separated from each other. Each cluster is hosting several containers of services, each of them is developed ...
1 vote
1 answer
90 views
How many deployment environments are appropriate for SPA + API architecture?
My company uses Azure as our cloud-infrastructure provider, and we are making use of their Azure Webapp PaaS offering to individually deploy our SPA (react.js) and corresponding API (Golang). Haven't ...
2 votes
1 answer
3k views
Why does running a nginx image in docker interactive mode makes nginx not working
I have made a docker container from nginx running in background this way: docker run -d --name nginx1 -p 49699:80 nginx When I go to localhost:49699 on a browser with cleared cache it works properly ...
0 votes
1 answer
148 views
Release rollback approaches?
I've got an old monolithic project using MariaDB and PHP that I'm trying to put on CI/CD. The project has DB migrations to update the DB state. My current CD is built on top of AWS CodeCommit + ...
0 votes
1 answer
375 views
Deploy A War/Ear To Container Marked build As failure When Deploying To Tomcat 9 Server
When I was Deploying A Sample Application On Tomcat9 I Faced This Issue. This is the Tomact9 Users File where I added credentials do I need to add anything more, Is There Any Configuration Which I ...