-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (62 loc) · 2.44 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
title: KView
description: KView is a standalone desktop application to interact with your Kubernetes cluster.
---
<section class="hero">
<div class="text-container">
<h1 class="editable"><strong>KView</strong> is a standalone desktop application to interact with your Kubernetes cluster.</h1>
<p class="subtext editable"></p>
<div class="cta button alt"><a href="https://github.com/michaeljsaenz/kview/releases/latest">DOWNLOAD</a></div>
<div>
<img src="{{ site.baseurl }}/images/screenshot.png" alt="Screenshot" />
</div>
</div>
</section>
<div class="content">
<section>
<div class="container flex">
<div class="text editable">
<h2><strong>What is KView?</strong></h2>
<p><strong>KView</strong> is a standalone desktop application to interact with your Kubernetes cluster, some features include:</p>
<ul>
<li><p><b>Filter and Search</b> by namespace and application (pod)</p></li>
<li><p><b>On Demand Refresh</b> of applications (pods)</p></li>
<li><p><b>Status Information</b> application (pod), annotations, labels, events, cluster-context</p></li>
<li><p><b>Export YAML</b> application (pod)</b></p></li>
<li><p><b>Container Logs</b></p></li>
<li><p><b>Pod Exec</b> execute commands on containers</b></p></li>
<li><p><i>more to come...</i></p></li>
</ul>
</div>
<div class="icon">
<img src="{{ site.baseurl }}/images/icon.png" alt="KView Icon"/>
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text-container">
<h2><strong>Go Programming Language</strong></h2>
<p><strong>KView</strong> is written entirely in <a href="https://go.dev/">Go</a>.</p>
</div>
<div class="icon">
<img src="{{ site.baseurl }}/images/gopher-icon.png" alt="Golang Gopher"/>
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2><strong>Fyne Toolkit</strong></h2>
<p><strong>KView</strong> utilizes the <a href="https://fyne.io/">Fyne toolkit</a>, a free and open source platform for building graphical applications for desktop, mobile and beyond.</p>
</div>
<div class="icon">
<img src="{{ site.baseurl }}/images/fyne-logo.png" alt="fyne.io logo"/>
</div>
</div>
</section>
<section class="bottom-cta">
<h2 class="editable"><strong>Getting Started</strong> </h2>
<div class="button alt"><a href="https://github.com/michaeljsaenz/kview/releases/latest">DOWNLOAD</a></div>
</section>
</div>