From the course: Azure Kubernetes Service (AKS): Deploying Microservices
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Next steps
From the course: Azure Kubernetes Service (AKS): Deploying Microservices
Next steps
- [Prince] Yay, we've reached the end of this course and thank you for staying with me. We've learned that designing microservices enables loosely coupled applications that are highly available and scalable. We explored defining Kubernetes manifest for various microservices, automating continuous delivery to the AKS cluster using CI/CD pipelines in Azure DevOps, integrating application gateway with ingress controller to expose services to the internet, as well as a cert-manager tool to automatically acquire and manage SSL certificates from Let's Encrypt. We simulated a failure of one microservice does not necessarily affect the availability of other microservices due to the communication approach adopted in the design. If you want to take a step further with the current setup, you can purchase a domain, deploy and integrate an Azure DNS resource with your AKS cluster to issue a custom domain certificate. You may build your…