Container Image
We have already built the container image and you can use that in this example. The container image is located at 8scale/hello-world [dockerhub]. We have defined a basic http server with 2 paths.GET /health returns 200 status
GET /hello returns 200 status with body world
Create Hello World App
Let’s get started, follow these steps to create the app.1
Compute
5090
32 GiB GPU
4 CPU • 32 GiB RAM
2
3
4
Environment
Leave it emptyClick Deploy App and then go to apps page and click hello world app to get to overview page.
Test Hello World App
Click playground tab. Type in hello as GET path and hit send. You will see the result with a 200 status.The result should look like this.
