Contour: Advanced Ingress with Envoy

Поділитися
Вставка
  • Опубліковано 7 лип 2024
  • Contour is an ingress controller that configures Envoy based on Ingress and IngressRoute objects in a Kubernetes cluster. This post covers how contour supports advanced ingress functionality with its IngressRoute Custom Resource Definition (CRD). We'll explore some common ingress needs such as weighted load balancing and cover how multi-team ingress can be facilitated.
  • Наука та технологія

КОМЕНТАРІ • 4

  • @techcode_man
    @techcode_man 4 місяці тому

    Very good content. Thank you!!

  • @hreidarj
    @hreidarj 4 роки тому

    Excellent video from the closet studio Josh ;-)

  • @shubhrasrivastava6050
    @shubhrasrivastava6050 4 роки тому

    A small question: I have a react app deployed on K8s. My service is exposed at 8443.nd ingress route is configured and works fine at https.. But http is not being redirected to https( I get 503 when access it over http) .. I have my tls. passthrough set to true..

  • @nagarajgoud1810
    @nagarajgoud1810 5 років тому

    Do you have github repo for the same