Skip to main content

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.

0 votes
0 answers
23 views

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, ...
Muhammad Taqi's user avatar
0 votes
0 answers
17 views

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 ...
wookie_on_earth's user avatar
0 votes
0 answers
59 views

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 ...
iuhettiarachchi's user avatar
0 votes
1 answer
284 views

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 ...
CodeMonkey's user avatar
1 vote
1 answer
90 views

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 ...
Hassan Zaidi's user avatar
2 votes
1 answer
3k views

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 ...
Eugenio.Gastelum96's user avatar
0 votes
1 answer
148 views

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 + ...
Daniel's user avatar
  • 103
0 votes
1 answer
375 views

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 ...
Prathamesh Shukla's user avatar

15 30 50 per page
1
2 3 4 5
11