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.