18 lines
682 B
Markdown
18 lines
682 B
Markdown
|
|
# README
|
||
|
|
|
||
|
|
## How to debug with logs that services deployed on Freeleaps Kuberentes CLuster ?
|
||
|
|
|
||
|
|
First, you need authentication with Freeleaps Kubernetes Cluster using scripts under [freeleaps-cluster-authenticator](./freeleaps-cluster-authenticator).
|
||
|
|
|
||
|
|
You can using Kubernetes dashboard to debug with logs that services deployed on Freeleaps Kubernetes Cluster.
|
||
|
|
|
||
|
|
First you need open dashboard service on local port 8443:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
freeleaps-cluster-authenticator dashboard
|
||
|
|
```
|
||
|
|
|
||
|
|
Now you can open [http://localhost:8443](http://localhost:8443) with your browser.
|
||
|
|
|
||
|
|
And you can get token from command `freeleaps-cluster-authenticator get-token` if dashboard requires token authentication.
|