Git Product home page Git Product logo

kubelens's Introduction

Kubelens

There are many tools built around Kubernetes, with many of them being one-stop tools, I found it difficult to find something more lightweight. After getting tired of running the same sequence of kubectl commands and switching contexts, I started this as a side project to make life easier while learning more about Kubernetes. As it became more useful, I decided to create Kubelens for a specific purpose; to give engineers a quick view into deployed applications.

Let's get to the quick details.

  • Fully functional and has been running in multiple K8s clusters in an enterprise production environment since mid-spring 2019.
  • Security focused. Authentication & Authorization flows can easily be configured at different levels if desired. More docs to come on this.
  • Intended to be generic and highly configurable to fit any organizations needs. If you find something isn't flexible enough, let's fix it for everyone.

More docs and features to come. Any help/contributions/feedback is very much appreciated!

CircleCI

Run Locally - Minikube

Install Minikube

minikube start

Enable Ingress

kubectl config use-context minikube

Install Helm

Some service account is needed in order for the API to self authenticate with read rights. The example uses the default service account provided by Kubernetes

kubectl create clusterrolebinding default-view --clusterrole=view --serviceaccount=default:default

After that, you should be set to deploy to the Minikube instance.

Build & Deploy

kubelens/web

kubelens/api

kubelens's People

Contributors

traviisd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.