K
Q

Spring boot application logs in Kubernetes

10/27/2018

I have a spring boot app with System.out.println statements. Running as a docker, I am able to see the application logs on the console doing docker -f logs.

However when I deploy this app in Kubernetes, not able to see the output from System.out.println in pod logs. Even with kubectl logs -f does not display the logging output.

Any help is much appreciated.

-- Satya
java
kubernetes

Similar Questions

Kubernetes support for docker user namespaces
Can I use my own https://<url> pointing to my cluster's ingress subdomain?
BlackBox testing/monitoring the Kubernetes Cluster
Kubernetes Custom CRD: "Failed to list ...: the server could not find the requested resource"
Schema initiation in Binami postgresql image for kubernetes cluster
What it the difference between kubernetes and azure Devops in terms of CI/CD
Kubernetes Ingress nginx on Minikube fails
Spark on kubernetes: Executor pods not able to start and while creating sparkContext
How to create a directory inside a PVC and then push a file into it in kubernetes?
Avoid consuming same events parallel from EventHub
Why doesn&#39;t postgres create the database?
Ambassador responds with &quot;no healthy upstream&quot;
Kubernetes: Mongodb with peristent storage
Query kubernetes pod (inside VM) from my local machine

0 Answers