Giter Club home page Giter Club logo

alea's Issues

Helm charts

We are looking to use it at Clearbit, so I'm going to create Helm chart for the whole cluster.

Issue on Helm v2.4.1 + Kubernetes 1.6.4

Trying a fresh install on a kubernetes cluster and getting a helm chart error:
Error: error validating "": error validating data: found invalid field claimName for v1.Volume

$ helm version
Client: &version.Version{SemVer:"v2.4.1", GitCommit:"46d9ea82e2c925186e1fc620a8320ce1314cbb02", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.4.1", GitCommit:"46d9ea82e2c925186e1fc620a8320ce1314cbb02", GitTreeState:"clean"}
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"6", GitVersion:"v1.6.2", GitCommit:"477efc3cbe6a7effca06bd1452fa356e2201e1ee", GitTreeState:"clean", BuildDate:"2017-04-19T20:33:11Z", GoVersion:"go1.7.5", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"6", GitVersion:"v1.6.4", GitCommit:"d6f433224538d4f9ca2f7ae19b252e6fcb66a3ae", GitTreeState:"clean", BuildDate:"2017-05-30T22:00:09Z", GoVersion:"go1.7.1", Compiler:"gc", Platform:"linux/amd64"}

When removing claimName field from all charts and redeploying with those local changes, it works without those errors.

Where to get deis socks?

This is a really serious non-technical issue but where did you get those deis socks? ๐Ÿ˜†

Write Alea Client

It would be nice to have a CLI to make managing services of your apps easier than using curl.

Some Useful Commands:

  • alea config --controller=<your controller url>
    • default to services.[deis-remote.host]
  • alea services add postgres|redis|memcached|mongodb

I have a branch in the works in #12

Recreate Postgres Cluster based on Stolon

Replace the current Postgres+Pgpool-II setup with Stolon.

Some Background, Rationale

The current setup with pgpool does not work. When we create new postgres users for apps in the Services API, pgpool-II does not know about them and connection attempts with these new users fail with:

ERROR:  "MD5" authentication with pgpool failed for user XXX

We've used Stolon previously, and with success. However, with Stolon we are limited to just 100 client connections, hence the decision to use pgpool-II for connection pooling. With the headaches above as a result.

So, back to Stolon seems the most viable option right now. If we run out of connection slots, we could set up additional Stolon clusters in the future and link the Services API to that new one so it will start giving out databases and users on that new cluster. - Let's make that nice-to-have for now though.

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.