spring-cloud-kubernetes icon indicating copy to clipboard operation
spring-cloud-kubernetes copied to clipboard

Add A Dev Tools Module

Open ryanjbaxter opened this issue 5 years ago • 2 comments

The module would help with the developer experience in building and debugging Kubernetes based apps.

To start with I would like to add some support for using Telepresence, it could

  • Automatically add env vars from JSON file generated when running Telepresnece
  • Automatically configure the Fabric8IO client to use certs for connecting to the remote cluster

ryanjbaxter avatar May 01 '19 15:05 ryanjbaxter

@salaboy you have used Telepresence, correct?

geoand avatar May 06 '19 07:05 geoand

@geoand yes I have, not with spring cloud k8s in the class path.. the main problem usually is the difference from running from inside the cluster and from outside due RBAC policies applied internally to access Kubernetes services. As I mentioned yesterday, I think that we need to try and compare Squash as well: https://squash.solo.io

salaboy avatar May 09 '19 08:05 salaboy