Compare commits
27 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
697ec7898f | ||
|
|
5f172b99df | ||
|
|
0da57eba32 | ||
|
|
5e61081d3b | ||
|
|
f87529a58c | ||
|
|
b1dac8634a | ||
|
|
2b4e169d40 | ||
|
|
641e656cab | ||
|
|
20fc0e6b30 | ||
|
|
9c70bd93ce | ||
|
|
62e3842dd0 | ||
|
|
c0762164ca | ||
|
|
6909398937 | ||
|
|
dd07f7103d | ||
|
|
589fa03cf8 | ||
|
|
b75d046366 | ||
|
|
c88cd82102 | ||
|
|
6b3b881d24 | ||
|
|
d619856063 | ||
|
|
91f1a1685e | ||
|
|
ddaf02def1 | ||
|
|
3d4f64f69e | ||
|
|
fe2239e150 | ||
|
|
b46fbb4e58 | ||
|
|
e736b4c145 | ||
|
|
2af9dbdf0e | ||
|
|
cfb6947a23 |
23
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
23
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -9,32 +9,17 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Current and expected behavior
|
label: Current and expected behavior
|
||||||
description: A clear and concise description of what kube is doing and what you would expect.
|
description: What is Apkutabe doing and what you would expect instead?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context
|
label: Environment & Operating System
|
||||||
description: "Add any other context about the problem here. Or a screenshot if applicable."
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: |
|
description: |
|
||||||
What OS are you using?
|
What OS are you using? What Kubernetes version/distribution is it?
|
||||||
placeholder: |
|
placeholder: |
|
||||||
macOS Catalina? Windows 10? Ubuntu Linux?
|
macOS Catalina? Windows 10? Ubuntu Linux?
|
||||||
Be as specific as possible.
|
Kubernetes 1.26? 1.24? EKS? GKE? OpenShift? Vanilla?
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Environment
|
|
||||||
description: |
|
|
||||||
What type of kubernetes cluster you are running aginst (k3s/eks/aks/gke/other)?
|
|
||||||
placeholder: |
|
|
||||||
Output of `kubectl version --output=yaml`
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
16
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
16
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -1,23 +1,13 @@
|
|||||||
name: "🚀 Feature Request"
|
name: "🚀 Feature Request"
|
||||||
description: "I have a suggestion for Aptakube!"
|
description: "I have a suggestion for Aptakube!"
|
||||||
labels: ["enhancement"]
|
labels: ["feature request"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: Thanks for taking the time to suggest a new feature! Please fill out this form as completely as possible.
|
value: Thanks for taking the time to suggest a new feature!
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: What problem are you trying to solve?
|
label: What problem are you trying to solve? Do you a suggestion on how to solve it?
|
||||||
description: |
|
|
||||||
A concise description of what the problem is.
|
|
||||||
placeholder: |
|
|
||||||
I have an issue when [...]
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Describe the solution you'd like
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
12
.github/workflows/discord.yml
vendored
Normal file
12
.github/workflows/discord.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
github-releases-to-discord:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Notify Discord
|
||||||
|
uses: SethCohen/github-releases-to-discord@master
|
||||||
|
with:
|
||||||
|
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||||
35
README.md
35
README.md
@@ -1,12 +1,33 @@
|
|||||||

|

|
||||||
|
|
||||||
Aptakube is a Modern, lightweight and multi-cluster Kubernetes management UI. Available on Windows, macOS and Linux.
|
## Features
|
||||||
|
|
||||||
Works on any Kubernetes 1.19+ cluster, including GKE, AKS, EKS and other managed Kubernetes services.
|
- 💯 Connect to one or more clusters simultaneously
|
||||||
|
- ⚡️ Aggregated Log Viewer
|
||||||
|
- ⚖️ Resource Diff
|
||||||
|
- ✌️ Multi-Namespace Selector
|
||||||
|
- 💪 Human-friendly resource view
|
||||||
|
- ✍️ View & modify objects
|
||||||
|
- 🎉 Zero-config setup
|
||||||
|
- 😉 **NOT** another Electron app
|
||||||
|
- ✅ Works with any Kubernetes cluster: on-prem, GKE, EKS, AKS and others.
|
||||||
|
- 💻 Available on Windows, macOS and Linux
|
||||||
|
|
||||||
> This repo is currently only used for issue tracking.
|
Visit [https://aptakube.com](https://aptakube.com?utm_campaign=github_readme) to learn more.
|
||||||
|
|
||||||
## Have a problem?
|
## Download
|
||||||
|
|
||||||
- Open Github issue
|
- [Download Aptakube](https://aptakube.com)
|
||||||
- support@aptakube.com
|
- [Changelog](https://aptakube.com/changelog)
|
||||||
|
|
||||||
|
## Need help?
|
||||||
|
|
||||||
|
- Join us on [Discord](https://discord.gg/FFp9bxHxtx)
|
||||||
|
- Find us on [Twitter](https://twitter.com/aptakube)
|
||||||
|
- Open a Github issue or a discussion
|
||||||
|
- Shoot us an email hello@aptakube.com
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
- ❤️ Love Aptakube?
|
||||||
|
- ⭐️ Write a [Review](https://love.aptakube.com/r/ASb0RG)
|
||||||
|
|||||||
Reference in New Issue
Block a user