Git Product home page Git Product logo

experiments's People

Contributors

yb172 avatar yb172-prow-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

experiments's Issues

Service mesh doesn't show topology

load-generator sends request to gen-gateway which talks to either gen-number, gen-word, or gen-internets. However that's what topology shows:

screen shot 2019-02-28 at 12 42 41 am

Kube: add example of service with database

It is rare case that services don't require persistence. Most often service stores some info in database, postgres often being popular choice.

However adding persistence is not just creating instance somewhere and plugging in credentials. Properly configured DB requires:

  • Migration scripts (golang-migrate)
  • Separate docker image to run migration script
  • Init container that runs migration script
    And, importantly:
  • DB configured in kubernetes for local development

Kube: make sure response is not empty

Right now it sometimes happens that empty page is shown. Since there are no errors reported most likely it is just an empty response: random number was generated and it was 0 - exit immediately.

It's better to actually generate something.

And this looks like a great use case for end-to-end test

Kube: write util that generates load

In order to explore how good linkerd dashboard is there should be a constant load on the service (or not constant).

It would be nice to have a util that is able to generate load on a service. Ideally: front-end service that could be opened and where load could be configured.

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.