HiveBrain v1.2.0
Get Started
← Back to all entries
snippetkubernetesMinor

How to install a private managed Kubernetes on-premise?

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
managedinstallkubernetesprivatehowpremise

Problem

Where do you start in case you need something like a managed Kubernetes solution to setup a multi-tenant orchestration solution on-premises?

-
Any entity with its own container infrastructure has an access to the centrally managed orchestration service

-
Entities do not see each other's containers

Note: if "managed Kubernetes" is kind of reserved term by AWS, maybe it's better to say "orchestration as a service"?

Solution

Take a look at OpenShift container platform (https://www.openshift.com/products/container-platform/). They seem to provide on-premise options. You might want to start with OpenShift Origin - the community edition (https://github.com/openshift/origin) to test for free if it fits your plan.

Context

StackExchange DevOps Q#4919, answer score: 3

Revisions (0)

No revisions yet.