FAQ
Answers to frequently asked questions.
Can I use another kube config?
Yes, just set the environment variable KUBECONFIG
to the path of your kube config
KUBECONFIG=/path/to/config
Can I connect via a http proxy?
Yes, kubelog uses the proxy-url setting of kube config
apiVersion: v1
kind: Config
clusters:
- name: "Cluster-Name"
cluster:
proxy-url: http://proxy:port
server: "https://..."
You can also set the proxy via environment variable
HTTP_PROXY=http://proxy:port
# Lower case works also
http_proxy=http://proxy:port
Do I need a license?
Kubelog is currently in open beta and no license is required. Once the beta phase is over, it can be downloaded and tested for free, but a license must be purchased for continued use.
How much will a license cost?
The exact price has not been determined yet. But it will be a user-based license and will cost about 10 € - 30 € (one-time payment).