Skip to content

Continuous Integration and Delivery project | 2022/2023

Notifications You must be signed in to change notification settings

IskraNa/devops-project

Repository files navigation

tvshows - DevOps project

Needed

  • Docker
  • K3d
  • Python 3.10
  • PostgreSQL

Running (Docker)

  • Create a .env file with the environment variables POSTGRES_USER, POSTGRES_PASSWORD
  • docker-compose up

Running (Kubernetes)

  • k3d cluster create project -p "80:80@loadbalancer -s 1 -a 1"
  • cd kubernetes
  • kubectl apply -f namespace.yml -f database.yml -f job.yml -f deployment.yml -f service.yml -f ingress.yml - the order of the manifests matters

CD

  • Argo CD
  • kubectl port-forward svc/argocd-server -n argocd 8080:443

About

Continuous Integration and Delivery project | 2022/2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published