1.2 KiB
1.2 KiB
[WiP] PoC of DevOps magic
Pre requires:
- Any x86_64 Linux distribution tested on Debian 10, but must work on any modern Linux system
- Internet access
- wget
- bash/dash shell
- GNU sed & awk
- KVM
Known bugs and limitation:
- Automated Keymap selection not working in the bootstrap process. You must hit Enter key.
- Swap automatically created in the bootstrap process, I can't switch it off now. As a result, the minimum image size must be 8Gb or more.
- It's still dirty, most exceptions during bootstrap still not handled
For start adventures:
- just clone this repo
- go to the repo directory
- and type ./runme.sh in your shell
What happened after you run this script:
- We bootup in-userspace VM and starting the automated installation of Debian 9 with docker and common automation tools (docker, git, ansible, helm, werf and etc).
- Bootstrapping one node Kubernates cluster (LOL we invented minicube without minicube limitations)
- Installing Ingress with Helm
- Installing docker-repository in our shiny Kube (we are lazy of course we use Helm for it)
- Installing Postgress into Kube 0_o
- Deploying test service with Helm/Werf
- PROFIT!!!1