Demo apps showcasing the use of ingress and loadbalancer for kubernetes.
All the needed k8s objects are packed in a single yaml.
Pre req:
You have a working k8s cluster with a external provisioner (cloud Service provider) enabled. This would help in getting your FQDN set via ingress and loadbalancer.
kubectl apply -f http-echo-ingress-deploy.yaml
kubectl apply -f yelb-lb.yaml