<?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>Cloud Computing Archives - ICT News</title>
	<atom:link href="https://www.ict-news.org/tag/cloud-computing/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ict-news.org</link>
	<description>Information &#38; Communication technology world news</description>
	<lastBuildDate>Thu, 20 Apr 2017 08:53:04 +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>Cloud Computing Archives - ICT News</title>
	<link>https://www.ict-news.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Microsoft tools coalesce for serverless computing</title>
		<link>https://www.ict-news.org/microsoft-tools-coalesce-serverless-computing/</link>
					<comments>https://www.ict-news.org/microsoft-tools-coalesce-serverless-computing/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Thu, 20 Apr 2017 08:53:04 +0000</pubDate>
				<category><![CDATA[google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[PaaS]]></category>
		<guid isPermaLink="false">https://www.ict-news.org/?p=7736</guid>

					<description><![CDATA[<p>Microsoft tools coalesce for serverless computing Azure Functions, Logic Apps, Azure Stack, and .Net come together for the next stage of PaaS both in the cloud and on-premises Microsoft’s adoption of serverless computing is a big piece of Azure maturing as a platform. There’s a lot going on here, as architectures and services evolve to take advantage of the unique [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/microsoft-tools-coalesce-serverless-computing/">Microsoft tools coalesce for serverless computing</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>Microsoft tools coalesce for serverless computing</h1>
<h2>Azure Functions, Logic Apps, Azure Stack, and .Net come together for the next stage of PaaS both in the cloud and on-premises</h2>
<p>Microsoft’s adoption of <a href="http://www.infoworld.com/article/3175761/serverless-computing-freedom-for-devs-at-last.html">serverless computing</a> is a big piece of Azure maturing as a platform. There’s a lot going on here, as architectures and services evolve to take advantage of the unique capabilities of the <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> and we as users and developers migrate away from traditional server architectures.</p>
<p>Mark Russinovich, Microsoft’s CTO of Azure, has a distinct view on the evolution of <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> as a platform. “Infrastructure as a service [IaaS] is table stakes,” he said at an Azure Serverless computing event at Microsoft’s Redmond, Wash., headquarters last week, “Platform as a service [PaaS] is the next step, offering runtimes and developing on them, an API and an endpoint, where you consume services.” That’s where we are today, where we still define the resources we use when we build cloud applications.</p>
<aside class="fakesidebar"><strong>[ A developer’s guide: <a href="http://www.infoworld.com/article/3175761/cloud-computing/serverless-computing-freedom-for-devs-at-last.html#tk.ifw-infsb">Get started with serverless computing</a>. | <a href="http://www.infoworld.com/article/3161191/paas/microsoft-azure-functions-locks-in-on-serverless-computing.html#tk.ifw-infsb">Microsoft Azure Functions locks in on serverless computing</a>. | <a href="http://www.infoworld.com/article/3165484/build-em-now-5-uses-for-serverless-frameworks.html#tk.ifw-infsb">Build ’em now! 5 uses for serverless frameworks</a>. ]</strong></aside>
<p>Then comes serverless <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">computing</span></span>. “Serverless is the next generation of computing, the point of maximum value,” Russinovich said.</p>
<p>What he’s talking about is abstracting applications from the underlying servers, where code is event-driven and scales on demand, charged by the operation rather than by the resources used. As he said, “I don’t have to worry about the servers. The platform gives me the resources as I need them.” That’s the real definition of serverless computing: The servers and OS are still there, but as a user and a developer you don’t need to care about them.</p>
<aside class="nativo-promo smartphone"></aside>
<h3>Serverless computing is the next phase of virtualization</h3>
<p>You can look at it as a logical evolution of virtualization. As the public cloud has matured, it’s gone from one relatively simple type of virtual machine and one specific type of underlying hardware to specialized servers that can support IaaS implementations for all kinds of use cases, such as high-performance computing servers with massive GPUs for parallel processing and for scientific computing working with numerical methods, or such as arrays of hundreds of tiny servers powering massive web presences.</p>
<p>That same underlying flexibility powers the current generation of PaaS, where applications and code run independently of the underlying hardware while still requiring you to know what the underlying servers can do. To get the most out of PaaS (that is, to get the right fit for your code), you still need to choose servers and storage.</p>
<p>With serverless computing, you can go a step further, concentrating on only the code you’re running, knowing that it’s ephemeral and you’re using it to process and route data from one source to another application. Microsoft’s serverless implementations have an explicit lifespan, so you don’t rely on them being persistent, only on them being there when you need them. If you try to use a specific instance outside that limited life, you get an error message because the application and its hosting container will be gone.</p>
<h3>Three serverless computing models</h3>
<p>Nir Mashkowski, principal group manager for Azure App Service, noted three usage patterns for Azure’s serverless offerings.</p>
<aside class="nativo-promo tablet desktop"></aside>
<p>The first, and most common, pattern is what he calls “brownfield” implementations. They are put together by enterprises as part of an overall cloud application strategy, using <a href="http://www.infoworld.com/article/3161191/microsoft-azure-functions-locks-in-on-serverless-computing.html">Azure Functions</a> and Logic Apps as an integration tool, linking old apps and new and on-premises systems and cloud.</p>
<p>The second pattern is greenfield implementations, which are typically the province of startups, using Azure Functions as part of a back-end platform—that is, as switches and routers moving data from one part of an application to another.</p>
<p>The third pattern is for internet of things applications. It is a combination of the two, using Azure Functions to handle signals from <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">devices</span></span>, triggering actions in response to specific inputs.</p>
<p>For enterprises wanting a quick on-ramp to serverless <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">computing</span></span>, Azure Functions’ closely related sibling Logic Apps is an intriguing alternative. Drawing on the same low-code foundations as the more <a href="http://www.infoworld.com/article/3185748/business-analysts-go-no-code-with-microsoft-powerapps.html">business-focused Flow</a>, it gives you a visual designer with support for conditional expressions and loops. (You can even can run the designer inside Visual Studio.)</p>
<p>Like Azure Functions, Logic Apps is event-triggered and can be used to coordinate a sequence of Azure functions. Wrapping serverless code in a workflow adds more control, especially if it’s used to apply conditions to a trigger—for example, launching one function if a trigger is at the low end of a range of values, another if it’s at the high end.</p>
<h3>In the cloud and on-premises: Portable serverless computing</h3>
<p>Russinovich described three organizations working with serverless computing:</p>
<ul>
<li>Accuweather uses it to handle its server logs, replicating them between datacenters and handing them off to analysis tools.</li>
<li>Similarly, Plexure, a marketing company, uses it to handle feeds from point-of-sale systems, replacing a complex stack of tools with a workflow that drives information from one service to the next.</li>
<li>At the other end of the scale, the Missing Children Society of Canada used Logic Apps to build a bot that could bring research about missing kids together from various sources, including social media, in a project that took a mere four days to deliver.</li>
</ul>
<p>One of the more interesting aspects of both Azure Functions and Logic Apps is that they’re not limited to running purely in the cloud. Functions themselves can be developed and tested locally, with full support in Visual Studio, and both Azure Functions and Logic Apps will be supported by on-premises Azure Stack hybrid cloud systems.</p>
<p>Inside the Azure datacenters, its serverless options are all containerized for rapid deployment. That same <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">model</span></span> will come to your own servers, with Azure Functions able to run on any server, taking advantage of containers for rapid deployment.</p>
<p>Currently, Azure Functions is based on the full .Net Framework release, so there’s a minimum requirement of Windows <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">Server</span></span> Core as a host. But that’s going to change over the next few months with an open source release based on <a href="http://www.infoworld.com/article/3180478/net-framework-or-net-core-when-to-use-which.html">.Net Core and the upcoming .Net Standard 2.0</a> libraries. With those in hand, you’ll be able to run Azure Functions in containers based on Windows Server Nano, as well as on .Net Core running on Linux. You’ll be able to migrate code from on-premises to hybrid <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> and to the public cloud depending on the workload and on the billing model you choose.</p>
<p>Such a cross-platform serverless solution that runs locally and in the cloud starts looking very interesting, giving you the tools to build and test on-premises,then scale up to running on Azure (or even on Linux servers running on Amazon Web Services).</p>
<p>There’s a lot to be said for portability, and by working with REST and JSON as generic input and output bindings, Microsoft’s containerized serverless implementation appears to avoid the cloud lock-in of its AWS and Google competitors while still giving you direct links to Azure services.</p>
<p>&nbsp;</p>
<p>By <a href="http://www.infoworld.com/author/Simon-Bisson/" rel="author">Simon Bisson</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/microsoft-tools-coalesce-serverless-computing/">Microsoft tools coalesce for serverless computing</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/microsoft-tools-coalesce-serverless-computing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft&#8217;s new software tool helps enterprises evaluate cloud move</title>
		<link>https://www.ict-news.org/microsofts-new-software-tool-helps-enterprises-evaluate-cloud-move/</link>
					<comments>https://www.ict-news.org/microsofts-new-software-tool-helps-enterprises-evaluate-cloud-move/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Fri, 14 Apr 2017 08:00:38 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Hybrid Cloud]]></category>
		<guid isPermaLink="false">https://www.ict-news.org/?p=7717</guid>

					<description><![CDATA[<p>Microsoft&#8217;s new software tool helps enterprises evaluate cloud move All customers can now access the Azure hybrid use discounts previously limited to companies that had enterprise agreements with Microsoft IT professionals who want help getting a handle on a potential cloud migration have a new tool from Microsoft. The company is offering a Cloud Migration Assessment service that walks customers [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/microsofts-new-software-tool-helps-enterprises-evaluate-cloud-move/">Microsoft&#8217;s new software tool helps enterprises evaluate cloud move</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>Microsoft&#8217;s new software tool helps enterprises evaluate cloud move</h1>
<h2>All customers can now access the Azure hybrid use discounts previously limited to companies that had enterprise agreements with Microsoft</h2>
<p>IT <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">professionals</span></span> who want help getting a handle on a potential cloud migration have a new tool from Microsoft. The company is offering a <a href="https://info.microsoft.com/cloud-migration-assessment.html" target="_blank">Cloud Migration Assessment</a> service that walks customers through an evaluation of the resources they currently use, in order to determine what a move to the cloud would cost.</p>
<p>Microsoft’s cost calculation is driven in part by the <a href="https://azure.microsoft.com/en-us/pricing/hybrid-use-benefit/" target="_blank">Azure Hybrid Use Benefit</a>, which lets customers apply their existing Windows Server licenses with Software Assurance to virtual machines running in Microsoft’s cloud. That means customers only have to pay the base price for the compute resources they use.</p>
<aside class="fakesidebar"><strong>[ Jump into Microsoft’s drag-and-drop machine learning studio: <a href="http://www.infoworld.com/article/3147923/artificial-intelligence/get-started-with-azure-machine-learning.html#tk.ifw-infsb">Get started with Azure Machine Learning</a>. | The InfoWorld review roundup: <a href="http://www.infoworld.com/article/3068519/artificial-intelligence/review-6-machine-learning-clouds.html#tk.ifw-infsb">AWS, Microsoft, Databricks, Google, HPE, and IBM machine learning in the cloud</a>. ]</strong></aside>
<p>Also starting Wednesday, all customers can invoke the discount from the Azure Management Portal. In the past, this type of deployment of discounted virtual machine images was limited to companies who have enterprise agreements with Microsoft. Others had to use Azure PowerShell to configure the discounts.</p>
<p>The moves are part of Microsoft’s overall push to get its <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">enterprise</span></span> customers to move more of their workloads from on-premises servers to the Azure public cloud. The tech titan has been emphasizing tools for running hybrid cloud configurations for quite some time.</p>
<div class="teads-inread sm-screen">
<div class="teads-ui-components-label"></div>
<div id="teads0" class="teads-player"></div>
</div>
<aside class="nativo-promo smartphone"></aside>
<p>“In the past year, we’ve seen lots of other vendors also starting to talk about hybrid and realizing that it’s central to the vast majority of organizations’ IT strategies,” Julia White, Microsoft’s corporate vice president for Azure marketing, said. “And this push here, whether it be the migration tools or in general, better amplifying and clarifying our hybrid capabilities, is all in the essence of recognizing that [hybrid] is the approach for most <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">customers</span></span>, and it needs to be done in a way that can be durable.”</p>
<p>The Cloud Migration Assessment tool lets users manually enter the compute, networking and storage resources that they’re already using, or import the same information from an Excel file that’s either user-composed or generated by the Microsoft Assessment and Planning Toolkit.</p>
<p>Microsoft’s tool takes that information and provides users with a graph that shows them a model for the costs of continuing to run a <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">data center</span></span>, along with how much they’ll pay for running the same workloads in Azure. The tool offers a set of default assumptions about how much an on-premises deployment costs, but customers who have information about the costs associated with their environment can input those, instead.</p>
<p>In order to get access to the tool, users have to hand over their name, contact information, and the name of their company. Microsoft will use that to follow up with users about their experience, and will also work to connect those companies with partner businesses that can help with migration if that makes sense.</p>
<aside class="nativo-promo tablet desktop"></aside>
<p>“Much like Microsoft in general, we remain very partner-led,” White said. “And so, when we can match a great partner with a <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">customer</span></span> that needs them, that’s what we aim to do.”</p>
<p>On top of all this, Microsoft also announced that its Azure Site Recovery migration tool will be updated in the coming weeks so that users can more easily use AHUB discounts when migrating from other environments. When that update goes through, users will be able to “tag” Windows Server VMs that they’re migrating for hybrid use discounts. That may entice people to move their Windows Server virtual machines from AWS and on-premises hardware into Azure by making it easier to do so.</p>
<p>&nbsp;</p>
<p>By <a href="http://www.infoworld.com/author/Blair-Hanley-Frank/" rel="author">Blair Hanley Frank</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&#8217;s Products</a></p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/microsofts-new-software-tool-helps-enterprises-evaluate-cloud-move/">Microsoft&#8217;s new software tool helps enterprises evaluate cloud move</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/microsofts-new-software-tool-helps-enterprises-evaluate-cloud-move/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>13 tips to foil cloud lock-in</title>
		<link>https://www.ict-news.org/13-tips-foil-cloud-lock/</link>
					<comments>https://www.ict-news.org/13-tips-foil-cloud-lock/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Fri, 14 Apr 2017 07:53:58 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[IaaS]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Web Services]]></category>
		<guid isPermaLink="false">https://www.ict-news.org/?p=7714</guid>

					<description><![CDATA[<p>13 tips to foil cloud lock-in Public cloud vendors want your workloads forever. Here&#8217;s how to create a viable exit strategy Last month I noted that the big AWS outage proved one cloud isn&#8217;t enough. This week, I&#8217;d like to go a bit further into the topic and talk about some of the things you can do concretely to embrace [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/13-tips-foil-cloud-lock/">13 tips to foil cloud lock-in</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>13 tips to foil cloud lock-in</h1>
<h2>Public cloud vendors want your workloads forever. Here&#8217;s how to create a viable exit strategy</h2>
<p>Last month I noted that the big <a href="http://www.infoworld.com/article/3176098/cloud-computing/aws-outage-proves-one-cloud-isnt-enough.html">AWS outage proved one cloud isn&#8217;t enough</a>. This week, I&#8217;d like to go a bit further into the topic and talk about some of the things you can do concretely to embrace the <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> without betting the farm.</p>
<p>It&#8217;s not just about outages. Any vendor who has you by the data will eventually extract the maximum value from the relationship. Sometimes the most important question in a business relationship is: &#8220;What&#8217;s your exit strategy?&#8221; Here are my best answers, arranged by cloud type.</p>
<aside class="fakesidebar"><strong>[ <a href="http://www.infoworld.com/article/3146135/cloud-storage/the-cloud-storage-security-gap-and-how-to-close-it.html#tk.ifw-infsb">The cloud storage security gap — and how to close it</a>. | <a href="http://www.infoworld.com/article/3070753/security/5-ways-microsoft-has-improved-sharepoint-security.html#tk.ifw-infsb">5 ways Microsoft has improved SharePoint security</a>. ]</strong></aside>
<h3>For IaaS</h3>
<ol>
<li><strong>Use Docker or a similar solution.</strong> You should have relocatable containers that you can rebuild and deploy at a whim. This is a critical if you want to protect yourself against lock-in.</li>
<li><strong>Avoid direct database integration.</strong> OK, your app needs a store, but no two apps should talk to the same operational store. Those sorts of connections and protocols tend to build a house of cards. You can&#8217;t move anything until you move the database &#8212; but everything goes down once you do, or you end up with a <a href="https://en.wikipedia.org/wiki/Split-brain_(computing)" target="_blank">split brain</a> situation.</li>
</ol>
<h3>For IaaS/PaaS</h3>
<ol start="3">
<li><strong>Implement API/<a href="https://en.wikipedia.org/wiki/Representational_state_transfer" target="_blank">REST</a> integration.</strong> Rest easy that you are connecting over HTTPS and making standard, easily relocatable web calls.</li>
<li><strong>Externalize configuration.</strong> Don&#8217;t hard-code the scheme, server, or domain into your URLs. Anything else that&#8217;s environmental should be externalized.</li>
<li><strong>Use common APIs.</strong> If you&#8217;re using NodeJS and Express or other, similar, well-known APIs, then you&#8217;re pretty safe from vendor lock-in. If you start using platform-provided services, you&#8217;ve got a bigger problem.</li>
</ol>
<h3>For SaaS</h3>
<ol start="6">
<li><strong>Ensure there&#8217;s a standard method for <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">data</span></span> export.</strong> By that I really mean a way that you could feasibly import your data into another system.</li>
<li><strong>Test the method of data export. </strong>That they theoretically let you grab a dump of data isn&#8217;t really that promising. I&#8217;ve seen vendors that offered it, but then the dump feature didn&#8217;t actually work on any kind of reasonable timeline and the data was trash by the time it did.</li>
<li><strong>Favor solutions with well-known, stable REST APIs.</strong> Realistically, you&#8217;re not likely to dump, import, and move all in one shot. You may need some custom <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">glue</span></span> code where you grab and transport.</li>
</ol>
<h3>For everything cloud</h3>
<ol start="9">
<li><strong>Favor open source technologies.</strong> If the core technology, APIs, and functionality are provided by a healthy open source project, you have a lot better chance of leaving if you need to. This means architectural choices (for example, using <a href="https://kafka.apache.org/" target="_blank">Kafka</a> instead of <a href="https://aws.amazon.com/kinesis/" target="_blank">Kinesis</a>).</li>
<li><strong>Avoid dependence on unique cloud vendor technology.</strong> Sometimes your architectural ties are more process than code. These tend to leak into API calls or other operational management procedures. For instance, maybe you don&#8217;t use AWS&#8217; Elastic Map Reduce, because it&#8217;s frankly not the greatest financial deal and it&#8217;s somewhat flakey. Maybe you just shouldn&#8217;t use it because it&#8217;s different from what you&#8217;d use on any other cloud platform.</li>
<li><strong>Use fixed IPs and DNS names tied to your company, not the provider.</strong>Using an IP and a DNS name is sort of internet 101. Having virtual instances that go down and come up with a new IP isn&#8217;t very resilient not to mention relocatable.</li>
<li><strong>Use messaging where possible.</strong> If you can do something on more of a message basis, where a service that&#8217;s down can be tolerated, do that. It means while you are moving you can forward things somewhere else.</li>
<li><strong>Two clouds.</strong> As <a href="http://www.infoworld.com/article/3176098/cloud-computing/aws-outage-proves-one-cloud-isnt-enough.html">I said before</a>, it is easier to move if you start with at least two different vendors. That&#8217;s harder to do with SaaS, but pretty operable with IaaS/PaaS.</li>
</ol>
<p>The bottom line is that you should favor open source, open standards, and open APIs over vendor-specific solutions. Use <a href="http://www.infoworld.com/resources/105693/application-development/the-essential-guide-to-microservices">microservices architecture</a> or at least the principles thereof. Always maintain your cloud provider exit strategy, and you&#8217;ll have a very advantageous relationship with your cloud provider. Always assume your cloud vendor follows the <a href="https://projectsanctuary.com/the_complete_ferengi_rules_of_acquisition.htm" target="_blank">Ferengi Rules of Acquisition</a>.</p>
<p>&nbsp;</p>
<p>By  <span class="fn"><a href="http://www.infoworld.com/author/Andrew-C.-Oliver/" rel="author">Andrew C. Oliver</a>, source by InfoWorld</span></p>
<p>Visit <a href="https://www.ict-hardware.com/">ICT Hardware</a> website to get more information</p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/13-tips-foil-cloud-lock/">13 tips to foil cloud lock-in</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/13-tips-foil-cloud-lock/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft acquires Deis to boost its Kubernetes chops</title>
		<link>https://www.ict-news.org/microsoft-acquires-deis-boost-kubernetes-chops/</link>
					<comments>https://www.ict-news.org/microsoft-acquires-deis-boost-kubernetes-chops/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Tue, 11 Apr 2017 10:06:49 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<guid isPermaLink="false">https://www.ict-news.org/?p=7705</guid>

					<description><![CDATA[<p>Microsoft acquires Deis to boost its Kubernetes chops The deal will help Microsoft better support the Google-originated orchestration system Microsoft is acquiring Deis, a company that makes tools to work with the Kubernetes open-source container orchestration system. The deal, announced Monday, marks Microsoft’s continued interest in container orchestration. Deis creates tools that aim to simplify the development of modern, containerized [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/microsoft-acquires-deis-boost-kubernetes-chops/">Microsoft acquires Deis to boost its Kubernetes chops</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>Microsoft acquires Deis to boost its Kubernetes chops</h1>
<h2>The deal will help Microsoft better support the Google-originated orchestration system</h2>
<p>Microsoft is acquiring Deis, a company that makes tools to work with the Kubernetes open-source container orchestration system. The deal, announced Monday, marks Microsoft’s continued interest in container orchestration.</p>
<p><a href="https://deis.com/" target="_blank">Deis</a> creates tools that aim to simplify the development of modern, containerized applications. Containers allow developers to write an application for an isolated, portable runtime that is supposed to be easily transferrable from a workstation to a server environment.</p>
<p>Tools like Deis’s Workflow, Helm, and Steward are supposed to ease the complex process of managing multi-container applications. They build on top of Kubernetes, the popular open-source container orchestration system that Google released in 2014. Deis plans to continue its contributions to those tools as part of Microsoft, company CTO Gabe Monroy <a href="https://deis.com/blog/2017/deis-to-join-microsoft/" target="_blank">said in a blog post</a>.</p>
<p>Microsoft has invested a great deal already in technology that lets developers create applications that run in Windows and Linux containers. The company expects Deis’ technology to help with the use of those existing tools, according to a <a href="https://blogs.microsoft.com/blog/2017/04/10/microsoft-acquire-deis-help-companies-innovate-containers/#sm.00003nv9nsqf2fcfz2m18iyut6i3t" target="_blank">blog post by Scott Guthrie</a>, the executive vice president of Microsoft’s Cloud and Enterprise division.</p>
<aside class="nativo-promo smartphone"></aside>
<aside class="fakesidebar"><strong>[ Further reading: <a href="http://www.computerworld.com/article/3090125/hybrid-cloud/kubernetes-rolls-out-its-latest-version.html#tk.ctw-infsb#tk.rss_all" target="_blank">Kubernetes rolls out its latest version</a> ]</strong></aside>
<p>&nbsp;</p>
<p>Deis’ Kubernetes expertise will be a key benefit for Microsoft, which has been investing in the popular open-source container orchestration system.</p>
<p>Microsoft acquired the company from Engine Yard, a platform-as-a-service provider that <a href="https://techcrunch.com/2015/06/30/engine-yard-launches-commercial-support-for-deis-docker-based-paas/" target="_blank">previously purchased Deis</a> in 2015. The companies didn’t disclose the terms of the deal.</p>
<p>The news comes roughly a couple months after Microsoft announced the <a href="http://www.computerworld.com/article/3139324/cloud-computing/microsoft-adds-kubernetes-support-to-azure-container-service.html" target="_blank">general availability of Kubernetes</a> in Azure Container Service, its platform-as-a-service offering for containerized applications. Last week, the company also announced the general availability of Azure Container Registry, a service that lets customers store and manage different container images in the cloud.</p>
<p>By  <span class="fn"><a href="http://www.computerworld.com/author/Blair-Hanley-Frank/" rel="author">Blair Hanley Frank</a>, source by <a href="http://www.computerworld.com">ComputerWorld</a></span></p>
<p>Visit <a href="https://www.ict-hardware.com/">ICT Hardware</a> to get more info about <a href="https://www.ict-hardware.com/">Microsoft</a></p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/microsoft-acquires-deis-boost-kubernetes-chops/">Microsoft acquires Deis to boost its Kubernetes chops</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/microsoft-acquires-deis-boost-kubernetes-chops/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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>
		<item>
		<title>Oracle promises IaaS growth as cloud business rises</title>
		<link>https://www.ict-news.org/oracle-promises-iaas-growth-cloud-business-rises/</link>
					<comments>https://www.ict-news.org/oracle-promises-iaas-growth-cloud-business-rises/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Fri, 17 Mar 2017 09:30:06 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[IaaS]]></category>
		<category><![CDATA[Oracle]]></category>
		<guid isPermaLink="false">https://www.ict-news.org/?p=7650</guid>

					<description><![CDATA[<p>SaaS and PaaS are still the stars, though, and its cloud is still dwarfed by AWS&#8217; revenue Oracle’s third quarter financial results continue to show that the company’s future is in the cloud. On Wednesday, the company reported massive growth in its software- and platform-as-a-service businesses, promising further gains as its customers do away with their data centers. The company’s [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/oracle-promises-iaas-growth-cloud-business-rises/">Oracle promises IaaS growth as cloud business rises</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<section class="deck viewability">
<h2>SaaS and PaaS are still the stars, though, and its cloud is still dwarfed by AWS&#8217; revenue</h2>
</section>
<div class="cat-social">
<p>Oracle’s third quarter financial results continue to show that the company’s future is in the cloud. On Wednesday, the <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">company</span></span> <a href="http://investor.oracle.com/financial-news/financial-news-details/2017/Q3-FY17-GAAP-EPS-UP-6-TO-053-and-NON-GAAP-EPS-UP-7-TO-069/default.aspx" target="_blank">reported massive growth</a> in its software- and platform-as-a-service businesses, promising further gains as its customers do away with their <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">data centers</span></span>.</p>
<p>The company’s SaaS and PaaS revenue from December 2016 through February 2017 was a little over $1 billion, up from $583 million during the same period a year prior. Its infrastructure-as-a-service business brought in $178 million during the same period, bringing the company’s total cloud revenue for the quarter to almost $1.2 billion.</p>
<aside class="fakesidebar"><strong>[ Further reading: <a href="http://www.computerworld.com/article/3166965/cloud-computing/as-public-cloud-vendors-race-to-cut-costs-oracle-does-the-opposite.html" target="_blank">Opinion: As public cloud vendors race to cut costs, Oracle does the opposite</a> ]</strong></aside>
<p>IaaS lets customers rent raw compute power for the applications they’re building. PaaS offerings are tailored for particular tasks and include products like Oracle’s Exadata Database Cloud Service, IT Analytics Cloud, Business Intelligence Cloud and Internet of Things Cloud.</p>
<p>All together, the <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> offerings added up to 13 percent of Oracle’s $9.2 billion in total quarterly revenue, up from $9 billion during the same period a year ago. Oracle’s total profit for the quarter was roughly $2.2 billion, up from about $2.1 billion.</p>
<aside class="nativo-promo smartphone"></aside>
<figure class="large "><img loading="lazy" src="http://images.techhive.com/images/article/2017/03/oraclecloudrevenue-100713847-large.jpg" alt="oracle cloud revenue chart" width="700" height="470" border="0" data-imageid="100713847" /><small class="credit">Blair Hanley-Frank</small></figure>
<p>One of the major stories coming out of the <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">enterprise</span></span> tech titan’s financial report on Wednesday is its high expectations for its cloud infrastructure services. Oracle CEO Safra Catz told financial analysts on a conference call that the company’s IaaS business is expected to grow 25 percent to 29 percent year over year, not accounting for an expected negative impact from foreign exchange rates.</p>
<p>That expected growth is driven by interest in IaaS products from Oracle PaaS customers, Catz said. If the company comes through on that promise, it would be a massive spike in growth for <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">a business</span></span> that has seen steady but unimpressive sales gains over the past year.</p>
<p>Customers may be more interested now than before in part because of the company’s <a href="http://www.computerworld.com/article/3122424/cloud-computing/oracles-infrastructure-business-focuses-on-bare-metal-to-go-after-aws.html" target="_blank">Bare Metal Cloud infrastructure offering</a>, introduced at its OpenWorld conference in San Francisco last year. It’s designed to provide customers with the ability to purchase high-performance compute resources from Oracle data centers.</p>
<p>That service is a key part of Oracle’s plan to compete against the bigger players in the <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> industry like Amazon Web Services, Microsoft, IBM and Google Cloud Platform. Oracle Chairman and CTO Larry Ellison called out AWS specifically in the company’s earnings press release on Wednesday.</p>
<p>“Our new Gen2 IaaS is both faster and lower-cost than Amazon Web Services. And now our biggest customers can run their largest and most demanding Oracle database workloads in the Oracle Cloud &#8212; something that is absolutely impossible to do in the Amazon Cloud,” he said.</p>
<p>Drawing direct price comparisons between Oracle Bare Metal Cloud and AWS is difficult, since the companies don’t offer comparable virtual or physical machine shapes.</p>
<p>But Oracle has to deal with reality: Amazon’s latest earnings report showed AWS’s quarterly revenue was more than $3.5 billion, up 47 percent year over year. It’s not a perfect comparison, given the strength of Oracle’s cloud SaaS business and Amazon’s lack of competing products in the ERP, HCM and CRM sector.</p>
<p>But it does highlight one of the major issues with Oracle’s offering: The company’s marquee IaaS offering is late to the game. Even its first-generation Oracle Compute <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">Cloud</span></span> has only been <a href="http://www.infoworld.com/article/3000797/cloud-computing/yes-oracle-is-finally-serious-about-the-cloud.html" target="_blank">on the market since 2015</a>. Compare that to AWS’ Elastic Compute Cloud (EC2), which <a href="https://aws.amazon.com/blogs/aws/amazon_ec2_beta/" target="_blank">launched in 2006</a>.</p>
<p>One of the key issues with the Bare Metal <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">Cloud</span></span> offering is geographic reach. Right now, it’s only available from a single region, the U.S. southwest. Oracle has promised additional (and increasingly rapid) expansion of its physical footprint.</p>
<p>Meanwhile, AWS has 16 cloud regions, Azure has 34, and Google has 6. All of those providers have plans to launch several more over the course of this year. (It’s not a perfect comparison, since Oracle’s first-generation IaaS offering is available in other regions and competitors like Azure don’t strictly follow Oracle’s model of three availability domains per region.)</p>
<p>Broad geographic availability is important for reducing application latency for customers outside the U.S., in addition to satisfying data residency compliance requirements for customers in other countries.</p>
<p>Oracle CTO Larry Ellison said that he expects increased cloud growth over the next five years as the company’s database <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">customers</span></span> continue to move away from on-premises technology deployments.</p>
<p>By <a href="http://www.computerworld.com/author/Blair-Hanley-Frank/" rel="author">Blair Hanley Frank</a>, source by <a href="http://www.computerworld.com">ComputerWorld</a></p>
<p>Visit <a href="https://www.ict-hardware.com/">ICT Hardware</a> website for more info</p>
</div>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/oracle-promises-iaas-growth-cloud-business-rises/">Oracle promises IaaS growth as cloud business rises</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/oracle-promises-iaas-growth-cloud-business-rises/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>HPE refocuses tech services group on cloud, big data</title>
		<link>https://www.ict-news.org/hpe-refocuses-tech-services-group-cloud-big-data/</link>
					<comments>https://www.ict-news.org/hpe-refocuses-tech-services-group-cloud-big-data/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Fri, 03 Mar 2017 10:55:46 +0000</pubDate>
				<category><![CDATA[HP]]></category>
		<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Digital Transformation]]></category>
		<category><![CDATA[IT Outsourcing]]></category>
		<guid isPermaLink="false">https://newsroom.ict-hardware.com/?p=7514</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://www.ict-news.org/hpe-refocuses-tech-services-group-cloud-big-data/">HPE refocuses tech services group on cloud, big data</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<section class="container-wrap  main-color "  style="padding-top:40px;padding-bottom:40px" ><div class="section-container container"><div class="vc_row vc_row-fluid row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="kleo_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<section class="deck viewability">
<h2>The new Pointnext group will help customers adopt emerging technologies</h2>
</section>
<p>Hewlett Packard Enterprise has revamped its technology services unit to focus on helping customers adopt emerging technologies, including cloud computing, the internet of things, and big data.</p>
<p>HPE&#8217;s new Pointnext technology services division, <a href="http://www.marketwired.com/press-release/hewlett-packard-enterprise-redefines-technology-services-organization-pointnext-nyse-hpe-2199987.htm">announced Thursday</a>, is designed to help businesses speed up their adoption of several technologies, also including hybrid IT services and analytics, the company said. HPE announced the rebranded services unit with <a href="https://www.hpe.com/us/en/services.html">an &#8220;unboxing&#8221; video</a>.</p>
<div class="unruly_in_article_placement">
<div class="unruly_ia_furniture">The revamped technology services unit is designed to meet customer needs as digital transformation is &#8220;driving an incredible pace of change&#8221; in the IT industry, Antonio Neri, executive vice president and general manager of the HPE Enterprise Group, said in a press release.</div>
</div>
<p>HPE Pointnext combines HPE&#8217;s consulting and <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">support</span></span> organizations in one group under general manager Ana Pinczuk, former chief product officer at Veritas. HPE <a href="https://www.hpe.com/us/en/newsroom/news-archive/featured-article/2017/02/Ana-Pinczuk-Joins-HPE-to-Lead-Technology-Services.html">announced her hiring</a> last month.</p>
<aside class="nativo-promo smartphone"></aside>
<p>Pointnext will use HPE&#8217;s 25,000 <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">technology</span></span> services specialists in 80 countries to help business with digital transformations, the company said.</p>
<p>Crawford Del Prete, an enterprise computing analyst at IDC, called the announcement a relaunch and rebranding of HPE&#8217;s tech services group.</p>
<p dir="auto">The announcement comes after HPE&#8217;s <a href="http://www.csc.com/investor_relations/press_releases/137152-csc_announces_merger_with_enterprise_services_segment_of_hewlett_packard_enterprise_to_create_global_it_services_leader">announcement of a merger</a> of its separate enterprise services unit with CSC, he noted.</p>
<p>Technology services have been &#8220;a bright spot in HPE&#8217;s portfolio, and with the spin-merge of professional services to CSC, will be the focus of HPE&#8217;s services in the future,&#8221; he said via email.</p>
<p>&nbsp;</p>
<p>By <span class="fn"><a href="http://www.computerworld.com/author/Grant-Gross/" rel="author">Grant Gross</a>, source by <a href="http://www.computerworld.com">ComputerWorld</a></span></p>
<p>Visit <a href="http://www.computerworld.com">ICT Hardware</a> website to get more info about <a href="http://www.computerworld.com">HP Products</a></p>
<div class="ad viewability"></div>

		</div> 
	</div> </div></div></div></div></div></section><!-- end section -->
<p>The post <a rel="nofollow" href="https://www.ict-news.org/hpe-refocuses-tech-services-group-cloud-big-data/">HPE refocuses tech services group on cloud, big data</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/hpe-refocuses-tech-services-group-cloud-big-data/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google’s new cloud service is a unique take on a database</title>
		<link>https://www.ict-news.org/googles-new-cloud-service-unique-take-database/</link>
					<comments>https://www.ict-news.org/googles-new-cloud-service-unique-take-database/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Wed, 15 Feb 2017 10:16:11 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Data Center]]></category>
		<guid isPermaLink="false">https://newsroom.ict-hardware.com/?p=7493</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://www.ict-news.org/googles-new-cloud-service-unique-take-database/">Google’s new cloud service is a unique take on a database</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<section class="container-wrap  main-color "  style="padding-top:40px;padding-bottom:40px" ><div class="section-container container"><div class="vc_row vc_row-fluid row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="kleo_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<section class="deck viewability">
<h2>Cloud Spanner provides users with a highly available database running on Google&#8217;s infrastructure</h2>
</section>
<div class="ad viewability">
<p>Google has turned a <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">database</span></span> service that it uses to run some of its mission-critical products into an offering for its public cloud customers.</p>
<p>On Tuesday, the company launched Cloud Spanner, a new fully managed database that’s supposed to provide the transactional consistency of a traditional database plus the scalability and performance of a NoSQL database. It’s based on the same <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">systems</span></span> that run the company’s own Spanner database internally.</p>
<p>Usually, businesses have to pick either a traditional or a NoSQL database, and each comes with particular <a href="http://www.computerworld.com/article/2495943/database-administration/foundationdb-aims-to-consolidate-nosql.html">trade-offs</a>. Traditional <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">databases</span></span> provide better transactional consistency, but can be hard to scale. NoSQL databases are better at scaling but sacrifice consistency.</p>
<p>Cloud Spanner is designed to reduce those trade-offs, and it&#8217;s also delivered as a fully managed service. Among other things, that means Google will manage hardware, software and replication of content for a database that can span multiple data centers.</p>
<aside class="nativo-promo smartphone"></aside>
<p>The service will be useful for companies that need millisecond-level consistency in their databases worldwide, according to Nick Heudecker, a research director at Gartner. In an interview, he called out financial services and advertising as two industries that might benefit from Cloud Spanner.</p>
<p>Heudecker did point out that the service will require <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">companies</span></span> to port existing applications, which may prove challenging. Google is working with partners to help customers move over, according to Deepti Srivastava, the product manager for Cloud Spanner.</p>
<p>Cloud Spanner has generated more interest than most new Google services, based on response to a closed alpha test, Srivastava said.</p>
<p>Cloud Spanner grew out of a project that began in 2007, when a team of Google employees set out to solve the problem of choosing between NoSQL and traditional databases. That led to a paper, published in 2012, describing the company’s Spanner database, which uses a number of novel techniques, including atomic and GPS clocks inside data centers to maintain time consistency.</p>
<aside class="nativo-promo tablet desktop"></aside>
<p>Spanner is used to operate Google services like AdWords and Google Play. According to the company, it can handle tens of millions of queries per second.</p>
<p>That pedigree is a feature of Cloud Spanner that appealed to Peter Bakkum, the platform lead at Quizlet. The education software company, which offers a popular set of study tools for students, is evaluating how to scale its database infrastructure.</p>
<p>Quizlet has been testing Cloud Spanner since the closed alpha phase and may end up using the service to replace its existing setup of MySQL databases. Refactoring Quizlet’s applications to use Cloud Spanner will require work, but that&#8217;s true of all the possible upgrade paths, Bakkum said.</p>
<p>“We need a fundamentally different architecture to do scaling, and any of those solutions have a difficult migration path,” he said.</p>
<p>Cloud Spanner’s popularity may be throttled somewhat by Google’s position in the cloud market. While the company has been aggressive in releasing new capabilities and improving its services to attract new customers, its use still lags behind that of Amazon Web Services and Microsoft Azure.</p>
<p>Using <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">Cloud</span></span> Spanner means bringing data to Google’s cloud platform and building an application that targets it. While some companies are comfortable working with multiple cloud providers, not all of them are.</p>
<p>That said, Gartner&#8217;s Heudecker said Google is the only major cloud provider offering a product like this one and it will be hard for rivals to catch up.</p>
<p>“Cloud Spanner is not just software,” Heudecker said. “It is the union of software, hardware — in the form of atomic clocks in Google’s <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">data</span></span> centers — and an incredibly robust network connecting their data centers together. So it’s not just writing code. It’s a lot of investment and a lot of operational expertise that Google excels at.”</p>
<p>Right now, <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">Cloud</span></span> Spanner instances can only exist in one of Google&#8217;s cloud regions, though they&#8217;ll be replicated across multiple availability zones inside those regions. In the future, Cloud Spanner customers will be able to have one database that&#8217;s kept in sync across multiple regions.</p>
<p>By <a href="http://www.computerworld.com/author/Blair-Hanley-Frank/" rel="author">Blair Hanley Frank</a>, source by <a href="https://www.ict-hardware.com/">Computer World</a></p>
<p>Visit <a href="https://www.ict-hardware.com/">ICT Hardware</a></p>
</div>

		</div> 
	</div> </div></div></div></div></div></section><!-- end section -->
<p>The post <a rel="nofollow" href="https://www.ict-news.org/googles-new-cloud-service-unique-take-database/">Google’s new cloud service is a unique take on a database</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/googles-new-cloud-service-unique-take-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Analysts peer into Microsoft&#8217;s rumored Windows 10 Cloud</title>
		<link>https://www.ict-news.org/analysts-peer-microsofts-rumored-windows-10-cloud/</link>
					<comments>https://www.ict-news.org/analysts-peer-microsofts-rumored-windows-10-cloud/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Tue, 14 Feb 2017 09:33:00 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[PCs]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://newsroom.ict-hardware.com/?p=7487</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://www.ict-news.org/analysts-peer-microsofts-rumored-windows-10-cloud/">Analysts peer into Microsoft&#8217;s rumored Windows 10 Cloud</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<section class="container-wrap  main-color "  style="padding-top:40px;padding-bottom:40px" ><div class="section-container container"><div class="vc_row vc_row-fluid row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="kleo_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<section class="deck viewability">
<h2>They agree that Cloud is most likely meant to take on Chromebooks</h2>
</section>
<div class="ad viewability">
<p>Talk of a new version of Windows 10, dubbed &#8220;Cloud,&#8221; surfaced last week as eagle-eyed bloggers uncovered clues in a recent beta and preliminary code leaked to the Internet.</p>
<p>It was unclear what purpose another <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">edition</span></span> would serve, but because <a href="https://mspoweruser.com/early-version-of-windows-10-cloud-leaks/" target="_blank">it will apparently run <i>only</i> Universal Windows Platform (UWP) apps</a> obtained from Microsoft&#8217;s store, many assumed that Windows 10 Cloud would play rival to Google&#8217;s Chrome OS, the browser-based operating system for Chromebook personal computers.</p>
<aside class="fakesidebar"><strong>[ Related: <a href="http://www.computerworld.com/article/3155816/microsoft-windows/fix-windows-10-problems-with-these-free-microsoft-tools.html#tk.ctw-infsb">Fix Windows 10 problems with these free Microsoft tools</a> ]</strong></aside>
<p>Chromebooks have gained ground in education, where their low cost &#8212; both in device price and in managing those devices &#8212; has been irresistible to many schools. In response, <a href="http://www.computerworld.com/article/3154984/windows-pcs/battle-lines-drawn-as-chromebooks-windows-pcs-renew-rivalry-at-ces.html">Microsoft joined forces with chip maker Qualcomm</a> to announce that the former&#8217;s partners would market Windows <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">PCs</span></span> powered by ARM-based silicon later this year. For its part, Microsoft will craft a version of Windows 10 for ARM chips.</p>
<p>The leaked build of Windows 10 Cloud, however, runs on Intel processors.</p>
<aside class="nativo-promo smartphone"></aside>
<p>&#8220;I see this as an effort to offer a simpler experience and in the process, better battle Chromebooks,&#8221; said Patrick Moorhead, principal analyst at More Insights &amp; Strategy, via email.</p>
<p>&#8220;My take is that [Microsoft is] trying to address the low-end Chromebook market,&#8221; concurred Bob O&#8217;Donnell, chief analyst at Technalysis Research, when asked about Windows 10 Cloud. Microsoft, he contended, sees Chromebooks and Chrome OS as &#8220;a real threat and concern&#8221; to its Windows business, if not overall then within the education segment.</p>
<p>But O&#8217;Donnell also wondered how Microsoft could successfully compete with Chrome OS and Chromebooks, even if it wielded weapons like Windows 10 Cloud and/or Windows 10 on ARM. &#8220;The thing that&#8217;s confusing and hard to figure out why Microsoft keeps [going after Chromebooks] is that part of the reason why Chromebooks have done well is that they&#8217;re so much <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">easier</span></span> for the back end and admin side. And Microsoft doesn&#8217;t have an answer to that,&#8221; O&#8217;Donnell said.</p>
<p>&#8220;They&#8217;re trying to address a problem, but from the wrong perspective,&#8221; he added.</p>
<aside class="nativo-promo tablet desktop"></aside>
<p>Because the details of Windows 10 Cloud were so sketchy, it was impossible for the analysts to offer an opinion on its technical merits. But O&#8217;Donnell hoped Microsoft would not repeat the mistake that laid low a predecessor, 2012&#8217;s Windows RT.</p>
<p>&#8220;Windows 10 on ARM will run x86 apps,&#8221; O&#8217;Donnell observed, referring to the traditional Windows applications designed for Intel processors. (Windows 10 on ARM will execute x86 programs using a hardware-based emulator.) &#8220;If they are limiting [Windows 10 Cloud] to just [UWP] Windows Store apps, it will be a challenge. The lack of x86 is what killed Windows RT more than anything else.&#8221;</p>
<p>Moorhead was more optimistic, even if Windows 10 Cloud <i>is</i> limited to UWP apps.</p>
<p>&#8220;I don&#8217;t see this as a repeat of Windows RT, but &#8230; it does share the notion of a very controlled and tighter ecosystem,&#8221; Moorhead said. &#8220;The Windows 10 app store is much larger than that of Windows 8 so, even if the rumors are true, [Microsoft is] in a much better position.&#8221;</p>
<p>By <span class="fn"><a href="http://www.itworld.com/author/Gregg-Keizer/" rel="author">Gregg Keizer</a>, source <a href="http://www.computerworld.com">Computer World</a></span></p>
<p>Visit <a href="https://www.ict-hardware.com/">ICT Hardware </a>website to see more <a href="https://www.ict-hardware.com/">Microsoft Products</a></p>
</div>

		</div> 
	</div> </div></div></div></div></div></section><!-- end section -->
<p>The post <a rel="nofollow" href="https://www.ict-news.org/analysts-peer-microsofts-rumored-windows-10-cloud/">Analysts peer into Microsoft&#8217;s rumored Windows 10 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/analysts-peer-microsofts-rumored-windows-10-cloud/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cisco grows cloud menu, brings Microsoft Azure Stack into UCS</title>
		<link>https://www.ict-news.org/cisco-grows-cloud-menu-brings-microsoft-azure-stack-ucs/</link>
					<comments>https://www.ict-news.org/cisco-grows-cloud-menu-brings-microsoft-azure-stack-ucs/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Mon, 13 Feb 2017 08:36:18 +0000</pubDate>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Data Center]]></category>
		<guid isPermaLink="false">https://newsroom.ict-hardware.com/?p=7479</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://www.ict-news.org/cisco-grows-cloud-menu-brings-microsoft-azure-stack-ucs/">Cisco grows cloud menu, brings Microsoft Azure Stack into UCS</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<section class="container-wrap  main-color "  style="padding-top:40px;padding-bottom:40px" ><div class="section-container container"><div class="vc_row vc_row-fluid row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="kleo_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h2>Cisco integrates Microsoft Azure Stack into its Unified Computing System.</h2>
<p>Cisco today said it would expand its hybrid cloud offerings by integrating Microsoft Azure Stack into its Unified Computing System.</p>
<p>The turnkey package, officially known as the Cisco Integrated Solution for Microsoft Azure Stack, grows Cisco’s Microsoft portfolio and let <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">application developers</span></span> and IT managers more easily deploy, manage and grow enterprise applications.</p>
<p>Azure Stack expands Cisco’s hybrid cloud offerings for customers who want the advantages of a single API for private and public cloud applications.</p>
<aside class="nativo-promo smartphone"></aside>
<p>“We can now offer customers a spectrum of choices, which includes Cisco Metapod and Cisco One Enterprise cloud suite for their hybrid cloud initiatives. Our Business Cloud Advisor will assist customers who have questions about the appropriate cloud strategy and we will add Azure Stack as one of these options when [the product is available in later this year],” Cisco stated.</p>
<p>Cisco currently offers its <a href="http://www.networkworld.com/article/2896712/cloud-computing/microsoft-and-cisco-offer-a-cloudinabox.html">Cloud Architecture for the Microsoft Cloud</a> Platform package which is used to set up infrastructure, platform and software services. The package combines Microsoft&#8217;s Windows Azure Pack, which is software for setting up cloud services, with Cisco&#8217;s Application Centric Infrastructure, a set of switches and supporting software.</p>
<p>Microsoft and Cisco have <a href="https://newsroom.cisco.com/press-release-content?type=webcontent&amp;articleId=1458303">had a partnership since 2014</a> to develop products and services designed to “modernize data centers.”</p>
<p>Cisco says the new offering is targeted at customers who want the ability to develop applications using the same API’s locally as they would in Microsoft Azure will want to invest in this solution.   Also, those who want to run Azure within their own datacenter should strongly consider Azure Stack. “We think customers that desire a complete Microsoft software stack from the operating system up to applications will select Azure Stack as their hybrid cloud of choice,” Cisco stated.</p>
<p>So why would a customer run a <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> service offering in their own datacenter? Cisco stated: “Service Providers and hosting providers want to enable Azure Stack to host the workloads of end user clients and offer Azure Services to assist with Application development and deployment.  Enterprise customers want to re-architect applications, taking advantage of Azure Services, to lower the time and cost to update and maintain them.  They also want to be able to deploy these applications to geographies and industries where the customer is prohibited from placing data into a public cloud.  It is this ability to deliver these new services that is most appealing.”</p>
<p>Rolled out in 2009, <a href="https://www.cisco.com/c/dam/en/us/products/collateral/servers-unified-computing/idc-business-value.pdf">Cisco’s UCS</a> is at its heart an (x86) architecture data center server platform composed of computing hardware, <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">virtualization</span></span> support, switching fabric and management software.</p>
<p>The basic building block of the Cisco Azure package includes is the C240 M4L rack server and will be orderable in a 4-node or 12 node cluster.  Cisco says it will also offer a 1-node additional node configuration that will enable a customer who may start with a 4-node cluster to scale in one node increments up to 12 total nodes in a cluster.  A pair of Gen 3 Fabric Interconnects would complete the initial cluster configuration.</p>
<p><a href="http://www.networkworld.com/article/3037483/cloud-computing/truly-understanding-microsoft-s-azure-stack.html">Azure Stack is Microsoft’s</a> Azure cloud package for data center development an includes Microsoft’s Hyper-V, Windows and storage support.</p>
<p>Cisco Integrated System for Microsoft Azure Stack is planned to be available in Q3 2017. The cost varies monthly depending on the number of server nodes and the number of Azure services that the customer uses, Cisco stated.</p>
<p>By <span class="fn"><a href="http://www.networkworld.com/author/Michael-Cooney/" rel="author">Michael Cooney</a>, source by <a href="http://www.networkworld.com">Network World</a></span></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/">Cisco Products</a></p>

		</div> 
	</div> </div></div></div></div></div></section><!-- end section -->
<p>The post <a rel="nofollow" href="https://www.ict-news.org/cisco-grows-cloud-menu-brings-microsoft-azure-stack-ucs/">Cisco grows cloud menu, brings Microsoft Azure Stack into UCS</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/cisco-grows-cloud-menu-brings-microsoft-azure-stack-ucs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
