This respository is intended to help me to write things and help me to demonstrate them writing proofs of concepts. In fact, I'll use this Repo to upload code from https://jicg.eu
In this directory, you can find the code from the article: https://www.jicg.eu/index.php/2020/06/21/deploying-kubernetes-in-lxc/
The First thing I wrote is a deployment of Deploy a Kubernetes infrastructure over LXC
It is a simple way to deploy a Kubernetes infrastructure using LXC to create "some kind of" Virtual Machines. This saves some RAM, CPU and Disk compared to real Virtual Machines.
However, you must know this is not for production but for self training or making some demo.
In this directory, you can find the code from the article: https://www.jicg.eu/index.php/2020/06/27/deploying-openstack-with-ansible-kolla-on-lxc/
The First thing I wrote is a deployment of Deploying Openstack with ansible-kolla on LXC
Again, you must be aware that this is not for production but for self training or making some demo.