github.com/projectcontour/contour@v1.28.2/site/themes/contour/layouts/partials/use-cases.html (about) 1 <div class="wrapper use-cases"> 2 <h2>Features</h2> 3 <div class="grid two"> 4 <div class="col image"> 5 <img src="/img/case-study-1.svg" alt="Case Study Icon" /> 6 </div> 7 <div class="col text"> 8 <p class="strong">Envoy Inside</p> 9 <p>Contour is built as the control plane for Envoy, the high performance L7 proxy and load balancer</p> 10 </div> 11 </div> 12 <div class="grid two image-right"> 13 <div class="col text"> 14 <p class="strong">Flexible Architecture</p> 15 <p>Contour can be deployed as either a Kubernetes deployment or daemonset</p> 16 </div> 17 <div class="col image"> 18 <img src="/img/icon-dial.svg" alt="Dial Icon" /> 19 </div> 20 </div> 21 <div class="grid two"> 22 <div class="col image"> 23 <img src="/img/icon-tree.svg" alt="Navigation Tree Icon" /> 24 </div> 25 <div class="col text"> 26 <p class="strong">TLS Certificate Delegation</p> 27 <p>Administrators can delegate wildcard certificate access securely</p> 28 </div> 29 </div> 30 </div>