Drieger / Infrastructure

A general repository to infrastructure related topics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infrastructure

Kubernetes

Contains basic files describing resources to create a server, running on GCK. It will setup a Storage, MongoDB, Server and HTTPS. Note that, to use it you must change the files and add the correct information.

For example, in the file Kubernetes/7-certificate.yml, the value for domains domain.com must be replaced with your own domain. This value will be used to generate the certificate necessary to https.

...
spec:
  domains:
    - domain.com

Scripts

All scripts are developed in python. To use them, it is necessary to install all dependencies listed in dependencies.txt file, it can be achieved running

pip install -r dependencies.txt

We recommend to use a dedicated environment, using tools such as virtualenv.

About

A general repository to infrastructure related topics


Languages

Language:Python 85.9%Language:Makefile 8.6%Language:JavaScript 5.4%