kubebadges

package module
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

README

KubeBadges

GitHub go.mod Go version GitHub tag (latest by date) Docker Image Version (latest by date) GitHub last commit GitHub top language GitHub license

What is KubeBadges

KubeBadges is an open-source Kubernetes status display tool designed to provide concise, intuitive status badges for services within Kubernetes. It offers instant status feedback while reducing external dependencies and complexity.

screenshot

Features

  • Status Badge Generation: Easily generate status badges for various resources within Kubernetes, such as services, Pods, and Deployments.
  • Badge Customization: Users can customize badges flexibly through KubeBadges' control panel, including attributes like color and name.
  • Custom Probes: Users can extend the system functionality by defining and configuring their probes to display specific service data.
  • Custom Service Names: Provide easily understandable aliases or display names for services in Kubernetes.
  • Minimum Privilege Policy: Use Kubernetes' RBAC to ensure that KubeBadges only accesses the data it needs with minimal permissions.

Getting Started

Install
kubectl apply -f https://raw.githubusercontent.com/kubebadges/kubebadges/main/manifests/install.yaml
Install with Helm
helm repo add kubebadges https://kubebadges.github.io/kubebadges
helm install kubebadges kubebadges/kubebadges -n kubebadges --create-namespace
Verify KubeBadges is running
kubectl get pods -n kubebadges
Access KubeBadges Dashboard
kubectl port-forward svc/kubebadges 8090:8090 -n kubebadges

Open your browser and navigate to http://localhost:8090 to access the KubeBadges management dashboard. Set up the necessary permissions in the KubeBadges dashboard to allow external access to the badges.

Set Up External Access for Badges

KubeBadges dashboard runs on port 8090, while the external API uses port 8080. If you need to access badges from outside the cluster, you will need to configure Ingress or other means of exposure for KubeBadges' port 8080.

Advantages

  • Simplified Workflow: KubeBadges simplifies the complexity of viewing service status, providing a centralized and easy-to-manage solution.
  • No External Dependencies: Because all data is stored within the Kubernetes cluster, there is no need for external databases or other services.
  • Secure and Reliable: KubeBadges uses a minimum privilege policy to ensure data security.
  • Highly Customizable: From the appearance of badges to custom probe data points, everything can be tailored to meet specific needs.

License

Apache License Version 2.0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var WebFiles embed.FS

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd
internal
k8s
pkg
apis/kubebadges/v1
+k8s:deepcopy-gen=package +groupName=kubebadges.tcode.ltd
+k8s:deepcopy-gen=package +groupName=kubebadges.tcode.ltd
generated/clientset/versioned/fake
This package has the automatically generated fake clientset.
This package has the automatically generated fake clientset.
generated/clientset/versioned/scheme
This package contains the scheme of the automatically generated clientset.
This package contains the scheme of the automatically generated clientset.
generated/clientset/versioned/typed/kubebadges/v1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
generated/clientset/versioned/typed/kubebadges/v1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL