Minimal Viable Kubernetes: Finally, a Self-Hosted Cluster You Can Actually Run
hackernoon.com·7h
Flag this post

How on earth can I get a self-hosted Kubernetes up and running without a degree in computing science ? You’ve been pulling your hair out trying to get into Kubernetes and a fire hose of tutorials and technical manual pages look like it could take 6 months and a steep learning curve to implement a simple use case where you can just:

  • host an application
  • serve an endpoint to the internet
  • save data to a persistent, available volume

Seemingly, this is not a lot to ask is it ? But Kubernetes out of the box cannot do a lot of these ‘basics’ without being hosted atop of a managed service, typically on one of the big 3 cloud providers.

You may have privacy and security issues that prohibit the use of cloud based, managed Kubernetes. It may be t...

Similar Posts

Loading similar posts...