Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rancher with cattle vs Rancher with Kubernetes vs Standalone Kubernetes

I'm trying to dig into Rancher, and was wondering if having Rancher plugged in with Kubernetes has any additional benefits over Cattle which is Rancher's in home orchestration framework. So far, I haven't been able to figure out why someone would opt for Rancher with Kubernetes. Does it only help ease out the initial setup of Kubernetes? How do these options differ from a stand alone setup of Kubernetes ?

like image 659
Vinod Kumar Rai Avatar asked Feb 07 '17 17:02

Vinod Kumar Rai


People also ask

What is difference between Kubernetes and Rancher?

The difference between Kubernetes and Rancher is that Kubernetes is a technology for managing containers organized under a cluster of virtual or physical machines. Rancher is a technology for managing Kubernetes clusters en masse.

Can I use Rancher without Kubernetes?

Some Rancher Desktop adopters didn't need Kubernetes, or they wanted to use k3d to run Kubernetes configurations other than those included in Rancher Desktop. With the 1.1. 0 release, this is now possible.

Does Rancher use Kubernetes?

Rancher makes it simple to deliver Kubernetes-as-a-Service to development teams with push button deployment of their containerized workloads on-premises, in the cloud, in hybrid deployments or at the edge.

What is cattle in Kubernetes?

Cattle is used extensively by Rancher users to create and manage applications based on Docker containers. One of the key reasons for its extensive adoption is its compatibility with standard Docker Compose syntax. With the release of Rancher 2.0, we shifted from Cattle as the base orchestration platform to Kubernetes.


1 Answers

There is now a very good answer to this. Rancher just moved 100% into Kubernetes by announcing Rancher 2.0: http://rancher.com/announcing-rancher-2-0/. It does not use Cattle anymore.

like image 182
Sebastien Goasguen Avatar answered Oct 15 '22 10:10

Sebastien Goasguen