Skip to content

Latest commit

 

History

History

exercise-4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

4. Create Kubernetes Ingress to expose WHOAMI app through HTTP

Review and deploy the Ingress object

kubectl apply -f ingress-web.yaml

Note the Traefk annotation that has been added.

Validation

Check ingresses

kubectl get ing -A 

See what has been changed in the dashboard.

Docs

See docs to learn what are other available annotations