Ease of Use
Rancher provides an intuitive interface for managing Kubernetes clusters, making it accessible for both seasoned DevOps professionals and those new to container orchestration.
Multi-Cluster Management
Rancher simplifies the management of multiple Kubernetes clusters, whether they are on-premise, in the cloud, or a combination of both, from a single dashboard.
Comprehensive Monitoring
Rancher includes built-in monitoring and alerting features using Prometheus and Grafana, providing robust insights into cluster health and performance.
Security and Access Control
Rancher offers detailed Role-Based Access Control (RBAC) policies to ensure that users have appropriate permissions, enhancing security and compliance.
Integrated CI/CD Pipelines
Rancher integrates seamlessly with popular CI/CD tools, streamlining the development and deployment process across multiple environments.
Scalability
Rancher is designed to easily scale with your needs, supporting a large number of clusters and nodes efficiently.
Open-Source
Rancher is an open-source project, which means it is free to use and benefit from community contributions and transparency.
I don’t know in which extend you plan to use Kubernetes in the future, but if it is aimed to become several huge production clusters, you should looks into Apps like Rancher: https://rancher.com.
Source:
about 2 years ago
But I think once you have a good understanding of K8S internal (components, how thing work underlying, etc.), you can use some tool to help you provision / maintain k8s cluster easier (look for https://rancher.com/ and alternatives).
Source:
about 2 years ago
A few years, I would have said no. Now, I’m cautiously optimistic about it. Personally, I think that you can use something like Rancher (https://rancher.com/) or Portainer (https://www.portainer.io/) for easier management and/or dashboard functionality, to make the learning curve a bit more approachable. For example, you can create a deployment through the UI by following a wizard that also offers you…
– Source: Hacker News
/
over 2 years ago
Alternatively, it is also possible to use a multi-cloud or hybrid-cloud approach, which combines several cloud providers or even public and private clouds. Special tools such as Rancher and OpenShift can be very useful to run this type of system.
– Source: dev.to
/
over 2 years ago
Rancher provides a Rancher authentication proxy that allows user authentication from a central location. With this proxy, you can set the credential for authenticating users that want to access your Kubernetes clusters. You can create, view, update, or delete users through Rancher’s UI and API.
– Source: dev.to
/
over 2 years ago
Not sure if it works on arm but I heard that rancher and harvester are a good combo for clustering k3s and kvm if you want to try both technologies.
Https://rancher.com/
Https://harvesterhci.io/.
Source:
over 2 years ago
For server running multiple containers check out Rancher – https://rancher.com/.
Source:
over 2 years ago
Rancher is a container management platform that provides Kubernetes as a service with built-in support for multi-cluster orchestration. Rancher supports the spinning of clusters on various environments like on-premise data centers, cloud, and edge (clusters that run anywhere).
– Source: dev.to
/
over 2 years ago
In this article, I am going to show you how to setup Rancher on EKS with Application Load Balancer (ALB).
– Source: dev.to
/
over 2 years ago
I’ve deployed linuxserver/plex docker container using Rancher v2.6 (https://rancher.com/) on my Ubuntu server and have run into the well documented issue (e.g. https://www.reddit.com/r/PleX/comments/ei3bor/plex_docker_file_permissions_issues/ / https://www.reddit.com/r/docker/comments/apl2xg/help_with_volume_mapping_mount_points_for_plex/) where I’m able to pass the volumes which contain my existing media library…
Source:
over 2 years ago
Home automation with HASS + HomeBridge, security with Motion (with the MotionEye frontend), DNS level ad blocking with PiHole, hosting projects using Rancher, and hosting source code and CI/CD with GitLab CE, backing up my fav content with Plex, backups + local cloud + general storage with TrueNAS Core.
Source:
over 2 years ago
Absolutely. I’m also a bit of k8s noob, but I know that systems like Rancher can help mitigate some of the complexity with setting up your own k8s control plane.
Source:
over 2 years ago
I’m learning Ansible*, and put together a playbook which runs well for me, that sets up Kubernetes on Ubuntu 20.04 and installs an HA version of Rancher running on an RKE cluster as per their documentation.
Source:
almost 3 years ago
Rancher Desktop is another alternative to Docker Desktop. It is maintained by Rancher. In my experience I wasn’t able to fully integrate it. It is under active development. It is definitely an alternative.
– Source: dev.to
/
almost 3 years ago
When you deploy containers to your development cluster, you will need quick access to logging to analyze container errors. A good solution is to deploy Rancher in your DevOps cluster. Rancher has many features:.
– Source: dev.to
/
almost 3 years ago
If you’re looking to have a bare metal server dedicated to only running containers, take a look at Rancher and Fedora CoreOS.
Source:
almost 3 years ago
Dropping by to express healthy interest in this project. Rancher have a pretty good track record so far:
- the Rancher platform itself (https://rancher.com/) is a really powerful and user friendly way to manage container clusters of all sorts, giving you a self-hosted dashboard for both your cloud and on prem clusters, for a variety of Kubernetes distributions; you can even manage the available...
– Source: Hacker News
/
almost 3 years ago
That’s great! Did you use a Kubernetes distribution that’s provided by the OS, like MicroK8s ( https://microk8s.io/ )? Or perhaps one of the lightweight ones, like K3s ( https://k3s.io/ ) or k0s ( https://k0sproject.io/ )? Maybe a turnkey one, like RKE ( https://rancher.com/products/rke/ )? Or did you use something like kubespray ( https://kubespray.io/#/ ) to create a cluster in a semi automated fashion?…
– Source: Hacker News
/
about 3 years ago
Seems interesting, but the name conflict with https://rancher.com/ is _very_ confusing. Is Rancher Desktop associated with the linked company?
– Source: Hacker News
/
about 3 years ago
The tooling around Docker Swarm is also pretty good and minimalist, for example, you can use Portainer (which also supports Kubernetes), much like you would use Rancher for easy administration of clusters.
Source:
about 3 years ago
I think that the contradiction here comes from the fact that these tools that are suited for large scale operations, like Kubernetes, end up getting standartized and adopted even by smaller corporations, which have neither the specialists, nor the resources to utilize them properly. Be it because of FOMO (fear of missing out), CV driven development or something else entirely, but I’ve seen this a number of times…
– Source: Hacker News
/
about 3 years ago