Giter VIP home page Giter VIP logo

k8s-dev-helm's People

Contributors

cvgw avatar

Watchers

 avatar

k8s-dev-helm's Issues

Creation of new envoy load-balancer requires updates to client side envoy

When a new instance of the envoy load-balancer is created it creates a new LB on the cloud provider. For AWS this means that a new LB with a different DNS name is created. This breaks the client side envoy config which hardcodes the LB DNS name and requires the client config to be updated.

Envoy routing updates are manual

When a new service is added to the cluster which should be exposed via the envoy LB a number of manual updates must occur

  • Envoy config must add new listener and backend
  • Envoy pod must expose new port for added listener
  • Envoy service must add target for port added on Envoy pod
  • Client side envoy must be updated with new listener and backend

CA and Client x509 generation is currently manual

To achieve mTLS x509 certs must be distributed to both the client and server side.
Currently this is achieved by creating a new root CA and then a signed cert to be used by both client and server.
This is a manual process which requires copying the generated cert from the server to the client.
This process should be automated for convenience, reliability, and security.

Requirements:

  • public and private key signed by CA with available CA-cert
  • public and private key retrievable by both client and server
  • CA-cert retrievable by both client and server

K8s workers get stuck trying to join with invalid credentials

[discovery] Trying to connect to API Server "kubernetes-master.service.consul:6443"
[discovery] Created cluster-info discovery client, requesting info from "https://kubernetes-master.service.consul:6443"
[discovery] Failed to connect to API Server "kubernetes-master.service.consul:6443": token id "vy0wtu" is invalid for this cluster or it has expired. Use "kubeadm token create" on the master node to creating a new valid token

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.