Questions tagged [spring-cloud-kubernetes]
99 questions
0
votes
1 answer
spring cloud dataflow kafka binder error on sending - Magic v1 does not support record headers
Trying to get spring cloud data flow stream work in Kubernetes and Getting below error when the Source try to send message to kafka. The same code worked fine when i used Rabbit MQ.Kafka Server version Kafka 2.1.0 . I read in other posts that…

Ajith Kannan
- 812
- 1
- 8
- 30
0
votes
0 answers
Feign client not able to make calls- Kubernetes
I have deployed microservice on docker-desktop for windows and feign is not able to make a call to another service.
person ms calling organization ms through feign.
I can see in the logs of person pod
2019-11-10 12:58:34.000 INFO…

Chandresh Mishra
- 1,081
- 3
- 24
- 45
0
votes
2 answers
Not able to hit the kubernetes service
I am new to kubernetes and not able to troubleshoot the issue.
service and pod is running but I am not able to get the response from the postman.
kubectl get service
kubectl get service personservice -o json
{
"apiVersion": "v1",
"kind":…

Chandresh Mishra
- 1,081
- 3
- 24
- 45
0
votes
1 answer
spring cloud dataflow on kubernetes error on deploy
I am working on spring cloud dataflow stream app. I am able to run Spring cloud data flow server with the skipper running in Cloud Foundry . Now i am trying to run the same with the skipper running in kubernetes cluster and getting below error on…

Ajith Kannan
- 812
- 1
- 8
- 30
0
votes
1 answer
spring cloud dataflow server on kubernetes error on dashboard loading
Trying to run the Spring Cloud Dataflow server on kubernetes .When i try to open the dashboard url (https://scdfserverurl/dashboard/#/apps ) in the browser its partially loading and givingthe below error in the logs.The other components skipper is…

Ajith Kannan
- 812
- 1
- 8
- 30
0
votes
2 answers
Service Discover using Spring cloud kubernetes
I am doing a POC on simple microservices architecture using typical Spring cloud stack but instead of Eureka server, service discovery is to be made using spring-cloud-kubernetes which is not working.
The whole POC is here -…

Dhananjay
- 1,140
- 1
- 12
- 28
0
votes
1 answer
KubernetesClientException: ClusterRole or Role
Upon deploying a service with Spring Cloud Kubernetes Discovery Client, I get the KubernetesClientException stating that the user "default" is forbidden to access pods.
I have already added a Role and a Rolebinding as specified here
The guide states…

Anders Lassen
- 69
- 8
0
votes
2 answers
Spring Cloud Kubernetes FeignClient Error
I am using spring cloud kubernetes with spring boot and necessary RBAC requirements needed for the project.
org.springframework.cloud
…

chaosguru
- 1,933
- 4
- 30
- 44