Slide 45
Slide 45 text
how do I expose my application
• you have to be familiar with characteristics of your k8s cluster
• need to understand various k8s constructs
• services, labels, deployments, loadbalancers ...
• need to choose one of the ways to expose the service
• ClusterIP, NodePort, LoadBalancer, ExternalName
• consider other ingress controllers
• nginx, haproxy, f5 bigip, istio ingress, etc.
• add service description to your k8s manifest