All Projects → relferreira → Kubedev

relferreira / Kubedev

Licence: apache-2.0
A simpler and more powerful Kubernetes Dashboard

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Kubedev

Permission Manager
Permission Manager is a project that brings sanity to Kubernetes RBAC and Users management, Web UI FTW
Stars: ✭ 753 (+1114.52%)
Mutual labels:  k8s, dashboard
Ks Installer
Install KubeSphere on existing Kubernetes cluster
Stars: ✭ 216 (+248.39%)
Mutual labels:  k8s, dashboard
Kata Containers
Kata Containers version 2.x repository. Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
Stars: ✭ 1,053 (+1598.39%)
Mutual labels:  k8s
Vultrdash
Vultr self-hosted dashboard.
Stars: ✭ 59 (-4.84%)
Mutual labels:  dashboard
Openfaas On Digitalocean
Ansible playbook to create a Digital Ocean droplet and deploy OpenFaaS onto it.
Stars: ✭ 57 (-8.06%)
Mutual labels:  k8s
Tiledesk Dashboard
The Tiledesk dashboard. Tiledesk is an Open Source Live Chat platform written in NodeJs, firebase and Angular.
Stars: ✭ 53 (-14.52%)
Mutual labels:  dashboard
Pivot Kibana
Flexmonster Pivot plugin for Kibana
Stars: ✭ 58 (-6.45%)
Mutual labels:  dashboard
Unifi Poller
Application: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus
Stars: ✭ 1,050 (+1593.55%)
Mutual labels:  dashboard
K8s Config Projector
Create Kubernetes ConfigMaps from configuration files
Stars: ✭ 61 (-1.61%)
Mutual labels:  k8s
Gpuview
A lightweight web dashboard for monitoring GPU usage
Stars: ✭ 57 (-8.06%)
Mutual labels:  dashboard
Antd Admin
An excellent front-end solution for enterprise applications built upon Ant Design and UmiJS
Stars: ✭ 8,678 (+13896.77%)
Mutual labels:  dashboard
Root Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Root is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 54 (-12.9%)
Mutual labels:  dashboard
Cryptocurrency Dashboard
Crypto Currency Dashboard Using Twitter 🐦 And Coinmarketcap 🚀 API
Stars: ✭ 54 (-12.9%)
Mutual labels:  dashboard
Pega Helm Charts
Orchestrate a Pega Platform™ deployment by using Docker, Kubernetes, and Helm to take advantage of Pega Platform Cloud Choice flexibility.
Stars: ✭ 58 (-6.45%)
Mutual labels:  k8s
Coronavirus Countries
COVID-19 interactive dashboard for the whole world
Stars: ✭ 53 (-14.52%)
Mutual labels:  dashboard
Starhub
All about your Github account, public and private activity, watch stars, followers and much more.
Stars: ✭ 60 (-3.23%)
Mutual labels:  dashboard
Nextjs Material Dashboard
NextJS version of Material Dashboard React
Stars: ✭ 50 (-19.35%)
Mutual labels:  dashboard
Kubernetes Starter
kubernetes入门,包括kubernetes概念,架构设计,集群环境搭建,认证授权等。
Stars: ✭ 1,077 (+1637.1%)
Mutual labels:  k8s
Candybar
Dashboard for Android Icon Packs. Supported by the community.
Stars: ✭ 58 (-6.45%)
Mutual labels:  dashboard
Kubeadm Dind Cluster
[EOL] A Kubernetes multi-node test cluster based on kubeadm
Stars: ✭ 1,112 (+1693.55%)
Mutual labels:  k8s

Kubedev


Kubernetes Dashboard that helps developers in their everyday usage

Docker Image CI

Installation

Executable

Download the binary files in the release page

Then run:

./kubedev_darwin
OR
./kubedev_unix

This method requires that you have kubectl installed and configured

Docker

docker run --rm -it -v ~/.kube/:/root/.kube/ --net=host relferreira/kubedev:1.0.0

or for macOS (port-forward functionality doesn't work this way):

docker run --rm -it -v ~/.kube/:/root/.kube/ -p 9898:9898 relferreira/kubedev:1.0.0

Kubernetes Deploy

To install KubeDev in your kubernetes cluster, just apply the deploy-in-cluster.yaml file and you are ready to go:

kubectl apply -f deploy-in-cluster.yaml -n <NAMESPACE>

Shortcuts

Keys Shortcut
cmd + k Global Search
cmd + shift + k Command Pallete
cmd + shift + y Command History
cmd + shift + f Table Search
g + n Namespace Selector
g + s Go to services
g + d Go to deployments
g + j Go to jobs
g + c Go to cronjobs
g + t Go to statefulsets
g + h Go to hpa
g + v Go to pvc
g + p Go to pods
g + i Go to ingress
g + m Go to configmaps
g + r Go to secrets
g + f Go to port-forward

Development

Server

Run Server

go run main.go

UI

Install dependencies

yarn

Run app

yarn start

Packaging

Docker

docker build -t relferreira/kubedev:1.0.0 .
docker push relferreira/kubedev:1.0.0

Executable

go get -u github.com/gobuffalo/packr/packr
make
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].