Further reading
- A good book for extending the knowledge acquired in this chapter is the following: https://www.packtpub.com/product/hands-on-kubernetes-on-azure-second-edition/9781800209671.
- The official documentation for Kubernetes and
.yamlfiles can be found here: https://kubernetes.io/docs/home/. - More information on Helm and Helm charts can be found in the official documentation. This is extremely well written and contains some good tutorials: https://helm.sh/.
- The official documentation for Azure Kubernetes can be found here: https://docs.microsoft.com/en-US/azure/aks/.
- The official documentation on the Azure Application Gateway-based
Ingress Controlleris available here: https://github.com/Azure/application-gateway-kubernetes-ingress. Ingresscertificate release and renewal can be automated as explained here: https://docs.microsoft.com/en-us/azure/application-gateway/ingress-controller-letsencrypt-certificate-application-gateway. While the...