Skip to content

Commit

Permalink
Adds Glasskube as installation option to README (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Morey <andresmarcel@gmail.com>
Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com>
  • Loading branch information
amorey and jakepage91 authored Jul 10, 2024
1 parent f495f04 commit 3481ec5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kubetail

Kubetail is a web-based, real-time log viewer for Kubernetes clusters
Kubetail is a private, real-time log viewer for Kubernetes clusters

<img src="https://github.com/kubetail-org/kubetail/assets/75881/7647bd90-0859-4b0b-9400-c7cdeb6a93e6" width="300px" title="screenshot">

Expand Down Expand Up @@ -66,6 +66,18 @@ helm install kubetail kubetail/kubetail \
--set key1=val1,key2=val2
```

### Option 3: Glasskube

To install kubetail using [Glasskube](https://glasskube.dev/), you can select "kubetail" from the "ClusterPackages" tab in the Glasskube GUI then click "install" or you can run the following command:
```console
glasskube install kubetail
```

Once kubetail is installed you can use it by clicking "open" in the Glasskube GUI or by using the `open` command:
```console
glasskube open kubetail
```

## Access

There are several ways to access the kubetail dashboard once the kubetail application is running in your cluster. For simplicity, we recommend using `kubectl proxy` if your kubetail deployment is using `auth-mode: cluster` and the `kubectl auth-proxy` plugin if it's using `auth-mode: token`.
Expand Down

0 comments on commit 3481ec5

Please sign in to comment.