Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 460 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 460 Bytes

Cloud Native App

Basic Cloud Native app with

  1. Python sample REST Application
  2. CI - Deploy python application with Dockerfile and kubernetes resource on k8s cluster, on git push github actions creates a image in dockerhub
  3. CD - Use argocd to deploy k8s resource automatically on git push
  4. Use of helm charts as configuration manager to manage multiple env (development, staging and prod)

ref: Cloud Native Fundamentals Scholarship Program (Udacity)