You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "yujinchoi-94 (via GitHub)" <gi...@apache.org> on 2023/03/10 00:46:48 UTC

[GitHub] [apisix-helm-chart] yujinchoi-94 opened a new issue, #504: Can I add a sidecar for logging purpose

yujinchoi-94 opened a new issue, #504:
URL: https://github.com/apache/apisix-helm-chart/issues/504

   Hello.
   
   I'm thinking about collecting apisix logs using promtail and want to install promtail as a sidecar.
   (I choose promtail since I can set the right format for loki using http-logger related https://github.com/apache/apisix/issues/7352#issuecomment-1461142851 )
   Is there any ways to add a sidecar to a pod?
   Do I have to manually edit [_pod.tpl](https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/templates/_pod.tpl)?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-helm-chart] tokers commented on issue #504: Can I add a sidecar for logging purpose

Posted by "tokers (via GitHub)" <gi...@apache.org>.
tokers commented on issue #504:
URL: https://github.com/apache/apisix-helm-chart/issues/504#issuecomment-1463075416

   @yujinchoi-94 
   
   1. The most direct way is editing the pod template.
   2. Design an external component and configure it as the MutatingAdmissionWebhook on the K8s API server.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-helm-chart] yujinchoi-94 commented on issue #504: Can I add a sidecar for logging purpose

Posted by "yujinchoi-94 (via GitHub)" <gi...@apache.org>.
yujinchoi-94 commented on issue #504:
URL: https://github.com/apache/apisix-helm-chart/issues/504#issuecomment-1463323377

   Thank you for your answer. I'll consider those options. :) 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org