<?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>Application Virtualization Archives - ICT News</title>
	<atom:link href="https://www.ict-news.org/tag/application-virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ict-news.org</link>
	<description>Information &#38; Communication technology world news</description>
	<lastBuildDate>Wed, 22 Mar 2017 09:26:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.3</generator>

<image>
	<url>https://www.ict-news.org/wp-content/uploads/2018/03/ICT-icon-3.png</url>
	<title>Application Virtualization Archives - ICT News</title>
	<link>https://www.ict-news.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>IBM chases Google, Microsoft with Kubernetes in the cloud</title>
		<link>https://www.ict-news.org/ibm-chases-google-microsoft-kubernetes-cloud/</link>
					<comments>https://www.ict-news.org/ibm-chases-google-microsoft-kubernetes-cloud/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Wed, 22 Mar 2017 09:24:18 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Application Virtualization]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<guid isPermaLink="false">https://www.ict-news.org/?p=7672</guid>

					<description><![CDATA[<p>IBM chases Google, Microsoft with Kubernetes in the cloud IBM follows Google and Microsoft in offering hosted Kubernetes as a service, with direct access to the container orchestration system&#8217;s APIs It&#8217;s only a matter of time before every major cloud vendor offers a version of Kubernetes as a service. Now it’s IBM’s turn. This morning IBM announced the next logical [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/ibm-chases-google-microsoft-kubernetes-cloud/">IBM chases Google, Microsoft with Kubernetes in the cloud</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>IBM chases Google, Microsoft with Kubernetes in the cloud</h1>
<h2>IBM follows Google and Microsoft in offering hosted Kubernetes as a service, with direct access to the container orchestration system&#8217;s APIs</h2>
<p>It&#8217;s only a matter of time before every major <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> vendor offers a version of Kubernetes as a service. Now it’s IBM’s turn.</p>
<p>This morning IBM announced the next logical step in its <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">work</span></span> with Docker containers: <a href="https://www.ibm.com/blogs/bluemix/2017/03/kubernetes-now-available-ibm-bluemix-container-service/" target="_blank">Kubernetes support</a> on its <a href="https://www.ibm.com/blogs/bluemix/2017/03/kubernetes-now-available-ibm-bluemix-container-service/" target="_blank">Bluemix Container Service</a>. Currently available in a limited beta, its feature set should match Google&#8217;s and Microsoft&#8217;s offerings.</p>
<h3>Kubernetes, the Bluemix way</h3>
<p>Previously, the default for managing Docker containers on Bluemix Container Service was to spin them up individually by hand or to use Bluemix’s <a href="https://console.ng.bluemix.net/docs/containers/cs_classic.html" target="_blank">container groups</a> metaphor, where Bluemix directly managed multiple containers running the same image.</p>
<p>Kubernetes is meant to provide <a href="http://www.infoworld.com/article/3173266/data-center/4-reasons-you-should-use-kubernetes.html">several advantages</a> for container deployments: easier scaling, better visibility into the state of a cluster, and so on. IBM says its implementation of Kubernetes on Bluemix includes everything users would expect from a stock Kubernetes deployment, as well as some IBM-specific features.</p>
<div class="teads-inread sm-screen"></div>
<aside class="nativo-promo smartphone"></aside>
<p>For example, see how it deploys master nodes, the parts of a cluster that accept commands and delegate them to the other machines in the cluster. IBM claims master nodes in its Kubernetes implementation are “highly available and fully managed by IBM”—presumably in contrast to simply providing and supporting a VM with Kubernetes that’s spun and run by the customer.</p>
<p>Some features for Bluemix Container Service are essentially conventional Docker/Kubernetes features writ large—such as a per-organization Docker private <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">image</span></span> registry with image scanning and vulnerability detection built in, or support for <a href="https://kubernetes.io/docs/user-guide/secrets/" target="_blank">Kubernetes secrets</a> (API keys and more) when communicating with other Bluemix resources. Other features, like “binding of Bluemix services, such as Watson APIs, Blockchain, data services, or <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">internet</span></span> of things” to Kubernetes-deployed apps, more prominently promote Bluemix, allowing Kubernetes-powered apps plug into Bluemix-exclusive services.</p>
<h3>Why mess with a good thing?</h3>
<p>IBM arrives late to a party that already includes Google and Microsoft. Google has had a leg up on everyone else in offering <a href="http://www.infoworld.com/article/2843433/google-cloud/google-aims-to-do-docker-better-with-kubernetes-powered-container-engine.html">Kubernetes as a service</a> because it invented the underlying technology. It also worked to Google’s advantage that its public cloud was relatively sparse; it could provide Kubernetes support on its cloud without having to make concessions to many legacy components.</p>
<p>Microsoft late last year <a href="http://www.infoworld.com/article/3139044/hybrid-cloud/kubernetes-comes-to-azure-container-service-at-last.html">added Kubernetes</a> for its container services, after originally supporting Docker Swarm and Mesosphere DC/OS as orchestration solutions. Microsoft delayed its entry because a lot of behind-the-scenes <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">work</span></span> was needed to add Kubernetes support to Azure and to open-source that work. Kubernetes clusters themselves are provisioned and managed on Azure by way of a <a href="https://github.com/Azure/azure-quickstart-templates/blob/master/101-acs-kubernetes/docs/kubernetes.md">QuickStart template</a>, rather than a dedicated managed <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">service</span></span>.</p>
<p>Amazon&#8217;s ECS (EC2 Container Services) doesn’t have a dedicated Kubernetes service; instead it offers a more general <a href="http://www.infoworld.com/article/3145696/application-development/docker-for-aws-whos-it-really-for.html">Docker as a service</a>, with orchestration and scheduling provided by ECS itself, or through the <a href="https://blox.github.io/">Blox</a> projects.</p>
<p>Though late to the party, IBM is taking one crucial step for any cloud incarnation of an open source service: It&#8217;s allowing the user to lift the hood and plug directly into the original API set. That’s important with cloud container services like Kubernetes, since the promise of <a href="http://www.infoworld.com/article/3016021/hybrid-cloud/road-to-cloud-native-may-start-and-end-at-google.html">a cloud built from open components</a> was that workloads wouldn’t become dependent on the clouds where they&#8217;re hosted.</p>
<p>Granted, IBM—or any cloud provider—could try to make a strong case for its cloud versus someone else’s by promoting how well Kubernetes runs at scale on its cloud and works with the proprietary services to enrich those applications. But having Kubernetes at the core and in a form others know is still the most worthwhile draw.</p>
<p>&nbsp;</p>
<p>By <a href="http://www.infoworld.com/author/Serdar-Yegulalp/" rel="author">Serdar Yegulalp</a>, source by <a href="http://www.infoworld.com">InfoWorld</a></p>
<p>Visit <a href="https://www.ict-hardware.com/">ICT Hardware</a> website to get more info about <a href="https://www.ict-hardware.com/">Microsoft Products</a></p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/ibm-chases-google-microsoft-kubernetes-cloud/">IBM chases Google, Microsoft with Kubernetes in the cloud</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ict-news.org/ibm-chases-google-microsoft-kubernetes-cloud/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
