Skip to content

Gitops repository for infrastructure source code for TechWeek 2022/2023

Notifications You must be signed in to change notification settings

jaimejorge/techweek-gitops-infra-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Techweek-gitops-infra-code

Challenge for TeckWeek 2022/2023

step 1: Learn Git

step 2: Learn to build Docker images

Step 3: Create 2 repositories for code and infra.

Step 4: Create your first docker with CI.

  • Setup Github Actions to publish docker images in Docker hub with your credentials.

Step 5: Create a release v1.0.0 of your code.

Step 6 Lean Kubernetes commands

Step 7 Install local Kubernetes and Argocd.

  • Execute:
   bash install.sh
 kubectl apply -f argocd-apps.yaml
  • Review the status
 kubectl get pods -A

Step 8

  • Check dev web.

  • Check pro web.

Bonus:

  • Build the image in Github Registry

  • Build your own repo with your own code (Python, Java, Golang, etc..) and deploy the container.

  • Add test to the CI pipeline.

  • Deploy the application in the Pull Request

About

Gitops repository for infrastructure source code for TechWeek 2022/2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages