Deploy GitHub Pages
This commit is contained in:
parent
96e12fc721
commit
58f28b8cac
4 changed files with 52 additions and 52 deletions
|
@ -19,7 +19,7 @@
|
||||||
<span class=go>NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)</span>
|
<span class=go>NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)</span>
|
||||||
<span class=go>default-http-backend ClusterIP 10.0.64.249 <none> 80/TCP</span>
|
<span class=go>default-http-backend ClusterIP 10.0.64.249 <none> 80/TCP</span>
|
||||||
<span class=go>ingress-nginx LoadBalancer 10.0.220.217 203.0.113.10 80:30100/TCP,443:30101/TCP</span>
|
<span class=go>ingress-nginx LoadBalancer 10.0.220.217 203.0.113.10 80:30100/TCP,443:30101/TCP</span>
|
||||||
</code></pre></div> </div> <p>As soon as MetalLB sets the external IP address of the <code>ingress-nginx</code> LoadBalancer Service, the corresponding entries are created in the iptables NAT table and the node with the selected IP address starts responding to HTTP requests on the ports configured in the LoadBalancer Service:</p> <div class=highlight><pre><span></span><code><span class=gp>$</span> curl -D- http://203.0.113.3 -H <span class=s1>'Host: myapp.example.com'</span>
|
</code></pre></div> </div> <p>As soon as MetalLB sets the external IP address of the <code>ingress-nginx</code> LoadBalancer Service, the corresponding entries are created in the iptables NAT table and the node with the selected IP address starts responding to HTTP requests on the ports configured in the LoadBalancer Service:</p> <div class=highlight><pre><span></span><code><span class=gp>$</span> curl -D- http://203.0.113.10 -H <span class=s1>'Host: myapp.example.com'</span>
|
||||||
<span class=go>HTTP/1.1 200 OK</span>
|
<span class=go>HTTP/1.1 200 OK</span>
|
||||||
<span class=go>Server: nginx/1.15.2</span>
|
<span class=go>Server: nginx/1.15.2</span>
|
||||||
</code></pre></div> <div class="admonition tip"> <p class=admonition-title>Tip</p> <p>In order to preserve the source IP address in HTTP requests sent to NGINX, it is necessary to use the <code>Local</code> traffic policy. Traffic policies are described in more details in <a href=https://metallb.universe.tf/usage/#traffic-policies>Traffic policies</a> as well as in the next section.</p> </div> <h2 id=over-a-nodeport-service>Over a NodePort Service<a class=headerlink href=#over-a-nodeport-service title="Permanent link"> ¶</a></h2> <p>Due to its simplicity, this is the setup a user will deploy by default when following the steps described in the <a href=../#bare-metal>installation guide</a>.</p> <div class="admonition info"> <p class=admonition-title>Info</p> <p>A Service of type <code>NodePort</code> exposes, via the <code>kube-proxy</code> component, the <strong>same unprivileged</strong> port (default: 30000-32767) on every Kubernetes node, masters included. For more information, see <a href=https://kubernetes.io/docs/concepts/services-networking/service/#nodeport>Services</a>.</p> </div> <p>In this configuration, the NGINX container remains isolated from the host network. As a result, it can safely bind to any port, including the standard HTTP ports 80 and 443. However, due to the container namespace isolation, a client located outside the cluster network (e.g. on the public internet) is not able to access Ingress hosts directly on ports 80 and 443. Instead, the external client must append the NodePort allocated to the <code>ingress-nginx</code> Service to HTTP requests.</p> <p><img alt="NodePort request flow" src=../../images/baremetal/nodeport.jpg></p> <div class="admonition example"> <p class=admonition-title>Example</p> <p>Given the NodePort <code>30100</code> allocated to the <code>ingress-nginx</code> Service</p> <div class=highlight><pre><span></span><code><span class=gp>$</span> kubectl -n ingress-nginx get svc
|
</code></pre></div> <div class="admonition tip"> <p class=admonition-title>Tip</p> <p>In order to preserve the source IP address in HTTP requests sent to NGINX, it is necessary to use the <code>Local</code> traffic policy. Traffic policies are described in more details in <a href=https://metallb.universe.tf/usage/#traffic-policies>Traffic policies</a> as well as in the next section.</p> </div> <h2 id=over-a-nodeport-service>Over a NodePort Service<a class=headerlink href=#over-a-nodeport-service title="Permanent link"> ¶</a></h2> <p>Due to its simplicity, this is the setup a user will deploy by default when following the steps described in the <a href=../#bare-metal>installation guide</a>.</p> <div class="admonition info"> <p class=admonition-title>Info</p> <p>A Service of type <code>NodePort</code> exposes, via the <code>kube-proxy</code> component, the <strong>same unprivileged</strong> port (default: 30000-32767) on every Kubernetes node, masters included. For more information, see <a href=https://kubernetes.io/docs/concepts/services-networking/service/#nodeport>Services</a>.</p> </div> <p>In this configuration, the NGINX container remains isolated from the host network. As a result, it can safely bind to any port, including the standard HTTP ports 80 and 443. However, due to the container namespace isolation, a client located outside the cluster network (e.g. on the public internet) is not able to access Ingress hosts directly on ports 80 and 443. Instead, the external client must append the NodePort allocated to the <code>ingress-nginx</code> Service to HTTP requests.</p> <p><img alt="NodePort request flow" src=../../images/baremetal/nodeport.jpg></p> <div class="admonition example"> <p class=admonition-title>Example</p> <p>Given the NodePort <code>30100</code> allocated to the <code>ingress-nginx</code> Service</p> <div class=highlight><pre><span></span><code><span class=gp>$</span> kubectl -n ingress-nginx get svc
|
||||||
|
|
File diff suppressed because one or more lines are too long
100
sitemap.xml
100
sitemap.xml
|
@ -1,203 +1,203 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/how-it-works/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/how-it-works/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/troubleshooting/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/troubleshooting/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/kubectl-plugin/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/kubectl-plugin/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/development/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/development/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/deploy/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/deploy/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/deploy/baremetal/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/deploy/baremetal/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/deploy/rbac/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/deploy/rbac/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/deploy/upgrade/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/deploy/upgrade/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/deploy/hardening-guide/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/deploy/hardening-guide/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/basic-usage/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/basic-usage/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/custom-template/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/custom-template/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/log-format/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/log-format/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/cli-arguments/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/cli-arguments/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/custom-errors/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/custom-errors/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/default-backend/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/default-backend/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/exposing-tcp-udp-services/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/exposing-tcp-udp-services/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/fcgi-services/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/fcgi-services/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/ingress-path-matching/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/ingress-path-matching/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/external-articles/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/external-articles/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/miscellaneous/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/miscellaneous/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/monitoring/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/monitoring/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/multiple-ingress/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/multiple-ingress/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/tls/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/tls/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/third-party-addons/modsecurity/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/third-party-addons/modsecurity/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/third-party-addons/opentracing/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/user-guide/third-party-addons/opentracing/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/PREREQUISITES/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/PREREQUISITES/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/affinity/cookie/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/affinity/cookie/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/auth/basic/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/auth/basic/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/auth/client-certs/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/auth/client-certs/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/auth/external-auth/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/auth/external-auth/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/auth/oauth-external-auth/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/auth/oauth-external-auth/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/customization/configuration-snippets/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/customization/configuration-snippets/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/customization/custom-configuration/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/customization/custom-configuration/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/customization/custom-errors/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/customization/custom-errors/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/customization/custom-headers/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/customization/custom-headers/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/customization/external-auth-headers/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/customization/external-auth-headers/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/customization/ssl-dh-param/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/customization/ssl-dh-param/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/customization/sysctl/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/customization/sysctl/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/docker-registry/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/docker-registry/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/grpc/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/grpc/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/multi-tls/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/multi-tls/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/rewrite/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/rewrite/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/static-ip/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/static-ip/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/tls-termination/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/tls-termination/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/examples/psp/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/examples/psp/</loc>
|
||||||
<lastmod>2021-05-07</lastmod>
|
<lastmod>2021-05-12</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in a new issue