Skip to main content

Questions tagged [containerization]

Filter by
Sorted by
Tagged with
0 votes
1 answer
56 views

So I have a couple of Java RESTful microservices, and since the past few years I have basically been using Docker to build them and deploy them over to a Kubernetes cluster. Our team is upgrading ...
Palaash Atri's user avatar
-1 votes
1 answer
59 views

I'm looking to build a service that interacts with an existing web application's database. The service would retrieve data from an api for which the web application users own an account and warehouse/...
nojoma's user avatar
  • 1
0 votes
3 answers
262 views

My understanding of a "browser" as a means of consuming software over the web: Browsers isolate web application execution to an environment which greatly reduces end user vulnerability. ...
lmonninger's user avatar
1 vote
0 answers
113 views

I have an application which is quite old (7 years back-2014) but well built using JSF, Spring Webflow and Hibernate. This application is critical as being deployed for 50 separate clients each with ...
Kush's user avatar
  • 11
-1 votes
2 answers
148 views

I am currently working solo on a very small simple python microservice. I started building this app, mostly by habit, in a virtual environment. As I started to get closer to the point where deployment ...
Nate T's user avatar
  • 125
1 vote
3 answers
452 views

Problem description I have an IoT app that provides a server backend and browser UI client for interfacing with proprietary control systems. Some deployments of this application will require that the ...
daviegravee's user avatar
2 votes
0 answers
582 views

I work for an organization that heavily leverages AWS. There is a strong push that every team move from containers deployed on ECS to leverage AWS Lambda and step functions for (almost) every project....
greenJavaDev's user avatar
1 vote
0 answers
104 views

I'm trying to implement a system that allows a user to upload files over HTTP, saves the file to object storage as well as any metadata surrounding the file that already exists to a NoSQL database (i....
foxtrotuniform6969's user avatar
0 votes
3 answers
616 views

I have a monolithic application which can be divided into multiple steps and different steps have variable scaling requirement, however the input of the next step is the output of the current step. ...
Deepak Mishra's user avatar
0 votes
0 answers
52 views

I'm part of an initiative where we are moving monolithic-ish applications, each running on their separate VMs and using a common database cluster, to a container architecture with the goal of ...
tobier's user avatar
  • 101
1 vote
3 answers
1k views

Recently, I have been told by others to look into containerization of my stateless web applications (in this case .NET Core 2.x and 3.1). All of my dependencies are retrieved from public and private ...
Kyle J V's user avatar
  • 226
-1 votes
1 answer
183 views

Curious how containers are portable across development/testing/cloud environments with no worry needed about the underlying infrastructure. Does the Docker Engine essentially standardize operating ...
CloudQuestions's user avatar
5 votes
1 answer
383 views

In my team, we are maintaining a monolithic application that was started in 2003. It is written in Java and has seen several successive layers of technical changes, growing to a hefty 400k-line ...
AbVog's user avatar
  • 159