Update 'README.md'
This commit is contained in:
parent
7c8239b942
commit
ad7f63a5b9
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -1,7 +1,7 @@
|
||||||
# [WiP] PoC of DevOps magic
|
# [WiP] PoC of DevOps magic
|
||||||
|
|
||||||
### Pre requires:
|
### Pre requires:
|
||||||
1. Any x86_64 Linux distribution tested on Debian 10, but must work on any modern Linux system
|
1. Any x86_64 Linux distribution. Tested on Debian 10, but must work on any modern Linux system
|
||||||
2. Internet access
|
2. Internet access
|
||||||
3. wget
|
3. wget
|
||||||
4. bash/dash shell
|
4. bash/dash shell
|
||||||
|
@ -10,19 +10,19 @@
|
||||||
|
|
||||||
### Known bugs and limitation:
|
### Known bugs and limitation:
|
||||||
1. Automated Keymap selection not working in the bootstrap process. You must hit Enter key.
|
1. Automated Keymap selection not working in the bootstrap process. You must hit Enter key.
|
||||||
2. 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.
|
2. Swap automatically created in the bootstrap process, I can't switch it off now. As a result, the minimum image size must be 12Gb or more.
|
||||||
3. It's still dirty, most exceptions during bootstrap still not handled
|
3. It's still dirty, most exceptions during bootstrap still not handled
|
||||||
|
|
||||||
### For start adventures:
|
### For start adventures:
|
||||||
1. just clone this repo
|
1. just clone this repo
|
||||||
2. go to the repo directory
|
2. go to the repo directory
|
||||||
3. and type *./runme.sh* in your shell
|
3. and type `./runme.sh` in your shell
|
||||||
|
|
||||||
### What happened after you run this script:
|
### What happened after you run this script:
|
||||||
1. 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).
|
1. We bootup in-userspace VM and starting the automated installation of Debian 9 with docker and common automation tools (git, ansible, helm, werf).
|
||||||
2. Bootstrapping one node Kubernates cluster (LOL we invented minicube without minicube limitations)
|
2. Bootstrapping one node Kubernates cluster with Amsible (LOL we invented minicube without minicube limitations)
|
||||||
3. Installing Ingress with Helm
|
3. Installing Nginx.org's Ingress with Helm
|
||||||
4. Installing docker-registry in our shiny Kube (we are lazy of course we use Helm for it)
|
4. Installing docker-registry in our shiny Kube (we are lazy of course we use Helm for it)
|
||||||
5. Installing Postgress into Kube 0_o
|
5. Installing Postgress into Kube 0_o Also with Helm
|
||||||
6. ~~Deploying test service with Helm/Werf~~
|
6. ~~Deploying test service with Helm/Werf~~
|
||||||
256. ~~PROFIT!!!1~~
|
256. ~~PROFIT!!!1~~
|
||||||
|
|
Loading…
Reference in a new issue