Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 722 Bytes

epynic-kubernetes-challenge.md

File metadata and controls

17 lines (12 loc) · 722 Bytes

Name of Project

  • Deploy a CDN (kind of) in a k8s cluster

Link to Your Github or Gitlab Repo

Link to Your Project Writeup

Contact Info

Misc

  • 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.