Giter Site home page Giter Site logo

simonmittag / ingress-j8a Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 30.2 MB

A k8s ingress controller for j8a

License: Apache License 2.0

Go 98.72% Dockerfile 1.28%
ingress ingress-controller ingress-controllers j8a k8s kubernetes kubernetes-cluster

ingress-j8a's People

Contributors

simonmittag avatar

Stargazers

 avatar

Watchers

 avatar  avatar

ingress-j8a's Issues

Resources Synchronisation Loop with Kubernetes FilteredSharedInformer

Why

The server needs to listen to and update the j8a config for:

  • add/remote ingress routes
  • updates to services
  • updates to configMaps
  • updated to secrets

What

We need to regenerate the J8a config for these changes and diff the newly generated config against the currently deployed version. If there is a change, we need to redeploy J8a with the updated config. This should ideally happen in a staged rollout so we're not down.

How

Generate a j8a config file by reading ingress.yml

Why?

We need to be able to (re) generate the j8a config from ingress.yml and it's changes.

What?

  • Read ingress.yml and pluck whitelisted values
  • merge with template that includes sensible defaults for fine grained j8a config
  • (optional) allow overriding of optional values with meta tags in ingress.ym. (check if this is legal)

How?

  • Generate as json, then convert to yml. Take hints from j8a code.
  • needs to read links to TLS certs from ingress.yml, follow links and then import them into j8a.config
  • (optional) validate config against external j8a cli

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.