Deploy GitHub Pages
This commit is contained in:
parent
96210afdb8
commit
419115791b
4 changed files with 53 additions and 53 deletions
|
@ -46,7 +46,7 @@ spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
EOF
|
EOF
|
||||||
</code></pre></div></li> <li>You can save the above example manifest to a file with name <code>service.go-grpc-greeter-server.yaml</code> and edit it to match your deployment/pod, if required. You can create the service resource with a kubectl command like this:</li> </ul> <div class=highlight><pre><span></span><code>$ kubectl create -f service.go-grpc-greeter-server.yaml
|
</code></pre></div></li> <li>You can save the above example manifest to a file with name <code>service.go-grpc-greeter-server.yaml</code> and edit it to match your deployment/pod, if required. You can create the service resource with a kubectl command like this:</li> </ul> <div class=highlight><pre><span></span><code>$ kubectl create -f service.go-grpc-greeter-server.yaml
|
||||||
</code></pre></div> <h3 id=step-3-create-the-kubernetes-ingress-resource-for-the-grpc-app>Step 3: Create the Kubernetes <code>Ingress</code> resource for the gRPC app<a class=headerlink href=#step-3-create-the-kubernetes-ingress-resource-for-the-grpc-app title="Permanent link"> ¶</a></h3> <ul> <li>Use the following example manifest of a ingress resource to create a ingress for your grpc app. If required, edit it to match your app's details like name, namespace, service, secret etc. Make sure you have the required SSL-Certificate, existing in your Kubernetes cluster in the same namespace where the gRPC app is. The certificate must be available as a kubernetes secret resource, of type "kubernete.io/tls" https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets. This is because we are terminating TLS on the ingress.</li> </ul> <div class=highlight><pre><span></span><code>cat <<EOF | kubectl apply -f -
|
</code></pre></div> <h3 id=step-3-create-the-kubernetes-ingress-resource-for-the-grpc-app>Step 3: Create the Kubernetes <code>Ingress</code> resource for the gRPC app<a class=headerlink href=#step-3-create-the-kubernetes-ingress-resource-for-the-grpc-app title="Permanent link"> ¶</a></h3> <ul> <li>Use the following example manifest of a ingress resource to create a ingress for your grpc app. If required, edit it to match your app's details like name, namespace, service, secret etc. Make sure you have the required SSL-Certificate, existing in your Kubernetes cluster in the same namespace where the gRPC app is. The certificate must be available as a kubernetes secret resource, of type "kubernetes.io/tls" https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets. This is because we are terminating TLS on the ingress.</li> </ul> <div class=highlight><pre><span></span><code>cat <<EOF | kubectl apply -f -
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
|
|
File diff suppressed because one or more lines are too long
102
sitemap.xml
102
sitemap.xml
|
@ -1,207 +1,207 @@
|
||||||
<?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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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>2022-05-21</lastmod>
|
<lastmod>2022-05-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/developer-guide/getting-started/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/developer-guide/getting-started/</loc>
|
||||||
<lastmod>2022-05-21</lastmod>
|
<lastmod>2022-05-26</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://kubernetes.github.io/ingress-nginx/developer-guide/code-overview/</loc>
|
<loc>https://kubernetes.github.io/ingress-nginx/developer-guide/code-overview/</loc>
|
||||||
<lastmod>2022-05-21</lastmod>
|
<lastmod>2022-05-26</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