- Deploy a CDN (kind of) in a k8s cluster
- https://github.com/epynic/cdn-on-kubernetes/blob/main/README.md
- https://www.youtube.com/watch?v=aYwqdreAONY
- Prasanha Kumar
- https://twitter.com/epynic
- The objective of the project was to have a complete CI/CD pipeline to build and deploy in a k8s environment ie after a code push in the application repo, CI pipeline should build the container image and push it to dockerhub and update the k8s manifest file in git, and finally an CD tool that would apply the latest manifiest files in the k8s cluster.