Skip to content

gespinozat/ws-challenge-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ws-challenge-2

Install the Nginx application:

kubectl -n <your-namespace> apply -f nginx.yaml

Generate load to Nginx

Enable port forwarding:

kubectl -n <your-namespace> port-forward svc/nginx 18080:80

Generate load:

python3 generate_load.py

Patch Nginx deployment

kubectl -n <your-namespace> patch deployment nginx --patch-file nginx_patch.yaml

To undo the patch:

kubectl -n user1 rollout undo deployment nginx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages