This is part 9 of a series of videos discussing vSphere with Tanzu on NSX-T where I will demonstrate how to configure and operate vSphere with Tanzu on NSX-T. In this video we look at the creation of Ingress and we’ll look at how a Layer 7 Load Balancer is being configured in NSX-T and how to discover all related networking objects.
Ingress.yaml
apiVersion: extensions/v1beta1 kind: Ingress metadata: name: nginx-ingress spec: rules: - host: ingress.ray.salab.local http: paths: - backend: serviceName: nginx-service servicePort: 80
- Part 1: Configure NSX-T
- Part 2: Workload Management Setup
- Part 3: Review Workload Management Setup
- Part 4: Embedded Harbor Image Registry
- Part 5: Namespaces
- Part 6: Pods & Deployments
- Part 7: Service Type ClusterIP
- Part 8: Load Balancer
- Part 9: Ingress
- Part 10: Network Policies
- Part 11: Demo Guestbook Application