Skip to content

fadi1012/texelDevops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

texel's Devops task

docker actions:

  • build : docker build -t fadizaboura/nginxapp:1.5 .
  • run local image : docker run -it -d -p 5000:5000 --name webapp fadizaboura/nginxapp:1.5
  • tag : docker tag fadizaboura/nginxapp:1.5 fadizaboura/nginxapp:latest
  • push : docker push fadizaboura/nginxapp:latest

k8s actions ( used minikube):

  • minkube start
  • kubectl apply -f .
    
  • kubectl port-forward service/nginx-service 5000:80
    
  • http://localhost:5000

test app health:

  • you can run app_health_test.py locally from base dir:
  • source texelenv/bin/activate
    
  • python app_health/app_health_test.py
    

used references

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages