https://github.com/michaeljsaenz/kshot
Kshot is a Go web app with an HTMX-enhanced UI for interacting with Kubernetes clusters.
https://github.com/michaeljsaenz/kshot
golang htmx kubectl kubernetes webapp
Last synced: 2 days ago
JSON representation
Kshot is a Go web app with an HTMX-enhanced UI for interacting with Kubernetes clusters.
- Host: GitHub
- URL: https://github.com/michaeljsaenz/kshot
- Owner: michaeljsaenz
- License: mit
- Created: 2023-12-22T18:54:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T20:28:36.000Z (4 days ago)
- Last Synced: 2025-04-22T21:29:42.931Z (4 days ago)
- Topics: golang, htmx, kubectl, kubernetes, webapp
- Language: Go
- Homepage:
- Size: 1.19 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-htmx - Probe - Probe is a Go web app with an HTMX-enhanced UI for interacting with Kubernetes clusters and performing network diagnostics. (Examples by Back-end / Go)
README
# kshot
kshot is a Go web app with an HTMX-enhanced UI for interacting with Kubernetes clusters.## live reload
`https://github.com/cosmtrek/air#installation``mv bin/air /usr/local/bin`
## prettier-plugin-go-template
Formatter plugin for go template files. The only peer dependency is [prettier](https://www.npmjs.com/package/prettier).`npm install --save-dev prettier prettier-plugin-go-template`