Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 673 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 673 Bytes
  1. Use kubespray to install cluster k8s

    • Edit file inventory/mycluster/inventory.ini place your IP address, user and hostname

    • Install

      ansible-playbook -i inventory/mycluster/inventory.ini cluster.yml --become --become-user=root -K -vvv

  2. Application (folder app)

  • Three steps: Test -> Build -> Deploy reference on .gitlab-ci.yaml
  1. Database chart (folder mongodb-sharded)
  • You can find other databases chart like: postgresql, mysql... available here
  1. Redis-ha chard (folder redis-ha)
  • Same with databases, you can find more chart with install cache for your system: kafka, memcache...