<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.pchero21.com/index.php?action=history&amp;feed=atom&amp;title=Kubernetes_ingress</id>
	<title>Kubernetes ingress - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.pchero21.com/index.php?action=history&amp;feed=atom&amp;title=Kubernetes_ingress"/>
	<link rel="alternate" type="text/html" href="http://wiki.pchero21.com/index.php?title=Kubernetes_ingress&amp;action=history"/>
	<updated>2026-04-18T22:16:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://wiki.pchero21.com/index.php?title=Kubernetes_ingress&amp;diff=3740&amp;oldid=prev</id>
		<title>Pchero: Created page with &quot;== Overview == Kubernetes ingress 내용 정리.  == Ingress == Ingress exposes HTTP and HTTPS routes from outside the cluster to services within the cluster. Traffic routing...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.pchero21.com/index.php?title=Kubernetes_ingress&amp;diff=3740&amp;oldid=prev"/>
		<updated>2020-03-27T08:36:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Overview == Kubernetes ingress 내용 정리.  == Ingress == Ingress exposes HTTP and HTTPS routes from outside the cluster to services within the cluster. Traffic routing...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Overview ==&lt;br /&gt;
Kubernetes ingress 내용 정리.&lt;br /&gt;
&lt;br /&gt;
== Ingress ==&lt;br /&gt;
Ingress exposes HTTP and HTTPS routes from outside the cluster to services within the cluster. Traffic routing is controlled by rules defined on the ingress resource.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    internet&lt;br /&gt;
        |&lt;br /&gt;
   [ Ingress ]&lt;br /&gt;
   --|-----|--&lt;br /&gt;
   [ Services ]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An Ingress may be configured to give Services externally-reachable URLs, load balance traffic, terminate SSL/TLS, and offer name based virtual hosting. An ingress controller is responsible for fulfilling the ingress, usually with a load balancer, though it may also configure your edge router or additional frontends to help handle the traffic.&lt;br /&gt;
&lt;br /&gt;
And ingress does not expose arbitrary ports or protocols. Exposing services other than HTTP and HTTPS to the internet typically uses a service of type Service.Type=NodePort or Service.Type=LoadBalancer.&lt;br /&gt;
&lt;br /&gt;
[[category:Kubernetes]]&lt;/div&gt;</summary>
		<author><name>Pchero</name></author>
	</entry>
</feed>