Skip to content

joaoreis81/realip-ingress-testapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

realip-ingress-testapp

an application to test x-real-ip in kubernetes ingress for external loadbalancer and also a simple k8s base model.

docker build and push to docker-hub

docker build -t joaoreis/realip-ingress-testapp ./code
docker push joaoreis/realip-ingress-testapp

kubectl deploy

kubectl --kubeconfig ~/.kube/config_intesys_dev_sandbox1 create namespace development --dry-run=client -o yaml | kubectl ~/.kube/config_intesys_dev_sandbox1 apply -f -
kubectl --kubeconfig ~/.kube/config_intesys_dev_sandbox1 -n development delete -f ./kube-deploy.yml
kubectl --kubeconfig ~/.kube/config_intesys_dev_sandbox1 -n development apply -f ./kube-deploy.yml 

About

an application to test x-real-ip in kubernetes ingress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published