Ollie Hughes
Ollie Hughes
This is my current workflow `skaffold render | kapp deploy -a $(yq r skaffold.yaml metadata.name) -y -f -` In my case I also let [kapp](https://get-kapp.io/) take care of deletion of...
I don't think it is possible to implement a DiscoveryClient using DNS alone. You can't populate [List getServices()](https://static.javadoc.io/org.springframework.cloud/spring-cloud-commons/2.1.0.RELEASE/org/springframework/cloud/client/discovery/DiscoveryClient.html#getServices--) because you cannot list all of the services available to the Pod...
Currently the `core` module sets up an API client. We can move that into a separate module such as `spring-cloud-kubernetes-api-server`. This will help people who consciously want a nice way...
@ryanjbaxter I think we should offer optional support for the official client using auto configuration. The official client is actively developed and they are working on Spring support [1] 1:...
> As the paper demonstrates, these approaches allow getting good results when it comes to load distribution (and resulting max loads vs numbers of requests and servers). However, they are...
Hi, I also hit this issue. `envfuncs.LoadDockerImageToCluster()` was failing in my setup function, which resulted in the kind cluster not being destroyed
This log entry gives you a hint ``` 024-01-08 02:18:21.925+0000 WARN [o.n.k.i.JvmChecker] The max heap memory has not been configured. It is recommended that it is always explicitly configured, to...
Hi @kobethuwis It is possible to configure an Ingress for the Neo4j Browser but you will need to deploy a proxy such as HAProxy alongside Neo4j to proxy traffic to...
@kobethuwis it may be possible however this is a general Kubernetes question rather than a Neo4j one. I recommend engaging with the [Kubernetes community ](https://kubernetes.slack.com/) to find a solution. Thanks
Hi @luchillo17 I just want to share this [draft PR](https://github.com/neo4j/helm-charts/pull/180) with you as it might be helpful. We are planning to release a new Helm Chart that provides a thin...