Skip to content

guxkung/devops-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devops-exercise

This repository objective is to demonstrate the CI/CD using

  • Docker (containerization)
  • Kubernetes (container orchrestration)
  • Terraform (IaC)
  • ArgoCD (gitops)
  • Helm (Kubernetes deployment manager)

The first step is to build a container version of the application using Docker. The container will support Golang, with the goal of minimal footprint in mind the alpine version of Golang will be used.