All Projects β†’ spekt8 β†’ Spekt8

spekt8 / Spekt8

Licence: mit
Visualize your Kubernetes cluster in real time

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Spekt8

Uwsgi Nginx Flask Docker
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
Stars: ✭ 2,607 (+378.35%)
Mutual labels:  docker-image, docker-container
docker-dotnet-sonarscanner
🐳 Sonar Scanner MsBuild Dockerfile for dotNet Projects
Stars: ✭ 21 (-96.15%)
Mutual labels:  docker-container, docker-image
Iotwifi
Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
Stars: ✭ 236 (-56.7%)
Mutual labels:  docker-image, docker-container
Drone Ssh
Drone plugin for executing remote ssh commands
Stars: ✭ 155 (-71.56%)
Mutual labels:  docker-image, docker-container
Portainer
Making Docker and Kubernetes management easy.
Stars: ✭ 20,434 (+3649.36%)
Mutual labels:  docker-image, docker-container
Bmw Tensorflow Inference Api Cpu
This is a repository for an object detection inference API using the Tensorflow framework.
Stars: ✭ 158 (-71.01%)
Mutual labels:  docker-image, docker-container
linode-k8s-autoscaler
Autoscaling utility for horizontally scaling Linodes in an LKE Cluster Node Pool based on memory or cpu usage
Stars: ✭ 27 (-95.05%)
Mutual labels:  docker-container, kubernetes-cluster
Dockernotes
Dockerε…₯ι—¨η²ΎεŽη‰ˆ
Stars: ✭ 107 (-80.37%)
Mutual labels:  docker-image, docker-container
Dockercheatsheet
πŸ‹ Docker Cheat Sheet πŸ‹
Stars: ✭ 3,301 (+505.69%)
Mutual labels:  docker-image, docker-container
Cli
✨ A powerful CLI for the Create Go App project. Create a new production-ready project with backend, frontend and deploy automation by running one CLI command!
Stars: ✭ 292 (-46.42%)
Mutual labels:  docker-image, docker-container
Awesome Container Security
Awesome list of resources related to container security
Stars: ✭ 140 (-74.31%)
Mutual labels:  docker-image, docker-container
Appium Docker Android
Appium Server setup to automate android testing on real devices
Stars: ✭ 360 (-33.94%)
Mutual labels:  docker-image, docker-container
Docker Workshop
Introduction to Docker tutorial
Stars: ✭ 124 (-77.25%)
Mutual labels:  docker-image, docker-container
Docker Postfix
Simple SMTP server / postfix null relay host for your Docker and Kubernetes containers. Based on Alpine Linux.
Stars: ✭ 163 (-70.09%)
Mutual labels:  docker-image, docker-container
Docker Atom Editor
Run the Atom editor within a Docker container
Stars: ✭ 110 (-79.82%)
Mutual labels:  docker-image, docker-container
KubeScrape
KubeScrape: An open-source dev tool that provides an intuitive way to view the health, structure, and live metrics of your Kubernetes cluster
Stars: ✭ 133 (-75.6%)
Mutual labels:  kubernetes-cluster, kubernetes-monitoring
Docker Gocd Server
Docker server image for GoCD
Stars: ✭ 86 (-84.22%)
Mutual labels:  docker-image, docker-container
Docker Compose Lamp
A basic LAMP stack environment built using Docker Compose.
Stars: ✭ 1,284 (+135.6%)
Mutual labels:  docker-image, docker-container
python3-docker-devenv
Docker Start Guide with Python Development Environment
Stars: ✭ 13 (-97.61%)
Mutual labels:  docker-container, docker-image
Swirl
A web UI for Docker, focused on swarm cluster.
Stars: ✭ 332 (-39.08%)
Mutual labels:  docker-image, docker-container

SPEKTportfolio_view

SPEKT8 is a new visualization tool for your Kubernetes clusters. It automatically builds logical topologies of your application and infrastructure, which enable your SRE and Ops team to intuitively understand, monitor, and control your containerized, microservices based application. Simply deploy our containerized application directly into your Kubernetes cluster.

When your app is running in Kubernetes, our visualization tool will display all the Pods, Services, and Ingresses that allow you to drill down on Kubernetes clusters. The information provided to you includes but is not limited to the following:

  • Indicates the status of pods (blue for running, yellow for pending)
  • Lists the specific container images running within pods
  • Provides information on ingresses and services (Nodeport, load balancer, cluster-ip, persistent volume claims, persistent volumes, etc.)

While the current app does not directly visualize any controllers (such as Deployments, Daemon Sets, Replication Controllers) it does indirectly visualize them through their pods. We are continuously building more support for additional Kubernetes objects.

In addition to these views, nodes can be presented either in graphical or in table mode. The graphical mode is practical for obtaining a quick visual overview of your app, and its infrastructure and connections between all of the nodes. And when you switch to table mode, nodes are presented in a convenient list that displays the resources being consumed by processes, containers, and hosts.

Deployment

These instructions presume you have a Kubernetes cluster already running.

An image of the application has been pushed to Docker Hub for those who would like to build the image directly from the public repository.

We are also providing a deployment file that you can apply directly to your Kubernetes cluster using the command line.

In addition, in order to allow reading resources of the API, you must configure a set of permissions. We have set up a YAML file using RBAC authorization which you can apply directly to your Kubernetes cluster using the command line:

Then, open your web browser to http://localhost:3000.

How to Use

Navigation

  • Use arrow keys for movement
  • Use the β€˜-’ or β€˜+’ for zoom

Legend

  • Use the switch icons next to the legend to filter based on Object Types

Graph

  • Click on Pods/Services/Ingresses to see more detailed information about the selected Object

View

  • Use the View dropdown to toggle between Graph and Table Views

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

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].