Before we get too deep in this post, this is all new to me so I apologize in advance. I am currently running in IIS but the direction is to move to containers. I know these are probably elementary questions, but I need a general understanding on how these correlate and how they may need to be configured between the Web Application, Web APIs and ClientApplication. My system administrator created a Kubernetes site for me to deploy my application to.
My initial intention is to try and configure my application to test on my workstation if possible using LocalHost. If that is not possible, let me know.
1) Do I need to follow the Docker and Kubernetes install instructions? I see that there are Docker references in the Kubernetes configuration. I have not done anything in the Kubernetes
2) On the Docker installation, I have performed to the end but have these questions.
I'm running 2022 R3. The install instructions I'm using are
Docker - - PowerServer 2022 R3 Help (appeon.com)
I have created my image and container for my application Web APIs. I have also modified my Apprun.json in my application to point to the container. But I am trying to figure out how to invoke my application. I guess I'm not grasping how to get this in a container to run. My current IIS environment has the application in one site and the webAPIs in another. I can invoke the application using the URL for the web site.
The instructions are as follows, which I have done, but how does the application get deployed? This is the last section of the install instructions.
Just an update. I deployed the Web App to my IIS on LocalHost using the WebAPI's running in my Docker container, and its working. GREAT!
So now I understand and have this working locally.
Now I need to figure out how to get the Web App to run Containerized. Is there any documentation on how to do this?
Thank you
If they insist on using a container, then you just need to create an image for a static website, which is fairly straightforward: https://www.back4app.com/docs-containers/run-a-static-website-on-containers#DE4-t
Failed to download the config file http://localhost:8080/CloudAppPublisher/CloudAppInstall 22.0/LauncherSetup.json; ErrorCode: 404; Error: Not Found.
I have it defined in the apprun.json as (which is obviously wrong):
"deployment_urls": {
"launcher": "CloudAppPublisher/CloudAppInstall 22.0",
"runtime": "CloudAppPublisher/runtime/22.2.0.3289"