Further reading
To learn more about the topics discussed in this chapter, you can refer to the following links:
- Business continuity and disaster recovery: https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/management-business-continuity-disaster-recovery
- Azure load-balancing options: https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview
- Kubernetes: https://kubernetes.io/
- Learn Kubernetes basics: https://kubernetes.io/docs/tutorials/kubernetes-basics/
- Helm – the package manager for Kubernetes: https://helm.sh
- The
kubectl
command-line tool: https://kubernetes.io/docs/reference/kubectl/ - Aspirate GitHub repository: https://github.com/prom3theu5/aspirational-manifests
- aspir8 from scratch: https://github.com/devkimchi/aspir8-from-scratch
- Configure ingress with Azure Kubernetes Services: https://learn.microsoft.com/en-us/azure/aks/app-routing
- Deploy...