github.com/projectcontour/contour@v1.28.2/site/themes/contour/layouts/partials/homepage-grid.html (about) 1 <div class="grid-container"> 2 <div class="wrapper"> 3 <div class="grid three"> 4 <div class="card"> 5 <img src="/img/kubernetes-logo.png" alt="Kubernetes Logo" /> 6 <h3>Built for Kubernetes</h3> 7 <p>Quickly deploy cloud-native applications using the flexible and innovative HTTPProxy API.</p> 8 </div> 9 <div class="card"> 10 <img src="/img/dynamic-reconfig-icon.svg" alt="Dynamic Reconfiguration Icon" /> 11 <h3>Dynamic Reconfiguration</h3> 12 <p>Update Envoy configurations as the ingress and underlying elements change, without restarting the load balancer.</p> 13 </div> 14 <div class="card"> 15 <img src="/img/secure-ingress-icon.svg" alt="Secure Ingress Icon" /> 16 <h3>Secure Ingress Delegation</h3> 17 <p>Safely delegate ingress configuration to protect service access on multi-team Kubernetes clusters.</p> 18 </div> 19 </div> 20 </div> 21 </div>