Skip to content

This tutorial walks you through setting up Kubernetes the hard way but using Libvirt on your bare metal machine.

Notifications You must be signed in to change notification settings

alexandremahdhaoui/kubernetes-the-libvirt-way

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes the Libvirt way

This tutorial walks you through setting up Kubernetes the hard way but using Libvirt on your bare metal machine. This guide is not for people looking for a fully automated command to bring up a Kubernetes cluster. If that's you then check out the Getting Started Guides.

Kubernetes The Libvirt Way is optimized for learning, which means taking the long route to ensure you understand each task required to bootstrap a Kubernetes cluster.

The results of this tutorial should not be viewed as production ready, and may receive limited support from the community, but don't let that stop you from learning!

Important information

This tutorial will only cover creating a Kubernetes cluster on 1 single bare metal server. The setup using a cluster of 3 or more bare metal server is not covered here, but I plan to cover it in a next tutorial.

Indeed, creating a VM orchestration cluster using KVM/Libvirt requires more than a few bash functions.

For learning purposes, most of the binaries used in this tutorial will be built from source.

Target Audience

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

Cluster Details

Kubernetes The Hard Way guides you through bootstrapping a highly available Kubernetes cluster with end-to-end encryption between components and RBAC authentication.

Labs

This tutorial assumes you have access to a bare metal machine. While a bare metal machine is used for basic infrastructure requirements the lessons learned in this tutorial can be applied to other platforms.

About

This tutorial walks you through setting up Kubernetes the hard way but using Libvirt on your bare metal machine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages