Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 431 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 431 Bytes

To run containers:

  • Install Helm
  • Install nginx-ingress via Helm
    • helm repo add nginx-stable https://helm.nginx.com/stable
    • helm repo update
  • Verify nginx is running
    • kubectl get services nginx-ingress-controller
  • Build docker image on local
    • docker build -t k8s-fast-api .
  • Run all yaml files
    • cd kubernetes
    • kubectl apply -f .