Example 1 - Deploy Nginx as an Anjuna Confidential Pod in AKS

This guide shows how to deploy Nginx as an Anjuna Confidential Pod in AKS.

Nginx is a good example of an application that would benefit from running in an enclave. In a production environment, it needs to have access to sensitive data (the TLS private key), and it can serve web applications that connect to other services. Being able to completely isolate and protect the Nginx application from malicious users (even those who might have elevated privileges to the AKS cluster) is very valuable.

Make sure that all the Prerequisites are met before continuing.