<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Ingress on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/ingress/</link><description>Recent content in Ingress on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Sun, 05 Feb 2023 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/ingress/atom.xml" rel="self" type="application/rss+xml"/><item><title>How to Add Basic Authentication to a Kubernetes Service</title><link>https://www.chenshaowen.com/en/blog/how-to-add-basic-auth-to-kubernetes-service.html</link><pubDate>Sun, 05 Feb 2023 00:00:00 +0000</pubDate><atom:modified>Sun, 05 Feb 2023 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/how-to-add-basic-auth-to-kubernetes-service.html</guid><description>1. Deploy the Ingress Controller Check the Kubernetes version 1 2 3 4 kubectl version --short Client Version: v1.21.4 Server Version: v1.21.4 Find a compatible Nginx Ingress version Helm Chart version Highest available Helm Chart version Compatible K8s version 3.x.x 3.36.0 1.16+ 4.x.x 4.4.2 1.19+ Reference: https://github.com/kubernetes/ingress-nginx
Install the Nginx Ingress Controller 1 2 3 helm upgrade --install ingress-nginx ingress-nginx \ --repo https://kubernetes.</description><dc:creator>WeChat Official Account</dc:creator><category>Kubernetes</category><category>Authentication</category><category>Ingress</category><category>Security</category><category>Operations</category></item><item><title>Issuing Ingress Certificates in Kubernetes and Day-to-Day Troubleshooting</title><link>https://www.chenshaowen.com/en/blog/kubernetes-ingress-certificates-and-ops.html</link><pubDate>Thu, 10 Oct 2019 00:00:00 +0000</pubDate><atom:modified>Thu, 10 Oct 2019 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/kubernetes-ingress-certificates-and-ops.html</guid><description>1. Automatically Issuing Ingress Certificates Install cert-manager 1 2 3 4 5 6 7 8 9 10 kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.10/deploy/manifests/00-crds.yaml kubectl create namespace cert-manager kubectl label namespace cert-manager certmanager.k8s.io/disable-validation=true helm repo add jetstack https://charts.jetstack.io helm repo update helm install \ --name cert-manager \ --namespace cert-manager \ --version v0.10.0 \ jetstack/cert-manager Create a global issuer Create the file issuer.</description><dc:creator>WeChat Official Account</dc:creator><category>Kubernetes</category><category>Certificates</category><category>Failures</category><category>Ingress</category><category>Troubleshooting</category><category>Operations</category></item><item><title>Installing Harbor with Helm</title><link>https://www.chenshaowen.com/en/blog/install-harbor-using-helm.html</link><pubDate>Fri, 30 Aug 2019 00:00:00 +0000</pubDate><atom:modified>Fri, 30 Aug 2019 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/install-harbor-using-helm.html</guid><description>Prerequisites: (1) Helm is already installed, see Installing Helm; (2) the cluster has default dynamic storage available, see Providing PV Dynamic Storage with StorageClass
1. Installing Ingress with Helm Ingress consists of two parts: Ingress and the Ingress Controller.
In Kubernetes, the Ingress object describes routing rules; the Ingress Controller interacts with the Apiserver and writes the Ingress rules into the Nginx Pod.</description><dc:creator>WeChat Official Account</dc:creator><category>Kubernetes</category><category>Harbor</category><category>Ingress</category><category>Helm</category><category>Image Registry</category><category>Images</category><category>Operations</category></item></channel></rss>