Skip to content

restarting kibana in a kubernetes pod #223

Answered by fbaligand
ovidiaconescu asked this question in Q&A
Discussion options

You must be logged in to vote

Well, globally, on kubernetes, it is really not recommended to modify a pod at runtime, and worst to restart a pod after then.

So the recommended way is to create a new Docker image that inherits from Kibana image, then installs the plugin.
Then you run in Kubernetes this new image.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@fbaligand
Comment options

@ovidiaconescu
Comment options

Answer selected by ovidiaconescu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants