kubernetic
kubernetic copied to clipboard
Kubernetic - Supercharge your Kubernetes clusters
Would make java stacktrace dumps easier to read
I think that filters will be very useful: 1. show completed pods (kubectl get pod --field-selector=status.phase==Succeeded) 2. show error pods (kubectl get pod --field-selector=status.phase==Failed) 3. show running pods (kubectl get...
Hello. I really like what you have done but I am trying to figure out how to connect from my windows pc to my Pi cluster. I looked over the...
# Description Add ArgoCD integration for deployment. For now we'll focus only on the deployment with argoCD, not build. # Details We should add an option to Create Applications on...
no idea why, but kubernetic can't seem to talk to rancher provisioned K8s clusters. The cluster is red and it can't seem to read the namespaces.
We have a kubernetes instance with a large amount of namespaces (over 22), but usually I use 2 or 3. It can be useful for me to have the option,...
Manually managing a .tar.gz can be painful / not clean, having a package for main Linux distributions in order to have clean installation and automatic upgrade would be nice.
Hello When I want modify secret the secret is on base64, is possible to decode the base64 before ? same command kubectl modify-secret secret
Microsoft released arm64 based tablets (surface pro x) with win32 emulation. The app as it is won't run on such devices as it is win64 binary. It would be nice...
I really would love to use the integrated port-forwarding. But It's lacking two important features to be actually useful for me: * Not possible to manually set the local port...