Home > other >  Creating managed kubernetes platform
Creating managed kubernetes platform

Time:10-21

I'm interested in creating my own kind of AKS, GKE, symbiosis...

I have couple of servers, and I want to create some sort of panel to manage them, and ability to auto setup new nodes in future programmatically.

What I'm hoping to do is create free managed solution for myself and maybe make it open source as I'm not really interested in selling these services, and mostly doing it for my own personal reasons. And to gain additional experience into Kubernetes.

Does anyone have helping tips and where to start? and what would be the best way to approach it?

Thanks

CodePudding user response:

Checkout this guide Kubernetes-The-Hard-Way-on-BareMetal.

The target audience for this tutorial is someone planning to setup or support a production Kubernetes cluster and wants to understand how everything fits together.

CodePudding user response:

For this I would start with Rancher.

You can find it here: https://www.rancher.com/

  • Related