Further reading
Use the following resources to expand your knowledge of Spinnaker and EKS:
- Spinnaker is not a build server, and other misconceptions: https://www.armory.io/blog/spinnaker-is-not-a-build-server-and-other-misconceptions/
- An AWS blog post describing a full installation of Kubernetes and Spinnaker with Jenkins and ECR: https://aws.amazon.com/blogs/opensource/deployment-pipeline-spinnaker-kubernetes/
- A good article on how Kubernetes services are exposed to the world: https://medium.com/google-cloud/kubernetes-nodeport-vs-loadbalancer-vs-ingress-when-should-i-use-what-922f010849e0
- The AWS official documentation on the ALB Ingress Controller: https://docs.aws.amazon.com/eks/latest/userguide/alb-ingress.html
- The Spinnaker CLI: https://www.spinnaker.io/guides/spin/
- A Kubernetes external DNS provider that you can use to annotate your templates to avoid having to manually set up DNS aliases: https://github.com/kubernetes-sigs/external-dns
Spinnaker...