< Previous Challenge - Home - Next Challenge >
This challenge will cover deployment of an AKS cluster fully integrated in a Virtual Network as well as deploying the sample app, and configuring ingress.
Make sure to check the optional objectives if you are up to a harder exercise.
You need to fulfill these requirements to complete this challenge:
NOTE: If you do not have “Owner” permissions on your Azure subscription, you will not have permission to attach your AKS cluster to your ACR. We have staged the sample application on Docker Hub so that you can use the container images at these locations:
whatthehackmsft/api
whatthehackmsft/web
HINT: If you decide to use your own ACR with the images for api and web, you must fully qualify the name of your ACR. An image with a non-fully qualified registry name is assumed to be in Docker Hub.
Direct access to API
of the web page exposed by the Web container are working, as well as the links in the Web menu bar (Info
, HTML Healthcheck
, PHPinfo
, etc)Direct access to API
section of the frontend are workingThese docs might help you achieving these objectives: