Skip to content

shrria/k8s-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published