A cloud native ASP.NET Core application was built and deployed to Azure Kubernetes Service (AKS) using Docker, leveraging the benefits of cost-effectiveness, scalability, and flexibility. The application includes a service that generates placeholder text in the form of "lorem ipsum." The deployment process involved creating an Azure Container Registry, building and pushing the application image to the registry, and then deploying the application to the AKS cluster. The application was successfully deployed and can be accessed via its public IP address.