Skip to content

Commit

Permalink
Merge pull request #163 from morkot/main
Browse files Browse the repository at this point in the history
Add Rancher to 'Kubernetes Self-Hosted' section
  • Loading branch information
christophcrichter committed Jan 25, 2024
2 parents c025762 + e68cbc0 commit 1e7f709
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Expand Up @@ -12,3 +12,4 @@ _Internal Developer Platforms (IDPs) are a new category of tools. This means, th
**Integration** |
--- |
[OpenShift]({{< relref "openshift" >}}) |
[Rancher]({{< relref "rancher" >}}) |
@@ -0,0 +1,18 @@
+++
title="Rancher"
url="/self-hosted-kubernetes/rancher"
+++

# Rancher

Rancher is a Kubernetes management tool to deploy and run clusters anywhere and on any provider.

Rancher can provision Kubernetes from a hosted provider, provision compute nodes and then install Kubernetes onto them, or import existing Kubernetes clusters running anywhere.

Rancher adds significant value on top of Kubernetes, first by centralizing authentication and role-based access control (RBAC) for all of the clusters, giving global admins the ability to control cluster access from one location.

It then enables detailed monitoring and alerting for clusters and their resources, ships logs to external providers, and integrates directly with Helm via the Application Catalog. If you have an external CI/CD system, you can plug it into Rancher, but if you don't, Rancher even includes Fleet to help you automatically deploy and upgrade workloads.

{{< button href="https://www.rancher.com/" target="_blank" >}}
-> Rancher
{{< /button >}}

0 comments on commit 1e7f709

Please sign in to comment.