<?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>kubernetes &#8211; Giovanni F. Mazzeo De Santolo</title>
	<atom:link href="https://desantolo.com/tag/kubernetes/feed/" rel="self" type="application/rss+xml" />
	<link>https://desantolo.com</link>
	<description>That italian IT guy</description>
	<lastBuildDate>Sun, 08 Jan 2017 23:21:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
<site xmlns="com-wordpress:feed-additions:1">123042357</site>	<item>
		<title>A comprehensive list of hypervisors and cloud platforms</title>
		<link>https://desantolo.com/2017/01/comprehensive-list-of-hypervisors-and-cloud-platforms-opensource-free/</link>
					<comments>https://desantolo.com/2017/01/comprehensive-list-of-hypervisors-and-cloud-platforms-opensource-free/#respond</comments>
		
		<dc:creator><![CDATA[Giovanni]]></dc:creator>
		<pubDate>Sun, 08 Jan 2017 23:21:11 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[cloudslang]]></category>
		<category><![CDATA[cockpit]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[kontena]]></category>
		<category><![CDATA[kubernetes]]></category>
		<category><![CDATA[mirantis]]></category>
		<category><![CDATA[panamax]]></category>
		<category><![CDATA[portainer]]></category>
		<category><![CDATA[proxmox]]></category>
		<category><![CDATA[rancher]]></category>
		<category><![CDATA[shipyard]]></category>
		<category><![CDATA[smartos]]></category>
		<guid isPermaLink="false">https://desantolo.com/?p=477</guid>

					<description><![CDATA[In my last post I discussed Proxmox and SmartOS as possible alternatives to ditching vmware ESXi for my homelab. Given the amount of information that is out there on the internet and that I spent quite a few hours trying &#8230; <a href="https://desantolo.com/2017/01/comprehensive-list-of-hypervisors-and-cloud-platforms-opensource-free/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>In my last post I discussed <a href="https://desantolo.com/2017/01/virtualization-hypervisor-docker-containers-all-in-one/">Proxmox and SmartOS as possible alternatives to ditching vmware ESXi</a> for my homelab.</p>
<p>Given the amount of information that is out there on the internet and that I spent quite a few hours trying to find other open source projects / cloud platforms that could be other alternatives, I thought why not make a post linking to all the platforms I have come across during my search, this way it will help someone else to simply click thru opening new tabs.<br />
<span id="more-477"></span></p>
<div class="wpe-box wpe-box-note">
<p style="text-align: right;">List last updated 01/08/2017</p>
</div>
<p>The hypervisors (they only support VMs):</p>
<ul>
<li><a href="http://www.vmware.com/products/esxi-and-esx.html">vmware ESXi</a></li>
<li><a href="http://xenserver.org/">XenServer</a></li>
<li><a href="https://www.oracle.com/virtualization/vm-server-for-x86/index.html">Oracle VM</a> (based off Xen server project above)</li>
<li><a href="https://technet.microsoft.com/en-us/library/mt169373%28v=ws.11%29.aspx?f=255&amp;MSPPError=-2147217396">Microsoft Hyper-V</a></li>
</ul>
<p>The hybrids (allows VMs and containers at the same time under the same host &#8211; no need to spin up VMs for containers)</p>
<ul>
<li><a href="https://www.joyent.com/smartos">SmartOS</a></li>
<li><a href="https://pve.proxmox.com/">Proxmox VE</a></li>
<li><a href="http://mesos.apache.org/">Apache Mesos</a></li>
<li><a href="https://dcos.io/">Mesosphere DC/OS Open source</a></li>
</ul>
<p>Obviously you can also run containers on linux without using a bare-metal hypervisor like the options above. All you need to do is install Docker. But how are you going to manage/monitor/deploy your containers? command line is an option but there&#8217;s tools out there.</p>
<p>Container orchestration tools</p>
<ul>
<li><a href="http://cloudslang.io/">Cloudslang</a></li>
<li><a href="http://kubernetes.io/">Kubernetes </a>(the 500lb gorilla of orchestration tools)</li>
<li><a href="https://www.kontena.io/">Kontena</a></li>
<li><a href="https://cloudstack.apache.org/">Apache CloudStack</a> (this seems to manage only hypervisors and not containers)</li>
<li><a href="https://mesosphere.github.io/marathon/">Marathon </a>(for Mesos and DC/OS)</li>
<li><a href="http://portainer.io/">Portainer</a></li>
<li><a href="https://shipyard-project.com/">Shipyard</a></li>
<li><a href="http://panamax.io/">Panamax</a></li>
<li><a href="http://rancher.com/">Rancher</a> (a complete platform for running containers &#8211; highly complex)</li>
</ul>
<p>Kubernetes addons:</p>
<ul>
<li><a href="http://cockpit-project.org/">Cockpit </a>(multi-server web management)</li>
</ul>
<p>An interesting platform seems to be <a href="https://www.mirantis.com/software/openstack/">Mirantis OpenStack</a> &#8211; if you are willing to put in the effort and deploy several of its plugins it looks like you would be able to host VMs, containers and have a web front-end to manage them all. Since this is not a single solution and it requires you to deploy several plugins I am leaving this uncategorized for now.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://desantolo.com/2017/01/comprehensive-list-of-hypervisors-and-cloud-platforms-opensource-free/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">477</post-id>	</item>
	</channel>
</rss>
