Giter Club home page Giter Club logo

gaia-infrastructure's Introduction

gaia-infrastructure

This is an infrastructure directory containing code which will be applied to the gaia deployment.

Note: Right now this is running over gaia.cronohub.org. So namespaces and information as such is coded to point to that location. However, this will change once it's deployed under the proper domain.

This also means that ingress and networking and such will not be contained in this repository.

Note, that changing any files in here must be reflected under the Gaia-bot repository.

Persistent volume

In order for flux to create a new instance while the other is running, we are using and NFS server.

Since the cluster is hosted on DigitalOcean and DO's persistent volumes are readwriteOnce we can't have two instances at the same time using the same volume. We are circumventing this by using an NFS server.

NSF server was created using this guide:

NFS

Basically run these commands:

helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo update
helm install nfs-server stable/nfs-server-provisioner --set persistence.enabled=true,persistence.storageClass=do-block-storage,persistence.size=20Gi

Then use the above persistent volume claim.

New

The new deployment is on a single machine on Hetzner using Docker + Traefik. This deployment here represents that setting. I'm no longer using Kubernetes.

gaia-infrastructure's People

Contributors

gaia-bot avatar skarlso avatar

Watchers

 avatar  avatar

gaia-infrastructure's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.