<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>microservices application Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/microservices-application/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/microservices-application/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Mon, 11 Sep 2017 09:07:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Does Kubernetes service governance work for microservices?</title>
		<link>https://www.aiuniverse.xyz/does-kubernetes-service-governance-work-for-microservices/</link>
					<comments>https://www.aiuniverse.xyz/does-kubernetes-service-governance-work-for-microservices/#comments</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Mon, 11 Sep 2017 09:07:43 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Microservices]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[Kubernetes service]]></category>
		<category><![CDATA[microservices application]]></category>
		<category><![CDATA[Microservices Architecture]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=1046</guid>

					<description><![CDATA[<p>Source &#8211; techtarget.com A service registry sits between a client and server in a network and controls access between both of them. It is a critical part of the <a class="read-more-link" href="https://www.aiuniverse.xyz/does-kubernetes-service-governance-work-for-microservices/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/does-kubernetes-service-governance-work-for-microservices/">Does Kubernetes service governance work for microservices?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Source &#8211; <strong>techtarget.com</strong></p>
<p>A service registry sits between a client and server in a network and controls access between both of them. It is a critical part of the application stack and has a big impact on the end-user experience. With the growing use of microservices, the role of a service registry has become even more important as the number of services that talk to each other has grown exponentially.</p>
<p>Service registries need to be fine-tuned and rearchitected to function seamlessly in a microservices world. More importantly, they need to be governed differently from older models. Let&#8217;s look at how we can better govern service registries and why a modern platform like Kubernetes does it the right way.</p>
<section class="section main-article-chapter" data-menu-title="Kubernetes service discovery is dynamic">
<h3 class="section-title">Kubernetes service discovery is dynamic</h3>
<p>In a microservices architecture, containers are short-lived. As containers get outdated or corrupted, they are killed, and new containers take their place automatically. This is what keeps the services running on top of these containers highly available.</p>
<p>Kubernetes automatically assigns an IP address to every group of containers, or <i>pods</i>, as Kubernetes refers to them. As containers and pods are replaced with new ones, new IP addresses are assigned automatically, and they register themselves with new IP addresses. Because the system is always aware of changing IP addresses, Kubernetes service discovery is dynamic and works well at the scale of microservices. Kubernetes uses SkyDNS to map requests to services according to IP address.</p>
</section>
<section class="section main-article-chapter" data-menu-title="Services are inspected by the kubelet">
<h3 class="section-title"><i class="icon" data-icon="1"></i>Services are inspected by the kubelet</h3>
<p>Services can affect each other by spreading vulnerabilities or draining resources from each other. It&#8217;s important to ensure only healthy services are running in your system. Unhealthy ones should be retired or replaced.</p>
<section class="section main-article-chapter" data-menu-title="Services are inspected by the kubelet">In Kubernetes, this is done by the kubelet. Kubelet is a core component of the Kubernetes system, and it inspects every pod to ensure that the containers in them are healthy.</p>
</section>
<section class="section main-article-chapter" data-menu-title="Requests are load balanced by kube-proxy">
<h3 class="section-title"><i class="icon" data-icon="1"></i>Requests are load balanced by kube-proxy</h3>
<p>When applications are bombarded with web-scale traffic, they need a way to route requests equally across services. Load balancing builds on service discovery; it ensures that traffic intended for one instance is balanced against any other instances that provide the same service. For Kubernetes, the kube-proxy handles load balancing.</p>
<p>By combining Kubernetes service discovery, inspection and load balancing, you have the ingredients of a great governance model for a modern microservices application. These three things in combination have the potential to scale to running millions of containers. And remember: These service governance principles can be applied to any application in order to improve the way services are governed &#8212; no matter what scale you operate at.</p>
</section>
</section>
<p>The post <a href="https://www.aiuniverse.xyz/does-kubernetes-service-governance-work-for-microservices/">Does Kubernetes service governance work for microservices?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/does-kubernetes-service-governance-work-for-microservices/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
