Skip to content

kibana docker image for use behind a kubernetes api proxy

Notifications You must be signed in to change notification settings

ntfrnzn/kibana-kubernetes-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

A custom kibana build to use behind a kubernetes api proxy

The critical difference is in the kibana.yml configuration file, setting server.basePath: "/api/v1/proxy/namespaces/kube-system/services/kibana-logging"

Unfortunately, this change cannot be made at deploy time using a ConfigMap, because the node app must perform bundle optimization, taking tens to hundreds of seconds. The change must be made during the docker container build so that startup time remains quick.

See

About

kibana docker image for use behind a kubernetes api proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published